GraphicBasePathNodeGripHandle(IHitTestObject, VectorD3D, PointD3D, Double, ActionHitTestPointData) 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 relPos,
PointD3D gripCenter,
double gripRadius,
Action<HitTestPointData> moveAction
)
Parameters
- parent IHitTestObject
- The object that was hit.
- relPos 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.
- moveAction ActionHitTestPointData
- Action to carry out when moving the handle.
See Also