Click or drag to resize

IInsideBrepIsInside Method (IReadOnlyListInt32)

Tests whether the given nodes of a given model are inside the breps.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
bool IsInside(
	IReadOnlyList<int> node_inds
)

Parameters

node_inds
Type: System.Collections.GenericIReadOnlyListInt32
List of node indexes.

Return Value

Type: Boolean
True if the node is inside.
See Also