VolumeBetweenPolygonAndPlaneOutput Interface
Bundle of output data for volumeBetweenPolygonAndPlane.
Properties
| Name | Type | Description | |
|---|---|---|---|
| area2 | number | Two times the signed area of the polygon's projection onto the plane. | |
| origin | Point3d | undefined | Origin of the facet used to accumulate products. |
|
| products | Matrix4d | undefined | Raw accumulated second moment area products of the polygon's projection onto the plane. | |
| volume6 | number | Six times the signed volume of the truncated prism between the polygon and the plane. |
Defined in
- geometry3d/PolygonOps.ts Line 364
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.