Search Results for

    Show / Hide Table of Contents

    Class ElementProjectBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ElementProjectBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ElementProjectBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ElementProjectBuilder()

    Declaration
    protected ElementProjectBuilder()

    Properties

    CollectorName

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

    ElementDimensionOption

    Declaration
    public ElementProjectBuilder.ElementDimensionType ElementDimensionOption { get; set; }
    Property Value
    Type Description
    ElementProjectBuilder.ElementDimensionType

    ElementType

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

    Elements

    Declaration
    public SelectElementsBuilder Elements { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    ExportMesh

    Declaration
    public bool ExportMesh { get; set; }
    Property Value
    Type Description
    bool

    Face

    Declaration
    public SelectCAEFaceList Face { get; }
    Property Value
    Type Description
    SelectCAEFaceList

    FlipState

    Declaration
    public int FlipState { get; set; }
    Property Value
    Type Description
    int

    Increment

    Declaration
    public int Increment { get; set; }
    Property Value
    Type Description
    int

    Label

    Declaration
    public int Label { get; set; }
    Property Value
    Type Description
    int

    LabelOption

    Declaration
    public ElementProjectBuilder.LabelType LabelOption { get; set; }
    Property Value
    Type Description
    ElementProjectBuilder.LabelType

    MeshName

    Declaration
    public string MeshName { get; set; }
    Property Value
    Type Description
    string

    MethodOption

    Declaration
    public ElementProjectBuilder.MethodType MethodOption { get; set; }
    Property Value
    Type Description
    ElementProjectBuilder.MethodType

    NeutralName

    Declaration
    public string NeutralName { get; set; }
    Property Value
    Type Description
    string

    NewMeshOption

    Declaration
    public ElementProjectBuilder.NewMeshType NewMeshOption { get; set; }
    Property Value
    Type Description
    ElementProjectBuilder.NewMeshType

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    int

    PercentOffset

    Declaration
    public double PercentOffset { get; set; }
    Property Value
    Type Description
    double

    Vector

    Declaration
    public Direction Vector { get; set; }
    Property Value
    Type Description
    Direction

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX