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

Last Updated: 03 May, 2024