Mesh3Partial Method

returns a partial view of the mesh with only the mash faces visible whose indexes are given.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public IMesh Partial(
	IEnumerable<int> indexes
)

Parameters

indexes  IEnumerableInt32
indexes of the visible elements.

Return Value

IMesh
mesh with reduced number of faces.

Implements

IMeshPartial(IEnumerableInt32)

See Also