Click or drag to resize

IInsideBrep Interface

tests whether a geometric entity lies inside a brep.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public interface IInsideBrep
Methods
  NameDescription
Public methodIsInside(IReadOnlyListInt32)
Tests whether the given nodes of a given model are inside the breps.
Public methodIsInside(ModelElement)
Tests whether an element is inside the breps.
Public methodIsInside(ModelElementStraightLine)
Tests whether an straight line-element is inside the breps.
Top
See Also