Search Results for

    Show / Hide Table of Contents

    Class ModelAndLoadPreProcessMeshMappingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ModelAndLoadPreProcessOperationBuilder
    ModelAndLoadPreProcessMeshMappingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    ModelAndLoadPreProcessOperationBuilder.OperationName
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    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
    Type Description
    System.Boolean

    ExportMappingGroups

    Declaration
    public bool ExportMappingGroups { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExportMeshMappingMatrix

    Declaration
    public bool ExportMeshMappingMatrix { get; set; }
    Property Value
    Type Description
    System.Boolean

    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
    Type Description
    System.Boolean

    GroupsFile

    Declaration
    public string GroupsFile { get; set; }
    Property Value
    Type Description
    System.String

    GroupsToExport

    Declaration
    public ModelAndLoadPreProcessMeshMappingBuilder.ExportGroups GroupsToExport { get; set; }
    Property Value
    Type Description
    ModelAndLoadPreProcessMeshMappingBuilder.ExportGroups

    MeshMappingMatrixFile

    Declaration
    public string MeshMappingMatrixFile { get; set; }
    Property Value
    Type Description
    System.String

    SourceGroupFile

    Declaration
    public string SourceGroupFile { get; set; }
    Property Value
    Type Description
    System.String

    SourceMeshDynamicType

    Declaration
    public ModelAndLoadPreProcessMeshMappingBuilder.SourceMeshDynamicTypeEnum SourceMeshDynamicType { get; set; }
    Property Value
    Type Description
    ModelAndLoadPreProcessMeshMappingBuilder.SourceMeshDynamicTypeEnum

    SourceMeshRotationAxis

    Declaration
    public Axis SourceMeshRotationAxis { get; set; }
    Property Value
    Type Description
    Axis

    SourceMeshRotationDataInRelativeCsys

    Declaration
    public bool SourceMeshRotationDataInRelativeCsys { get; set; }
    Property Value
    Type Description
    System.Boolean

    SourceMeshRotationRemoveRigidBodyDisplacement

    Declaration
    public bool SourceMeshRotationRemoveRigidBodyDisplacement { get; set; }
    Property Value
    Type Description
    System.Boolean

    SourceMeshRotationRpm

    Declaration
    public ScalarFieldWrapper SourceMeshRotationRpm { get; set; }
    Property Value
    Type Description
    ScalarFieldWrapper

    TargetGroupFile

    Declaration
    public string TargetGroupFile { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX