Search Results for

    Show / Hide Table of Contents

    Class SimplifyBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SimplifyBuilder
    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.Assemblies
    Assembly: NXOpen.dll
    Syntax
    public class SimplifyBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SimplifyBuilder()

    Declaration
    protected SimplifyBuilder()

    Properties

    ContextComponent

    Declaration
    public Component ContextComponent { get; }
    Property Value
    Type Description
    Component

    DestinationPart

    Declaration
    public Part DestinationPart { get; set; }
    Property Value
    Type Description
    Part

    ExcludeBodiesCollector

    Declaration
    public ScCollector ExcludeBodiesCollector { get; }
    Property Value
    Type Description
    ScCollector

    ExcludeBodiesExceptions

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

    ExcludeFacesCollector

    Declaration
    public ScCollector ExcludeFacesCollector { get; }
    Property Value
    Type Description
    ScCollector

    ExcludeFacesExceptions

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

    IncludeBodiesCollector

    Declaration
    public ScCollector IncludeBodiesCollector { get; }
    Property Value
    Type Description
    ScCollector

    IncludeBodiesExceptions

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

    IncludeFacesCollector

    Declaration
    public ScCollector IncludeFacesCollector { get; }
    Property Value
    Type Description
    ScCollector

    IncludeFacesExceptions

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

    MaximumBlendRadius

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

    MaximumHoleSize

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

    MinimumBodySize

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

    ObjectsToSimplify

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

    ObjectsToSimplifyCollector

    Declaration
    public ScCollector ObjectsToSimplifyCollector { get; }
    Property Value
    Type Description
    ScCollector

    RemoveInternalBodies

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

    RemoveInternalVoids

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

    SourceAssembly

    Declaration
    public Part SourceAssembly { get; }
    Property Value
    Type Description
    Part

    UniteBodies

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

    UseBlendRadius

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

    UseBodySize

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

    UseHoleDiameter

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

    Methods

    Preview()

    Declaration
    public int Preview()
    Returns
    Type Description
    System.Int32

    Implements

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