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

Example


Footprint example
Example -->
    i("building.obj")
    ShowAsset.
    Footprint(scope.sy)
 	
Footprint(height) -->
    footprint()
    extrude(height)
    set(material.opacity, 0.25)
A schematic low-poly version of a building is created by an extrusion of the footprint.

Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.