Last updated

API / geotoolkit3d / scene / well / schematic / Cube / Cube

Namespace: Cube

schematic.Cube.Cube

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 required, the first one is the localisation and the second provide the direction to tend to.
data.xnumber[]The x deviation values
data.ynumber[]The y deviation values
data.znumber[]The elevation values
width?numberSize of the cube in model space.
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