Uses of Interface
com.solibri.geometry.primitive3d.Rectangle3d
-
Packages that use Rectangle3d Package Description com.solibri.geometry.primitive3d -
-
Uses of Rectangle3d in com.solibri.geometry.primitive3d
Subinterfaces of Rectangle3d in com.solibri.geometry.primitive3d Modifier and Type Interface Description interface
MRectangle3d
Interface for handling rectangles in 3-dimensional space.Methods in com.solibri.geometry.primitive3d that return Rectangle3d Modifier and Type Method Description static Rectangle3d
Rectangle3d. create(Rectangle3d other)
Creates a new instance.static Rectangle3d
Rectangle3d. create(List<? extends Vector3d> vertices)
Creates a new instance from the given points.Rectangle3d
Box. getBottomRectangle()
Returns the bottom rectangle of this box.Methods in com.solibri.geometry.primitive3d with parameters of type Rectangle3d Modifier and Type Method Description static Box
Box. create(Rectangle3d bottomRectangle, double height)
Creates a new instance of a box from given parameters.static MRectangle3d
MRectangle3d. create(Rectangle3d other)
Creates a new instance.static Rectangle3d
Rectangle3d. create(Rectangle3d other)
Creates a new instance.
-