ModelInterface.getAreaMap() method
Get a map of { node URI -> computed area of bounding box }. The values are in UV units.
Signature:
getAreaMap(): {
[key: string]: number;
};
Returns:
{ [key: string]: number; }
Get a map of { node URI -> computed area of bounding box }. The values are in UV units.
Signature:
getAreaMap(): {
[key: string]: number;
};
Returns:
{ [key: string]: number; }