RevolveEntitiesToSurfaceByXAxis Method (ISketchManager)
Revolves the specified entities into a surface using the specified X-axis and angle of revolution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RevolveEntitiesToSurfaceByXAxis( _
VARIANT EntitiesArray As System.Object, _
DOUBLE RevolutionAngle As System.Double, _
VARIANT_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
Parameters
- RevolveSurfaceArray[out] or Return Value
- Array of IRevolvedSurfaces
Example
Remarks
See Also
Availability
DraftSight 2020 SP0