|
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)
Syntaxbool IsInside(
ModelElementStraightLine elem
)
Function IsInside (
elem As ModelElementStraightLine
) As Boolean
bool IsInside(
ModelElementStraightLine^ elem
)
abstract IsInside :
elem : ModelElementStraightLine -> bool
Parameters
- elem
- Type: Karamba.ElementsModelElementStraightLine
Element to be tested.
Return Value
Type:
BooleanTrue if the element is partly inside the brep.
See Also