Last updated

API / geotoolkit3d / scene / well / schematic / Parallelepiped / Parallelepiped

Namespace: Parallelepiped

schematic.Parallelepiped.Parallelepiped

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

The options

Type declaration

NameTypeDescription
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.xnumber[]The x deviation values
data.ynumber[]The y deviation values
data.znumber[]The elevation values
depth?numberThe length of the parallelepiped in modelspace (used if there is only 2 points in the given path) (z axis).
depthsegments?numberNumber of segmented faces along the depth of the sides.
Default is 1.
height?numberThe height of the parallelepiped in modelspace (y axis).
Default is 50.
heightsegments?numberNumber of segmented faces along the height of the sides.
Default is 1.
width?numberThe width of the parallelepiped in modelspace (x axis).
Default is 50.
widthsegments?numberNumber of segmented faces along the width of the sides.
Default is 1.

OptionsBase

Ƭ OptionsBase: Options & OptionsBase


OptionsBaseOut

Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut