VolumeBetweenPolygonAndPlaneOptions Interface
Bundle of options for volumeBetweenPolygonAndPlane.
@see VolumeBetweenPolygonAndPlaneOutput
Properties
Name | Type | Description | |
---|---|---|---|
skipMoments | boolean | undefined | Whether to skip computation of the area moments. | |
workMatrix | Matrix4d | undefined | Work matrix. | |
workPoint0 | Point3d | undefined | Work point. | |
workPoint1 | Point3d | undefined | Another work point. | |
workVector | Vector3d | undefined | Work vector. |
Defined in
- geometry3d/PolygonOps.ts Line 348
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.