| Visual Basic | |
|---|---|
Sub FilletPolyLine( _ ByVal PolyLine As PolyLine _ ) | |
| C# | |
|---|---|
void FilletPolyLine( PolyLine PolyLine ) | |
| JavaScript | |
|---|---|
FilletPolyLine( PolyLine : dsPolyLine ) | |
Parameters
- PolyLine
- 2D PolyLine to fillet
Fillets all vertices of a 2D PolyLine in one step by inserting fillet Arcs at each vertex of the 2D PolyLine where two Lines meet, if applicable.
ISketchManager Interface
ISketchManager Members
ISketchManager::FilletEntities Method ()
ISketchManager::ChamferPolyLine Method ()
ISketchManager Members
ISketchManager::FilletEntities Method ()
ISketchManager::ChamferPolyLine Method ()
DraftSight V1R6.0
Syntax