GraphicBasePathNodeGripHandle(IHitTestObject, VectorD3D, PointD3D, Double) Constructor |
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PathNodeGripHandle(
IHitTestObject parent,
VectorD3D movePointRelativePosition,
PointD3D gripCenter,
double gripRadius
)
Parameters
- parent IHitTestObject
- The object that was hit.
- movePointRelativePosition VectorD3D
- The relative position of the node that should be moved. For instance, (0,0,0) is at the origin of the object, (1,1,1) on the other side of the object, (0.5, 0.5, 0.5) at the center of the object.
- gripCenter PointD3D
- The grip center in local (layer) coordinates.
- gripRadius Double
- The grip radius.
See Also