create MethodStatic
Create a new Plane3dByOriginAndUnitNormal with given origin and normal.
- The inputs are NOT captured.
- Returns undefined if
normal.normalize()returns undefined.
create(origin: Point3d, normal: Vector3d, result?: Plane3dByOriginAndUnitNormal): undefined | Plane3dByOriginAndUnitNormal
| Parameter | Type | Description |
|---|---|---|
| origin | Point3d | |
| normal | Vector3d | |
| result | Plane3dByOriginAndUnitNormal |
Returns - undefined | Plane3dByOriginAndUnitNormal
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.