Uses extrusion and revolution operations to construct a 3D model.
With the help of B-Rep features make faces from edges and solids from faces using extrusion and revolution.
To create an extrusion we should specify the direction and length by ModelData_Vector class.
For revolution we should specify an axis and an angle which is defaulted by \(2\pi\).
Choose the parameters with care to avoid invalid results.
![]() |