Uses of Interface
com.solibri.geometry.primitive3d.Plane
Packages that use Plane
-
Uses of Plane in com.solibri.geometry.primitive3d
Subinterfaces of Plane in com.solibri.geometry.primitive3dModifier and TypeInterfaceDescriptioninterface
Interface for handling mutable planes in 3d.Methods in com.solibri.geometry.primitive3d that return PlaneMethods in com.solibri.geometry.primitive3d with parameters of type PlaneModifier and TypeMethodDescriptiondouble
Plane.dihedralAngle
(Plane plane) Calculates the dihedral angle between this plane and the given plane.Line3d.getIntersectionPoint
(Plane plane) Returns the point of intersection between this line and the given plane.Calculates the intersection between this plane and the given plane and returns the resulting line.Returns the point of intersection between this Segment and the given plane.boolean
Segment3d.intersects
(Plane plane) Returns true if this segment intersects the given plane. -
Uses of Plane in com.solibri.smc.api.visualization
Methods in com.solibri.smc.api.visualization that return types with arguments of type PlaneModifier and TypeMethodDescriptionVisualization.getSections()
Returns the section planes of this visualization.Methods in com.solibri.smc.api.visualization with parameters of type PlaneModifier and TypeMethodDescriptionvoid
Visualization.addSection
(Plane sectionPlane) Adds a section plane to this visualization.Method parameters in com.solibri.smc.api.visualization with type arguments of type PlaneModifier and TypeMethodDescriptionvoid
Visualization.addSections
(Collection<Plane> sectionPlanes) Adds the given section planes to this visualization.