Uses of Interface
com.solibri.geometry.primitive3d.Rectangle3d
Packages that use Rectangle3d
- 
Uses of Rectangle3d in com.solibri.geometry.primitive3dSubinterfaces of Rectangle3d in com.solibri.geometry.primitive3dModifier and TypeInterfaceDescriptioninterfaceInterface for handling rectangles in 3-dimensional space.Methods in com.solibri.geometry.primitive3d that return Rectangle3dModifier and TypeMethodDescriptionstatic Rectangle3dRectangle3d.create(Rectangle3d other) Creates a new instance.static Rectangle3dCreates a new instance from the given points.Box.getBottomRectangle()Returns the bottom rectangle of this box.Methods in com.solibri.geometry.primitive3d with parameters of type Rectangle3dModifier and TypeMethodDescriptionstatic BoxBox.create(Rectangle3d bottomRectangle, double height) Creates a new instance of a box from given parameters.static MRectangle3dMRectangle3d.create(Rectangle3d other) Creates a new instance.static Rectangle3dRectangle3d.create(Rectangle3d other) Creates a new instance.