Search Results for

    Show / Hide Table of Contents

    Class SubdivisionTubeBuilder

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

    Constructors

    SubdivisionTubeBuilder()

    Declaration
    protected SubdivisionTubeBuilder()

    Properties

    CrossSection

    Declaration
    public int CrossSection { get; set; }
    Property Value
    Type Description
    int

    EndCaps

    Declaration
    public SubdivisionTubeBuilder.EndCapsType EndCaps { get; set; }
    Property Value
    Type Description
    SubdivisionTubeBuilder.EndCapsType

    FalloffDistance

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

    GraphStructureObject

    Declaration
    public SelectCageObjectData GraphStructureObject { get; }
    Property Value
    Type Description
    SelectCageObjectData

    NodeSize

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

    NumberOfSegments

    Declaration
    public int NumberOfSegments { get; set; }
    Property Value
    Type Description
    int

    PathObject

    Declaration
    public SelectCageObjectData PathObject { get; }
    Property Value
    Type Description
    SelectCageObjectData

    Rod

    Declaration
    public int Rod { get; set; }
    Property Value
    Type Description
    int

    RodSize

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

    Size

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

    Type

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

    Implements

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