DrawingCurve.EdgeType Property
Parent Object: DrawingCurveDescription
Property that returns the edge type of this curve. Possible return values are kThreadEdge, kBendUpEdge, kBendDownEdge, kBendExtentEdge, kPunchDownEdge, kPunchUpEdge, kTangentEdge, kContourRollEdge, and kUnknownEdge.
Syntax
DrawingCurve.EdgeType() As DrawingEdgeTypeEnumProperty Value
This is a read only property whose value is a DrawingEdgeTypeEnum.Samples
Name | Description |
Create bend note | This sample demonstrates the creation of a bend note on the drawing view of a flat pattern. |
Create thread note | This sample demonstrates the creation of a thread note on a drawing view. |
create punch note | This sample demonstrates the creation of a punch note on the drawing view of a flat pattern. |