Land Auto

AreaVolume Method

AreaVolume Method

Given an array of points defining an area, returns the cut, fill, and net volume.

See Also | Example

Signature

object.AreaVolume(Tolerance, Coordinates, Cut, Fill, Net)

object

Surface The object or objects this property applies to.

Tolerance

Double; input-only

Coordinates

Variant (array of doubles); input-only
A closed array of 3D points defining an area

Cut

Double; output-only
The cut volume.

Fill

Double; output-only
The fill volume.

Net

Double; output-only
The net volume.