#Point : Object
2D Point with x and y coordinates.
Properties
Name | Type | Description |
---|---|---|
x | float |
x coordinate |
y | float |
y coordinate |
#Region : Object
Geometry region.
Properties
Name | Type | Description |
---|---|---|
signedArea | float |
area, without unit can use Measurement to format the string with unit. |
perimeter | float |
perimeter, without unit can use Measurement to format the string with unit. |