Click or drag to resize

Mesh3 Constructor (IReadOnlyListPoint3, IReadOnlyListFace3)

Create mesh based on faces and vertices

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Mesh3(
	IReadOnlyList<Point3> Vertices,
	IReadOnlyList<Face3> Faces
)

Parameters

Vertices
Type: System.Collections.GenericIReadOnlyListPoint3

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

Faces
Type: System.Collections.GenericIReadOnlyListFace3

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

See Also