Class MorphMeshTransformBuilder
Inheritance
MorphMeshTransformBuilder
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
Declaration
public bool CanRelocateToolToSelection { get; set; }
Property Value
Declaration
public bool CanReorientToolToSelection { get; set; }
Property Value
Declaration
public double FallOffFactor { get; set; }
Property Value
Declaration
public MorphMeshTransformBuilder.FallOffMethodType FallOffMethod { get; set; }
Property Value
Declaration
public SelectCageObjectData FallOffObjects { get; }
Property Value
Declaration
public int FallOffPercentage { get; set; }
Property Value
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