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.
Declaration Syntax
public enum DataTransferType
Table 1056: Members
Member |
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. |
Member |
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. |
Member |
ProgramControlled |
Defines that the PrimeMesh model data should be transferred as determined internally by the program. |