Last updated

API / geotoolkit3d / scene / well / schematic / Cylinder / Cylinder

Namespace: Cylinder

schematic.Cylinder.Cylinder

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 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 cylinder in modelspace (used if there is only 2 points in the given path)
fillstyle?TypeThe cylinder fill style
radius?numberThe radius of the cylinder in modelspace
tubeprecision?numberThe tube approximation precision
width?number-

OptionsBase

Ƭ OptionsBase: Options & OptionsBase


OptionsBaseOut

Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut