Search Results for

    Show / Hide Table of Contents

    Class SelectDividingObjectBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectDividingObjectBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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 SelectDividingObjectBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectDividingObjectBuilder()

    Declaration
    protected SelectDividingObjectBuilder()

    Properties

    ConstraintManager

    Declaration
    public GeometricConstraintDataManager ConstraintManager { get; }
    Property Value
    Type Description
    GeometricConstraintDataManager

    CurvesToOffset

    Declaration
    public Section CurvesToOffset { get; }
    Property Value
    Type Description
    Section

    DividingObjectsList

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

    EndPoint

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

    IsoparametricDirection

    Declaration
    public SelectDividingObjectBuilder.IsoparametricDirectionType IsoparametricDirection { get; set; }
    Property Value
    Type Description
    SelectDividingObjectBuilder.IsoparametricDirectionType

    OffsetDirection

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

    OffsetDistance

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

    StartPoint

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

    ToolOption

    Declaration
    public SelectDividingObjectBuilder.ToolType ToolOption { get; set; }
    Property Value
    Type Description
    SelectDividingObjectBuilder.ToolType

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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