Class MorphMeshTransformBuilder
Inheritance
System.Object
System.MarshalByRefObject
MorphMeshTransformBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
public class MorphMeshTransformBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected MorphMeshTransformBuilder()
Properties
Declaration
public CageManipulatorData CageManipulator { get; }
Property Value
Declaration
public bool CanMoveToolOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool CanRelocateToolToSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool CanReorientToolToSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double FallOffFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public MorphMeshTransformBuilder.FallOffMethodType FallOffMethod { get; set; }
Property Value
Declaration
public SelectCageObjectData FallOffObjects { get; }
Property Value
Declaration
public int FallOffPercentage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public MorphMeshTransformBuilder.MovementMethodType MovementMethod { get; set; }
Property Value
Declaration
public Plane MovementPlane { get; set; }
Property Value
Declaration
public Direction MovementVector { get; set; }
Property Value
Declaration
public MorphMeshTransformBuilder.ScalingMethodType ScalingMethod { get; set; }
Property Value
Declaration
public MorphMeshTransformBuilder.TransformationMethodType TransformationMethod { get; set; }
Property Value
Declaration
public MorphMeshTransformBuilder.TransformationObjectType Type { get; set; }
Property Value
Declaration
public MorphMeshTransformBuilder.WCSOptionType WCSOption { get; set; }
Property Value
Methods
Declaration
Declaration
public void ResetFallOffToLinear()
UpdateCageAndBody()
Declaration
public void UpdateCageAndBody()
Declaration
public void UpdateFallOffPercentage()
Implements
System.Runtime.Remoting.Messaging.IMessageSink