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: 1.0.0.0 (1.0.0.0)
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 element is inside the breps
Top
See Also