Search Results for

    Show / Hide Table of Contents

    Class LocalUntrimBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LocalUntrimBuilder
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class LocalUntrimBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LocalUntrimBuilder()

    Declaration
    protected LocalUntrimBuilder()

    Properties

    EdgeCollector

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

    EditCopy

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

    Face

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

    RemoveBoundary

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

    UEndDistance

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

    UEndLimit

    Declaration
    public OnPathDimensionBuilder UEndLimit { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    UStartDistance

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

    UStartLimit

    Declaration
    public OnPathDimensionBuilder UStartLimit { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    VEndDistance

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

    VEndLimit

    Declaration
    public OnPathDimensionBuilder VEndLimit { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    VStartDistance

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

    VStartLimit

    Declaration
    public OnPathDimensionBuilder VStartLimit { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    Methods

    CleanUpFeaturesCreated()

    Declaration
    public void CleanUpFeaturesCreated()

    CreateCopyFace()

    Declaration
    public void CreateCopyFace()

    CreateProductBoundingBox()

    Declaration
    public void CreateProductBoundingBox()

    SetCurrentFeature(Feature)

    Declaration
    public void SetCurrentFeature(Feature @object)
    Parameters
    Type Name Description
    Feature object

    SetInitialDistanceValue(double[])

    Declaration
    public void SetInitialDistanceValue(double[] distanceValues)
    Parameters
    Type Name Description
    double[] distanceValues

    SetLimitChangeValue(int)

    Declaration
    public void SetLimitChangeValue(int limitType)
    Parameters
    Type Name Description
    int limitType

    SetOriginalFace(Face)

    Declaration
    public void SetOriginalFace(Face originalFace)
    Parameters
    Type Name Description
    Face originalFace

    UpdateBoundingBox()

    Declaration
    public void UpdateBoundingBox()

    Implements

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