Search Results for

    Show / Hide Table of Contents

    Class SubdivisionPrimitiveShapeBuilderEx

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

    Constructors

    SubdivisionPrimitiveShapeBuilderEx()

    Declaration
    protected SubdivisionPrimitiveShapeBuilderEx()

    Properties

    CircularSegments

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

    Height

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

    HeightZ

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

    InnerSize

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

    LengthX

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

    LinearSegments

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

    Origin

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

    OuterSize

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

    RadialSegments

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

    Size

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

    SphereSubdivisionLevelOption

    Declaration
    public SubdivisionPrimitiveShapeBuilderEx.SphereSubdivisionLevel SphereSubdivisionLevelOption { get; set; }
    Property Value
    Type Description
    SubdivisionPrimitiveShapeBuilderEx.SphereSubdivisionLevel

    Transformer

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

    Type

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

    WidthY

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

    XSegments

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

    YSegments

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

    ZSegments

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

    Methods

    UpdateMesh()

    Declaration
    public void UpdateMesh()

    Implements

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