|
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)
Syntaxbool IsInside(
IReadOnlyList<int> node_inds
)
Function IsInside (
node_inds As IReadOnlyList(Of Integer)
) As Boolean
bool IsInside(
IReadOnlyList<int>^ node_inds
)
abstract IsInside :
node_inds : IReadOnlyList<int> -> bool
Parameters
- node_inds
- Type: System.Collections.GenericIReadOnlyListInt32
List of node indexes.
Return Value
Type:
BooleanTrue if the node is inside.
See Also