Function: drawProjection()
function drawProjection(shape, projectionCamera?): object;
Defined in: draw.ts:518
Creates the Drawing of a projection of a shape on a plane.
The projection is done by projecting the edges of the shape on the plane.
Parameters
shape
projectionCamera?
| ProjectionPlane
| ProjectionCamera
Returns
object
hidden
hidden: Drawing;
visible
visible: Drawing;