Cuboid(Double, Double, Double, Double, Double, Double) Constructor |
Creates a cuboid.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic Cuboid(
double x = 0,
double y = 0,
double z = 0,
double sx = 0,
double sy = 0,
double sz = 0
)
Parameters
- x Double (Optional)
- x coordinate of the cuboid's bottom, left, front corner.
- y Double (Optional)
- y coordinate of the cuboid's bottom, left, front corner.
- z Double (Optional)
- z coordinate of the cuboid's bottom, left, front corner.
- sx Double (Optional)
- The cuboid's size in x direction.
- sy Double (Optional)
- The cuboid's size in y direction.
- sz Double (Optional)
- The cuboid's size in z direction.
See Also