Search Results for

    Show / Hide Table of Contents

    Class ElementSplitBuilder

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

    Constructors

    ElementSplitBuilder()

    Declaration
    protected ElementSplitBuilder()

    Properties

    Elementsss

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

    FirstElementSplitType

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

    JacobianToggle

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

    JacobianValue

    Declaration
    public double JacobianValue { get; set; }
    Property Value
    Type Description
    System.Double

    MaxAngleToggle

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

    MaxAngleValue

    Declaration
    public double MaxAngleValue { get; set; }
    Property Value
    Type Description
    System.Double

    MergeDupNode

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

    MinAngleToggle

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

    MinAngleValue

    Declaration
    public double MinAngleValue { get; set; }
    Property Value
    Type Description
    System.Double

    MValue

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

    NValue

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

    Point1

    Declaration
    public Point Point1 { get; set; }
    Property Value
    Type Description
    Point

    Point2

    Declaration
    public Point Point2 { get; set; }
    Property Value
    Type Description
    Point

    SplitMethod

    Declaration
    public ElementSplitBuilder.SplitMethodType SplitMethod { get; set; }
    Property Value
    Type Description
    ElementSplitBuilder.SplitMethodType

    Type

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

    WarpToggle

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

    WarpValue

    Declaration
    public double WarpValue { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Flip()

    Declaration
    public void Flip()

    Implements

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