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: 1.0.0.0 (1.0.0.0)
Syntax
bool IsInside(
	IReadOnlyList<int> node_inds
)

Parameters

node_inds
Type: System.Collections.GenericIReadOnlyListInt32

[Missing <param name="node_inds"/> documentation for "M:Karamba.Geometry.IInsideBrep.IsInside(System.Collections.Generic.IReadOnlyList{System.Int32})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Geometry.IInsideBrep.IsInside(System.Collections.Generic.IReadOnlyList{System.Int32})"]

See Also