Click or drag to resize

ShapeGroupGetObjectOutlineForArrangements Method

Get the object outline for arrangements in object world coordinates.

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

Parameters

localToWorldTransformation  Matrix4x3
The transformation from local coordinates to world coordinates.

Return Value

IObjectOutlineForArrangements
Object outline for arrangements in object world coordinates.
See Also