Click or drag to resize

MultiRectangularObjectOutline Constructor

Initializes a new instance of the MultiRectangularObjectOutline class

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MultiRectangularObjectOutline(
	IEnumerable<RectangleD3D> rectangles,
	Matrix4x3 transformation
)

Parameters

rectangles  IEnumerableRectangleD3D

[Missing <param name="rectangles"/> documentation for "M:Altaxo.Graph.Graph3D.MultiRectangularObjectOutline.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Geometry.RectangleD3D},Altaxo.Geometry.Matrix4x3)"]

transformation  Matrix4x3

[Missing <param name="transformation"/> documentation for "M:Altaxo.Graph.Graph3D.MultiRectangularObjectOutline.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Geometry.RectangleD3D},Altaxo.Geometry.Matrix4x3)"]

See Also