Cuboid3D
data class Cuboid3D(val length: Double, val width: Double, val height: Double, val tolerance: Double, val affineSequence: AffineSequence3D = AffineSequence3D.EMPTY) : AbstractSolid3D
Represents a cuboid in 3D with the dimension (length, width, height). The origin of the local coordinate system is located at the center of the ground face.
Parameters
length
length of cuboid in the direction of the x axis
width
width of cuboid in the direction of the y axis
height
height of the cuboid in the direction of the z axis
Constructors
Properties
Functions
Link copied to clipboard
Accepting function so that a geometry visitor can pass by.
Link copied to clipboard
Calculates the polygons for the respective solid geometry and transforms it to the global coordinate system.
Link copied to clipboard
Calculates the polygons for the respective solid geometry within the local coordinate system of the surface.