RectangleD3D(Double, Double, Double, Double, Double, Double) Constructor |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD3D(
double posX,
double posY,
double posZ,
double sizeX,
double sizeY,
double sizeZ
)
Parameters
- posX Double
- The x-coordinate of the left side.
- posY Double
- The y-coordinate of the top side.
- posZ Double
- The z-coordinate of the front side.
- sizeX Double
- The size in x-direction.
- sizeY Double
- The size in y-direction.
- sizeZ Double
- The size in z-direction.
See Also