Click or drag to resize

GraphicBasePathNodeGripHandle(IHitTestObject, VectorD3D, PointD3D, Double) Constructor

Initializes a new instance of the GraphicBasePathNodeGripHandle class.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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