Click or drag to resize

GraphicBaseGetObjectOutlineForArrangements Method

Get the object outline for arrangements in coordinates of the parent object (i.e. in most cases the parent layer).

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IObjectOutlineForArrangements? GetObjectOutlineForArrangements(
	Matrix4x3 localToWorldTransformation
)

Parameters

localToWorldTransformation  Matrix4x3
Transformation from local (i.e. parent layer) coordinates to global coordinates.

Return Value

IObjectOutlineForArrangements
Object outline for arrangements in parent coordinates. Can be null, because it is not required that the object provides a outline. In this case the outline will be calculated by the HitObject.
See Also