IModelJson.SolidPrimitiveProps Interface
Interface for solid primitives: box, sphere, cylinder, cone, torusPipe, linear sweep, rotational sweep, ruled sweep.
Properties
| Name | Type | Description | |
|---|---|---|---|
| box | IModelJson.BoxProps | undefined | {box:...} | |
| cone | IModelJson.ConeProps | undefined | {cone:............} | |
| cylinder | IModelJson.CylinderProps | undefined | {cylinder:...} | |
| linearSweep | IModelJson.LinearSweepProps | undefined | {linearSweep:.........} | |
| rotationalSweep | IModelJson.RotationalSweepProps | undefined | {rotationalSweep:...} | |
| ruledSweep | IModelJson.RuledSweepProps | undefined | {ruledSweep:...} | |
| sphere | IModelJson.SphereProps | undefined | {sphere:............} | |
| torusPipe | IModelJson.TorusPipeProps | undefined | {torusPipe:............} | 
Defined in
- serialization/IModelJsonSchema.ts Line 164
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.