Enum CadPolylineFlag

CadPolylineFlag enumeration

The Cad POLYLINE flags.

[Flags]
public enum CadPolylineFlag : short

Values

NameValueDescription
NONE0The none flags.
CLOSED_POLY1The close d_ poly.
CURVE_FIT2The curv e_ fit.
SPLINE_FIT4The splin e_ fit.
POLY_3D8The pol y_3 d.
POLYMESH_3D10The polymes h_3 d.
CLOSED_POLY_MESH20The close d_ pol y_ mesh.
POLYFACE_MESH40The polyfac e_ mesh.
GENERATED_PATTERN80The generate d_ pattern.

See Also