ShapeGroupGetObjectOutlineForArrangements Method |
Get the object outline for arrangements in object world coordinates.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override IObjectOutlineForArrangements GetObjectOutlineForArrangements(
Matrix4x3 localToWorldTransformation
)
Parameters
- localToWorldTransformation Matrix4x3
- The transformation from local coordinates to world coordinates.
Return Value
IObjectOutlineForArrangementsObject outline for arrangements in object world coordinates.
See Also