create MethodStatic
Create an options structure.
- Default vectorToEyeis (0,0,1).
- Default sideAngleisGeometry.smallAngleRadians.
- Default assembleChainsistrue.
- Default collectOnForwardFacets,collectOnSideFacets,collectOnRearFacetsare alltrue.
create(vectorToEye?: Vector3d, sideAngle?: Angle, assembleChains?: boolean, collectOnForwardFacets?: boolean, collectOnSideFacets?: boolean, collectOnRearFacets?: boolean): SweepLineStringToFacetsOptions
| Parameter | Type | Description | 
|---|---|---|
| vectorToEye | Vector3d | |
| sideAngle | Angle | |
| assembleChains | boolean | |
| collectOnForwardFacets | boolean | |
| collectOnSideFacets | boolean | |
| collectOnRearFacets | boolean | 
Returns - SweepLineStringToFacetsOptions
Defined in
- polyface/PolyfaceQuery.ts Line 108
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.