footprint operation

Syntax

  • footprint()

Description

The footprint operation creates a 2D geometry that is the orthogonal projection of the current shape's geometry onto the plane scope.y=0.

Related

Examples

A schematic low-poly version of a building is created by an extrusion of the footprint.

Example -->
    i("building.obj")
    ShowAsset.
    Footprint(scope.sy)
 	
Footprint(height) -->
    footprint()
    extrude(height)
    set(material.opacity, 0.25)
Schematic low-poly footprint


In this topic