Search Results for

    Show / Hide Table of Contents

    Class AutoHealGeometryBuilder

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

    Constructors

    AutoHealGeometryBuilder()

    Declaration
    protected AutoHealGeometryBuilder()

    Properties

    CurvatureAbstractionSetting

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

    HoleDiameter

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

    MergeEdgeSetting

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

    MinimumElementLengthOption

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

    MinimumElementLengthValue

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

    MoveNodesOffGeometryOption

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

    PointCreation

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

    Selection

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

    SuppressHoleSetting

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

    TargetElementSize

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

    Tolerance

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

    VertexAngle

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

    Methods

    SmallFeatureAutoSize()

    Declaration
    public void SmallFeatureAutoSize()

    TargetElementAutoSize()

    Declaration
    public void TargetElementAutoSize()

    Implements

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