Click or drag to resize

Mesh3 Constructor (IReadonlyMesh)

Initializes a new instance of the Mesh3 class. Create mesh based on another mesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Mesh3(
	IReadonlyMesh other
)

Parameters

other
Type: Karamba.GeometryIReadonlyMesh

[Missing <param name="other"/> documentation for "M:Karamba.Geometry.Mesh3.#ctor(Karamba.Geometry.IReadonlyMesh)"]

See Also