Click or drag to resize
AB4D logo

PolygonAnalyzerPolygonArea Property

Gets polygon area. When the polygon is oriented in anti-clock-wise direction, then PolygonArea is positive. When the polygon is oriented in clock-wise direction, then PolygonArea is negative.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public double PolygonArea { get; }

Property Value

Double
See Also