Click or drag to resize

InsideBrepIsInside Method (IReadOnlyListInt32)

tests whether the given nodes of a given model are inside the brep

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public bool IsInside(
	IReadOnlyList<int> node_inds
)

Parameters

node_inds
Type: System.Collections.GenericIReadOnlyListInt32

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

Return Value

Type: Boolean

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

Implements

IInsideBrepIsInside(IReadOnlyListInt32)
See Also