Uses of Interface
com.solibri.geometry.primitive3d.Line3d
-
Uses of Line3d in com.solibri.geometry.primitive3d
Modifier and TypeMethodDescriptionReturns an optional with the intersection point between the triangle and the line if present, otherwise an empty optional.boolean
Triangle3d.intersects
(Line3d line) Returns true if the triangle intersects the given line. -
Uses of Line3d in com.solibri.smc.api.filter
Modifier and TypeMethodDescriptionstatic LineIntersectionFilter
Returns a filter that accepts components whose AABBs intersect the given line.