Click or drag to resize

IInsideBrepIsInside Method (ModelElementStraightLine)

Tests whether an straight line-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(
	ModelElementStraightLine elem
)

Parameters

elem
Type: Karamba.ElementsModelElementStraightLine
Element to be tested.

Return Value

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