MultiRectangularObjectOutline Constructor |
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MultiRectangularObjectOutline(
IEnumerable<RectangleD3D> rectangles,
Matrix4x3 transformation
)
Parameters
- rectangles IEnumerableRectangleD3D
- The rectangles.
- transformation Matrix4x3
- The transformation to world coordinates.
See Also