Uses of Interface
com.solibri.geometry.primitive3d.Line3d
Packages that use Line3d
-
Uses of Line3d in com.solibri.geometry.primitive3d
Subinterfaces of Line3d in com.solibri.geometry.primitive3dMethods in com.solibri.geometry.primitive3d that return Line3dMethods in com.solibri.geometry.primitive3d with parameters of type Line3dModifier 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
Methods in com.solibri.smc.api.filter with parameters of type Line3dModifier and TypeMethodDescriptionstatic LineIntersectionFilter
Returns a filter that accepts components whose AABBs intersect the given line.