Optional
afterOptional
afterAn optional hook to be called just after a point is removed.
Optional
afterAn optional hook to be called just after a point is updated.
Optional
beforeAn optional hook to be called just before a point is inserted.
If the hook returns false
, the point is not inserted.
Optional
beforeAn optional hook to be called just before a point is removed.
If the hook returns false
, the point is not removed.
Optional
beforeAn optional hook to be called just before a point is updated.
If the hook returns false
, the point is not updated.
Optional
borderThe width, in pixels, of the border around vertices and lines.
Optional
colorThe main color of the shape. Affects lines, vertices, surfaces and labels.
Optional
floorThe floor elevation, in meters.
Optional
fontThe label font size.
Optional
fontThe label font weight.
Optional
labelThe specific opacity of the labels.
Optional
lineA custom formatter for the line label.
Optional
lineThe width, in pixels, of lines.
Optional
pickableMake labels pickable.
Optional
segmentA custom formatter for segment labels.
Optional
showShows the line that is the vertical projection of the line on the plane at the floorElevation.
Optional
showShows floor vertices.
Optional
showShows the line that connects each vertex.
Optional
showDisplay a label for the entire line.
Optional
showDisplay labels for each segment of the line.
Optional
showShow the surface polygon.
Optional
showDisplay a label for the surface.
Optional
showDisplay a label for each vertex.
Optional
showDisplay labels for vertical lines.
Optional
showShow vertical lines that connect each vertex to each floor vertex.
Optional
showShow vertices.
Optional
surfaceA custom formatter for the surface label.
Optional
surfaceAn optional function to compute the location of the surface label.
Optional
surfaceThe opacity of the surface.
Optional
vertexA custom formatter for the vertex labels.
Optional
vertexThe radius, in pixels, of vertices.
Optional
verticalA custom formatter for vertical line labels.
An optional hook to be called just after a point is inserted.