Class ModelAndLoadPreProcessMeshMappingBuilder
Inheritance
ModelAndLoadPreProcessMeshMappingBuilder
Assembly: NXOpen.dll
Syntax
public class ModelAndLoadPreProcessMeshMappingBuilder : ModelAndLoadPreProcessOperationBuilder, IMessageSink, IComponentBuilder
Constructors
ModelAndLoadPreProcessMeshMappingBuilder()
Declaration
protected ModelAndLoadPreProcessMeshMappingBuilder()
Properties
DoDataTransfer
Declaration
public bool DoDataTransfer { get; set; }
Property Value
ExportMappingGroups
Declaration
public bool ExportMappingGroups { get; set; }
Property Value
ExportMeshMappingMatrix
Declaration
public bool ExportMeshMappingMatrix { get; set; }
Property Value
ExportMeshMappingMatrixBinary
Declaration
[Obsolete("Deprecated in NX1953.0.0. This selection is no longer needed. When the ExportMeshMappingMatrix option is enabled, the mesh mapping matrix is now also exported to a binary file automatically.")]
public bool ExportMeshMappingMatrixBinary { get; set; }
Property Value
GroupsFile
Declaration
public string GroupsFile { get; set; }
Property Value
GroupsToExport
Declaration
public ModelAndLoadPreProcessMeshMappingBuilder.ExportGroups GroupsToExport { get; set; }
Property Value
MeshMappingMatrixFile
Declaration
public string MeshMappingMatrixFile { get; set; }
Property Value
SourceGroupFile
Declaration
public string SourceGroupFile { get; set; }
Property Value
SourceMeshDynamicType
Declaration
public ModelAndLoadPreProcessMeshMappingBuilder.SourceMeshDynamicTypeEnum SourceMeshDynamicType { get; set; }
Property Value
SourceMeshRotationAxis
Declaration
public Axis SourceMeshRotationAxis { get; set; }
Property Value
SourceMeshRotationDataInRelativeCsys
Declaration
public bool SourceMeshRotationDataInRelativeCsys { get; set; }
Property Value
SourceMeshRotationRemoveRigidBodyDisplacement
Declaration
public bool SourceMeshRotationRemoveRigidBodyDisplacement { get; set; }
Property Value
SourceMeshRotationRpm
Declaration
public ScalarFieldWrapper SourceMeshRotationRpm { get; set; }
Property Value
TargetGroupFile
Declaration
public string TargetGroupFile { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink