API / geotoolkit3d / scene / well / schematic / Parallelepiped / Parallelepiped
schematic.Parallelepiped.Parallelepiped
Type Aliases
Type Aliases
Ƭ Options: Object
The options
| Name | Type | Description |
|---|---|---|
data | { x: number[] ; y: number[] ; z: number[] } | 2 points minimum required; if 2 points are provided the first one is the localisation and the second provide the direction to tend to. If more than 2 points are provided then the points are actual trajectory points around which a 4 side tube will be created. |
data.x | number[] | The x deviation values |
data.y | number[] | The y deviation values |
data.z | number[] | The elevation values |
depth? | number | The length of the parallelepiped in modelspace (used if there is only 2 points in the given path) (z axis). |
depthsegments? | number | Number of segmented faces along the depth of the sides. Default is 1. |
height? | number | The height of the parallelepiped in modelspace (y axis). Default is 50. |
heightsegments? | number | Number of segmented faces along the height of the sides. Default is 1. |
width? | number | The width of the parallelepiped in modelspace (x axis). Default is 50. |
widthsegments? | number | Number of segmented faces along the width of the sides. Default is 1. |
Ƭ OptionsBase: Options & OptionsBase
Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut