Search Results for

    Show / Hide Table of Contents

    Class SubdivisionExtrudeCageBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SubdivisionExtrudeCageBuilder
    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 SubdivisionExtrudeCageBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SubdivisionExtrudeCageBuilder()

    Declaration
    protected SubdivisionExtrudeCageBuilder()

    Properties

    CanMoveToolOnly

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

    CanRelocateToolToSelection

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

    CanReorientToolToSelection

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

    Continuity

    Declaration
    public SubdivisionExtrudeCageBuilder.ContinuityType Continuity { get; set; }
    Property Value
    Type Description
    SubdivisionExtrudeCageBuilder.ContinuityType

    DirectionOption

    Declaration
    public SubdivisionExtrudeCageBuilder.DirectionType DirectionOption { get; set; }
    Property Value
    Type Description
    SubdivisionExtrudeCageBuilder.DirectionType

    Distance

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

    NumberOfSegments

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

    ScalingMethod

    Declaration
    public SubdivisionExtrudeCageBuilder.ScalingMethodType ScalingMethod { get; set; }
    Property Value
    Type Description
    SubdivisionExtrudeCageBuilder.ScalingMethodType

    SelectionObject

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

    TransformationMethod

    Declaration
    public SubdivisionExtrudeCageBuilder.TransformationMethodType TransformationMethod { get; set; }
    Property Value
    Type Description
    SubdivisionExtrudeCageBuilder.TransformationMethodType

    Transformer

    Declaration
    public TransformerData Transformer { get; }
    Property Value
    Type Description
    TransformerData

    Vector

    Declaration
    public Direction Vector { get; set; }
    Property Value
    Type Description
    Direction

    Methods

    Extrude()

    Declaration
    public void Extrude()

    Implements

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