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