Click or drag to resize

Mesh2 Constructor (IReadOnlyListPoint2, IReadOnlyListFace3)

Initializes a new instance of the Mesh2 class. Create mesh based on faces and vertices.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Mesh2(
	IReadOnlyList<Point2> Vertices,
	IReadOnlyList<Face3> Faces
)

Parameters

Vertices
Type: System.Collections.GenericIReadOnlyListPoint2

[Missing <param name="Vertices"/> documentation for "M:Karamba.Geometry.Mesh2.#ctor(System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point2},System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Face3})"]

Faces
Type: System.Collections.GenericIReadOnlyListFace3

[Missing <param name="Faces"/> documentation for "M:Karamba.Geometry.Mesh2.#ctor(System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point2},System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Face3})"]

See Also