|
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)
Syntaxpublic bool IsInside(
IReadOnlyList<int> node_inds
)
Public Function IsInside (
node_inds As IReadOnlyList(Of Integer)
) As Boolean
public:
virtual bool IsInside(
IReadOnlyList<int>^ node_inds
) sealed
abstract IsInside :
node_inds : IReadOnlyList<int> -> bool
override IsInside :
node_inds : IReadOnlyList<int> -> bool 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