Object Types for Line Layer

Line | Pipe | Cone | Box | Profile


Line

Specific settings:

no specific settings

three.js object class:

Line

Pipe

Places a cylinder to each line segment and a sphere to each joint.

Specific settings:

three.js geometry classes:

CylinderGeometry and SphereGeoemtry

Cone

Places a cone to each line segment. Heading of cone is forward direction.

Specific settings:

three.js geometry class:

CylinderGeometry

Box

Places a box to each line segment.

Specific settings:

three.js geometry class:

BoxGeometry and Geometry

Profile

Makes a vertical plane between each line segment and zero elevation. If altitude mode of z coordinate is Relative to DEM or + "field name", each linestring is split into segments using triangles of DEM and every upper edge is located at the relative height from triangle surface of DEM.

Specific settings:

three.js geometry class:

PlaneGeometry


Back to Export Settings | Qgis2threejs plugin version 1.3