IModelJson.RotationalSweepProps Interface
Interface for a rotational sweep of a base curve or region around an axis.
Properties
| Name | Type | Description | |
|---|---|---|---|
| axis | XYZProps | The axis of rotation | |
| capped | boolean | undefined | flag for circular end caps. | |
| center | XYZProps | any point on the axis of rotation. | |
| contour | IModelJson.CurveCollectionProps | The swept curve or region. | |
| sweepAngle | AngleProps | sweep angle |
Defined in
- serialization/IModelJsonSchema.ts Line 311
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.