RevolveEntitiesToSurfaceByAxis Method (ISketchManager)
Revolves the specified entities into a surface using the specified axis and angle of revolution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RevolveEntitiesToSurfaceByAxis( _
const dsObjectPtrArray& EntitiesArray As System.Object, _
double StartX As System.Double, _
double StartY As System.Double, _
double StartZ As System.Double, _
double EndX As System.Double, _
double EndY As System.Double, _
double EndZ As System.Double, _
double RevolutionAngle As System.Double _
) As System.Object |
Parameters
- EntitiesArray
- Array of entities
- StartX
- X-coordinate of axis start point
- StartY
- Y-coordinate of axis start point
- StartZ
- Z-coordinate of axis start point
- EndX
- X-coordinate of axis end point
- EndY
- Y-coordinate of axis end point
- EndZ
- Z-coordinate of axis end point
- RevolutionAngle
- Angle of revolution in radians; default is 6.283 (360 degrees)
- [out] or Return Value
- Array of IRevolvedSurfaces
Example
Remarks
See Also
Availability
DraftSight 2020 SP0