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.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual IObjectOutlineForArrangements? GetObjectOutlineForArrangements(
Matrix4x3 localToWorldTransformation
)
Parameters
- localToWorldTransformation Matrix4x3
- Transformation from local (i.e. parent layer) coordinates to global coordinates.
Return Value
IObjectOutlineForArrangementsObject 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