Click or drag to resize

VicinityMesh Constructor (IEnumerableIReadonlyMesh)

Initializes a new instance of the VicinityMesh class

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public VicinityMesh(
	IEnumerable<IReadonlyMesh> meshes
)

Parameters

meshes
Type: System.Collections.GenericIEnumerableIReadonlyMesh

[Missing <param name="meshes"/> documentation for "M:Karamba.GHopper.Geometry.VicinityMesh.#ctor(System.Collections.Generic.IEnumerable{Karamba.Geometry.IReadonlyMesh})"]

See Also