Object Types ============ .. contents:: :depth: 1 :local: -------------- .. _object-types-point-layer: Point Layer ----------- `Sphere <#sphere>`__ \| `Cylinder <#cylinder>`__ \| `Cone <#cone>`__ \| `Box <#box>`__ \| `Disk <#disk>`__ \| `Plane <#plane>`__ \| `Point <#point>`__ \| `Billboard <#billboard>`__ \| `Model File <#model-file>`__ .. index:: Sphere Sphere ~~~~~~ Sphere with specified radius, color and opacity .. raw:: html
.. image:: ./images/point/Sphere.jpg .. raw:: html |
**Specific settings** :
* Radius
Numerical value.
**Origin** :
center of sphere
**three.js geometry class:**
`SphereBufferGeoemtry |
.. image:: ./images/point/Cylinder.jpg .. raw:: html |
**Specific settings** :
* Radius
Numerical value.
* Height
Numerical value.
**Origin** :
center of bottom (if height > 0)
**three.js geometry class:**
`CylinderBufferGeometry |
.. image:: ./images/point/Cone.jpg .. raw:: html |
**Specific settings** :
* Radius
Numerical value.
* Height
Numerical value.
**Origin** :
center of bottom (if height > 0)
**three.js geometry class:**
`CylinderBufferGeometry |
.. image:: ./images/point/Box.jpg .. raw:: html |
**Specific settings** :
* Width
Numerical value.
* Depth
Numerical value.
* Height
Numerical value.
**Origin** :
center of bottom (if height > 0)
**three.js geometry class:**
`BoxBufferGeometry |
.. image:: ./images/point/Disk.jpg .. raw:: html |
**Specific settings** :
* Radius
Numerical value.
* Dip
Numerical value in degrees. See `Strike and dip - Wikipedia |
.. image:: ./images/no_image.png .. raw:: html |
**Specific settings** :
* Width
Numerical value.
* Length
Numerical value.
* Dip
Numerical value in degrees. See `Strike and dip - Wikipedia |
.. image:: ./images/no_image.png .. raw:: html |
**Specific settings** :
* Radius
Numerical value.
**Origin** :
center of sprite
**three.js geometry class:**
`SphereBufferGeoemtry |
.. image:: ./images/no_image.png .. raw:: html |
**Specific settings** :
* Image file
File path or URL.
* Scale
Numerical value.
**Origin** :
center of sprite
**three.js object class:**
`Sprite |
.. image:: ./images/no_image.png .. raw:: html |
**Specific settings** :
* Model file
File path or URL.
* Scale
Numerical value.
* Rotation (x)
Numerical value in degrees.
* Rotation (y)
Numerical value in degrees.
* Rotation (z)
Numerical value in degrees.
* Rotation Order
The options are XYZ, YZX, ZXY, XZY, YXZ and ZYX. See `Euler - three.js docs |
.. image:: ./images/line/Line.png .. raw:: html |
**Specific settings** :
no specific settings
**three.js object class:**
`Line |
.. image:: ./images/line/Pipe.jpg .. raw:: html |
**Specific settings** :
* Radius
Numerical value.
**three.js geometry classes:**
`CylinderBufferGeometry |
.. image:: ./images/line/ConeL.jpg .. raw:: html |
**Specific settings** :
* Radius
Numerical value.
**three.js geometry class:**
`CylinderBufferGeometry |
.. image:: ./images/line/Box.jpg .. raw:: html |
**Specific settings** :
* Width
Numerical value.
* Height
Numerical value.
**three.js geometry class:**
`BoxGeometry |
.. image:: ./images/line/Wall.jpg .. raw:: html | **Specific settings** : * Other side Z Z coordinate of the other side edge. .. raw:: html |
.. image:: ./images/no_image.png .. raw:: html | **Specific settings** : .. raw:: html |
.. image:: ./images/polygon/Extruded.jpg .. raw:: html | **Specific settings** : * Height Numerical value. .. raw:: html |
.. image:: ./images/polygon/Overlay.jpg .. raw:: html | **Specific settings** : * Border No border, feature style, random color or expression. .. raw:: html |