Search Results for

    Show / Hide Table of Contents

    Class MorphMeshCageBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MorphMeshCageBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class MorphMeshCageBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MorphMeshCageBuilder()

    Declaration
    protected MorphMeshCageBuilder()

    Properties

    CylinderCircularSegments

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

    CylinderLinearSegments

    Declaration
    public int CylinderLinearSegments { 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

    MeshBodies

    Declaration
    public SelectNXObjectList MeshBodies { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Origin

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

    OuterSize

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

    PathObject

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

    Size

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

    TorusCircularSegments

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

    TorusRadialSegments

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

    Transformer

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

    TubeSegments

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

    TubeSize

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

    Type

    Declaration
    public MorphMeshCageBuilder.Types Type { get; set; }
    Property Value
    Type Description
    MorphMeshCageBuilder.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