Click or drag to resize

IInsideBrepIsInside Method (ModelElement)

Tests whether an element is inside the breps.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
bool IsInside(
	ModelElement elem
)

Parameters

elem
Type: Karamba.ElementsModelElement
Element to be tested.

Return Value

Type: Boolean
True if the element is partly inside the brep.
See Also