Search Results for

    Show / Hide Table of Contents

    Class MultipleElementCreateBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MultipleElementCreateBuilder
    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 MultipleElementCreateBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MultipleElementCreateBuilder()

    Declaration
    protected MultipleElementCreateBuilder()

    Properties

    ElementType

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

    LabelIncrement

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

    MeshName

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

    NewMeshOption

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

    StartLabel

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

    Methods

    AddElement(FENode[])

    Declaration
    public void AddElement(FENode[] nodes)
    Parameters
    Type Name Description
    FENode[] nodes

    AddElement(FENode[], int)

    Declaration
    public void AddElement(FENode[] nodes, int label)
    Parameters
    Type Name Description
    FENode[] nodes
    int label

    CommitElements()

    Declaration
    public FEElement[] CommitElements()
    Returns
    Type Description
    FEElement[]

    Implements

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