Search Results for

    Show / Hide Table of Contents

    Class MorphMeshTransformBuilder

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

    Constructors

    MorphMeshTransformBuilder()

    Declaration
    protected MorphMeshTransformBuilder()

    Properties

    CageManipulator

    Declaration
    public CageManipulatorData CageManipulator { get; }
    Property Value
    Type Description
    CageManipulatorData

    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

    FallOffFactor

    Declaration
    public double FallOffFactor { get; set; }
    Property Value
    Type Description
    System.Double

    FallOffMethod

    Declaration
    public MorphMeshTransformBuilder.FallOffMethodType FallOffMethod { get; set; }
    Property Value
    Type Description
    MorphMeshTransformBuilder.FallOffMethodType

    FallOffObjects

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

    FallOffPercentage

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

    MovementMethod

    Declaration
    public MorphMeshTransformBuilder.MovementMethodType MovementMethod { get; set; }
    Property Value
    Type Description
    MorphMeshTransformBuilder.MovementMethodType

    MovementPlane

    Declaration
    public Plane MovementPlane { get; set; }
    Property Value
    Type Description
    Plane

    MovementVector

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

    ScalingMethod

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

    TransformationMethod

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

    Type

    Declaration
    public MorphMeshTransformBuilder.TransformationObjectType Type { get; set; }
    Property Value
    Type Description
    MorphMeshTransformBuilder.TransformationObjectType

    WCSOption

    Declaration
    public MorphMeshTransformBuilder.WCSOptionType WCSOption { get; set; }
    Property Value
    Type Description
    MorphMeshTransformBuilder.WCSOptionType

    Methods

    Enable()

    Declaration
    public void Enable()

    ResetFallOffToLinear()

    Declaration
    public void ResetFallOffToLinear()

    UpdateCageAndBody()

    Declaration
    public void UpdateCageAndBody()

    UpdateFallOffPercentage()

    Declaration
    public void UpdateFallOffPercentage()

    Implements

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