API / geotoolkit3d / data / well / MultiLateralPipeData / MultiLateralPipeData
well.MultiLateralPipeData.MultiLateralPipeData
Type Aliases
Ƭ Options: Object
The object of pipes data
| Name | Type | Description |
|---|---|---|
data | PipeData[] | The array of pipes |
Ƭ PipeData: Object
| Name | Type | Description |
|---|---|---|
binormals | Vector3[] | the XYZ binormals for the path |
normals | Vector3[] | the XYZ normals for the path |
positions | Vector3[] | the XYZ coordinates for the path |
radii | number[] | radius of the tube for each deviation value |
tangents | Vector3[] | the XYZ tangents for the path |
values | number[] | A value attribute used for coloring the trajectory |