Parameters |
Description |
const OdDbRegion* pRegion |
[in] Pointer to the region to be revolved. |
const OdGePoint3d& axisPoint |
[in] Point on the axis of revolution. |
const OdGeVector3d& axisDir |
[in] Vector defining the axis of revolution. |
double angleOfRevolution |
[in] Angle of revolution. |
bool isSolid = true |
[in] Boolean flag that indicates that this ModelerGeometry object is solid. |
Creates a solid by revolving the specified region.
The axis of revolution is projected onto the plane of the region, parallel to its normal.
All angles are expressed in radians.
The following constraints apply:
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|