ExtrudeEntitiesToSolidByPath Method (ISketchManager)
Extrudes the specified entities into a solid using the specified path entity and the specified angle of taper.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ExtrudeEntitiesToSolidByPath( _
const dsObjectPtrArray& EntitiesArray As System.Object, _
const dsObjectPtrArray& ExtrudePathArray As System.Object, _
double TaperAngle As System.Double, _
SweepArray As System.Object _
) |
Parameters
- EntitiesArray
- Array of closed entities to extrude
- ExtrudePathArray
- Array of one path entity
- TaperAngle
- -1.5708 <= Angle of taper in radians <= 1.5708
- SweepArray
- Array of ISweeps
Example
Remarks
See Also
Availability
DraftSight 2020 SP0