OptionalafterOptionalafterAn optional hook to be called just after a point is removed.
OptionalafterAn optional hook to be called just after a point is updated.
OptionalbeforeAn optional hook to be called just before a point is inserted.
If the hook returns false, the point is not inserted.
OptionalbeforeAn optional hook to be called just before a point is removed.
If the hook returns false, the point is not removed.
OptionalbeforeAn optional hook to be called just before a point is updated.
If the hook returns false, the point is not updated.
OptionalborderThe width, in pixels, of the border around vertices and lines.
OptionalcolorThe main color of the shape. Affects lines, vertices, surfaces and labels.
OptionalendThe input required to finish drawing the shape. Does not apply to shapes that require a fixed number of points (i.e point, segment, etc).
OptionalfloorThe floor elevation, in meters.
OptionalfontThe label font size.
OptionalfontThe label font weight.
OptionallabelThe specific opacity of the labels.
OptionallineA custom formatter for the line label.
OptionallineThe width, in pixels, of lines.
OptionalnameThe optional display name of this entity. Mostly used for debugging.
Optionalobject3dThe root object of this entity. If none is provided, a new Group is created.
OptionalonAn optional callback to be called when a point has been moved.
The shape being created.
The position of the point.
OptionalpickThe optional custom picking function.
OptionalpickableMake labels pickable.
OptionalsegmentA custom formatter for segment labels.
OptionalshowShows the line that is the vertical projection of the line on the plane at the floorElevation.
OptionalshowShows floor vertices.
OptionalshowShows the line that connects each vertex.
OptionalshowDisplay a label for the entire line.
OptionalshowDisplay labels for each segment of the line.
OptionalshowShow the surface polygon.
OptionalshowDisplay a label for the surface.
OptionalshowDisplay a label for each vertex.
OptionalshowDisplay labels for vertical lines.
OptionalshowShow vertical lines that connect each vertex to each floor vertex.
OptionalshowShow vertices.
OptionalsignalThe optional signal to listen to cancel the creation of a shape.
OptionalsurfaceA custom formatter for the surface label.
OptionalsurfaceAn optional function to compute the location of the surface label.
OptionalsurfaceThe opacity of the surface.
OptionalvertexA custom formatter for the vertex labels.
OptionalvertexThe radius, in pixels, of vertices.
OptionalverticalA custom formatter for vertical line labels.
An optional hook to be called just after a point is inserted.