RevolveEntitiesToSolidByXAxis Method (ISketchManager)
Revolves the specified entities into a solid using the specified X-axis and angle of revolution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RevolveEntitiesToSolidByXAxis( _
const dsObjectPtrArray& EntitiesArray As System.Object, _
double RevolutionAngle As System.Double, _
bool XAxis As System.Boolean _
) As System.Object |
Parameters
- EntitiesArray
- Array of entities
- RevolutionAngle
- Angle of revolution in radians; default is 6.283 (360 degrees)
- XAxis
- True if X-axis of revolution, false if Y-axis of revolution
- [out] or Return Value
- Array of IRevolves
Example
Remarks
See Also
Availability
DraftSight 2020 SP0