Search Results for

    Show / Hide Table of Contents

    Class SubdivisionTubeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SubdivisionTubeBuilder
    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.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
    System.Int32

    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
    System.Int32

    PathObject

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

    Rod

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

    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