Class CageManipulatorData
Inheritance
CageManipulatorData
Assembly: NXOpen.dll
Syntax
public class CageManipulatorData : SelectCageObjectData, IMessageSink, IComponentBuilder
Constructors
CageManipulatorData()
Declaration
protected CageManipulatorData()
Properties
Declaration
public TransformerData Transformer { get; }
Property Value
Methods
EndMove()
Declaration
Move(Point3d, Point, bool)
Declaration
public void Move(Point3d moveToPoint, Point point, bool isSnapGesture)
Parameters
Move(Point3d, bool)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Features.Subdivision.CageManipulatorData.Move with optional constraint point instead.")]
public void Move(Point3d moveToPoint, bool isSnapGesture)
Parameters
Type |
Name |
Description |
Point3d |
moveToPoint |
|
bool |
isSnapGesture |
|
PrepareToMove(ObjectMoveData)
Declaration
public void PrepareToMove(CageManipulatorData.ObjectMoveData moveData)
Parameters
Declaration
public void ResetTransformerToCentroidOfSelection()
Declaration
public void SetTransformerToObject(CageManipulatorData.ObjectSelectionData selectionData)
Parameters
StepMove(double)
Declaration
public void StepMove(double step)
Parameters
Type |
Name |
Description |
double |
step |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink