Click or drag to resize

LineShapeGetObjectOutlineForArrangements Method

Gets the path of the object 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
The object outline for arrangements.
See Also