IInsideBrep Interface

tests whether a geometric entity lies inside a brep.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface IInsideBrep

Methods

IsInside(IReadOnlyListInt32) Tests whether the given nodes of a given model are inside the breps.
IsInside(ModelElement) Tests whether an element is inside the breps.
IsInside(ModelElementStraightLine) Tests whether an straight line-element is inside the breps.

See Also