Enum: DataTransferType

This enum is referenced in the "Output" tree node and defines how the generated Mesh Workflow data should be transferred back into Mechanical geometry part(s) together with the associated mesh.

Fields

Name Description
ByTopology Defines that the PrimeMesh model data should be transferred based on topology, i.e., Geometry bodies with faces, edges, and vertices are created accordingly to the PrimeMesh model topology volumes, faces, edges, and nodes.
ByZones Defines that the PrimeMesh model data should be transferred based on zones, i.e., Geometry bodies with faces, edges, and vertices are created accordingly to the PrimeMesh model volume zones, face zones, and edge zones.
ProgramControlled Defines that the PrimeMesh model data should be transferred as determined internally by the program.