Search Results for

    Show / Hide Table of Contents

    Class MeshFromBoundaryBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MeshFromBoundaryBuilder
    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 MeshFromBoundaryBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MeshFromBoundaryBuilder()

    Declaration
    protected MeshFromBoundaryBuilder()

    Properties

    ClosedLoopMethodType

    Declaration
    public MeshFromBoundaryBuilder.ClosedLoopMethod ClosedLoopMethodType { get; set; }
    Property Value
    Type Description
    MeshFromBoundaryBuilder.ClosedLoopMethod

    ClosedLoopSelection

    Declaration
    public SelectTaggedObjectList ClosedLoopSelection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    ClosedLoopSelectionMesh

    Declaration
    public SelectTaggedObjectList ClosedLoopSelectionMesh { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    CollectorName

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

    ElementType

    Declaration
    public ElementTypeBuilder ElementType { get; }
    Property Value
    Type Description
    ElementTypeBuilder

    Layers

    Declaration
    public int Layers { get; set; }
    Property Value
    Type Description
    System.Int32

    LoopType

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  Use NXOpen.CAE.MeshFromBoundaryBuilder.Type instead.")]
    public MeshFromBoundaryBuilder.LoopOption LoopType { get; set; }
    Property Value
    Type Description
    MeshFromBoundaryBuilder.LoopOption

    NumElementsOnRail1

    Declaration
    public int NumElementsOnRail1 { get; set; }
    Property Value
    Type Description
    System.Int32

    NumElementsOnRail2

    Declaration
    public int NumElementsOnRail2 { get; set; }
    Property Value
    Type Description
    System.Int32

    Rail1Selection

    Declaration
    public SelectTaggedObjectList Rail1Selection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    Rail2Selection

    Declaration
    public SelectTaggedObjectList Rail2Selection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    RailType

    Declaration
    public MeshFromBoundaryBuilder.RailOption RailType { get; set; }
    Property Value
    Type Description
    MeshFromBoundaryBuilder.RailOption

    SourceSelection

    Declaration
    public SelectTaggedObjectList SourceSelection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    TargetSelection

    Declaration
    public SelectTaggedObjectList TargetSelection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    Type

    Declaration
    public MeshFromBoundaryBuilder.LoopOption Type { get; set; }
    Property Value
    Type Description
    MeshFromBoundaryBuilder.LoopOption

    Methods

    SetSourceElementEdgePathMethod(ElemEdgePathMethod)

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  There is no replacement for this function.")]
    public void SetSourceElementEdgePathMethod(ElemEdgePathMethod sourceElementEdgePathMethod)
    Parameters
    Type Name Description
    ElemEdgePathMethod sourceElementEdgePathMethod

    SetTargetElementEdgePathMethod(ElemEdgePathMethod)

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  There is no replacement for this function.")]
    public void SetTargetElementEdgePathMethod(ElemEdgePathMethod targetElementEdgePathMethod)
    Parameters
    Type Name Description
    ElemEdgePathMethod targetElementEdgePathMethod

    Implements

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