Search Results for

    Show / Hide Table of Contents

    Class MMCCreateBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MMCCreateBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 MMCCreateBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MMCCreateBuilder()

    Declaration
    protected MMCCreateBuilder()

    Properties

    AutoSelection

    Declaration
    public SelectDisplayableObjectList AutoSelection { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    DistTolerance

    Declaration
    public Expression DistTolerance { get; }
    Property Value
    Type Description
    Expression

    FaceSearchOption

    Declaration
    public MMCCreateBuilder.FaceSearchType FaceSearchOption { get; set; }
    Property Value
    Type Description
    MMCCreateBuilder.FaceSearchType

    MeshMatingOption

    Declaration
    public MMCCreateBuilder.MeshMatingType MeshMatingOption { get; set; }
    Property Value
    Type Description
    MMCCreateBuilder.MeshMatingType

    Mmc

    Declaration
    public MeshMate Mmc { get; set; }
    Property Value
    Type Description
    MeshMate

    ReverseDirection

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

    SnapTolerance

    Declaration
    public Expression SnapTolerance { get; }
    Property Value
    Type Description
    Expression

    SourceFace

    Declaration
    public SelectIParameterizedSurface SourceFace { get; }
    Property Value
    Type Description
    SelectIParameterizedSurface

    TargetFace

    Declaration
    public SelectIParameterizedSurface TargetFace { get; }
    Property Value
    Type Description
    SelectIParameterizedSurface

    Type

    Declaration
    public MMCCreateBuilder.Types Type { get; set; }
    Property Value
    Type Description
    MMCCreateBuilder.Types

    Methods

    CommitMmcs()

    Declaration
    public MeshMate[] CommitMmcs()
    Returns
    Type Description
    MeshMate[]

    CommitMmcsAndReturnStatus(out Boolean)

    Declaration
    public MeshMate[] CommitMmcsAndReturnStatus(out bool noSkippedFacePairs)
    Parameters
    Type Name Description
    System.Boolean noSkippedFacePairs
    Returns
    Type Description
    MeshMate[]

    PrintLogOnInfoWindow(Boolean)

    Declaration
    public void PrintLogOnInfoWindow(bool fValue)
    Parameters
    Type Name Description
    System.Boolean fValue

    Implements

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