IModelJson.ArcByVectorProps Interface
Interface for Arc3d value defined by center, vectorX, vectorY and sweepStartEnd.
Properties
| Name | Type | Description | |
|---|---|---|---|
| center | XYZProps | Arc center point | |
| sweepStartEnd | AngleSweepProps | Start and end angles in parameterization X=C+cos(theta) * vectorX + sin(theta) * vectorY | |
| vectorX | XYZProps | Vector from center to 0-degree point (commonly called major axis vector) | |
| vectorY | XYZProps | Vector from center to 90-degree point (common called minor axis vector) | 
Defined in
- serialization/IModelJsonSchema.ts Line 226
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.