ChamferPolyLine Method (ISketchManager) Send Feedback
See Also 
PolyLine
2D PolyLine to chamfer
Chamfers the specified 2D PolyLine.

Syntax

Visual Basic 
Sub ChamferPolyLine( _
   ByVal PolyLine As PolyLine _
) 
C# 
void ChamferPolyLine( 
   PolyLine PolyLine
)
JavaScript 
ChamferPolyLine( 
   PolyLine : dsPolyLine
)
COM native C++ 
HRESULT ChamferPolyLine( 
   IPolyLine* PolyLine
) 
C++ 
DSRESULT ChamferPolyLine( 
   dsPolyLine* PolyLine
) 

Parameters

PolyLine
2D PolyLine to chamfer

Remarks

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.
 

See Also

Availability

DraftSight V1R6.0