CadPolylineFlag Enumeration

The Cad POLYLINE flags.

Namespace:  Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
[FlagsAttribute]
public enum CadPolylineFlag
Members
  Member nameValueDescription
NONE0 The none flags.
CLOSED_POLY1 The close d_ poly.
CURVE_FIT2 The curv e_ fit.
SPLINE_FIT4 The splin e_ fit.
POLY_3D8 The pol y_3 d.
POLYMESH_3D16 The polymes h_3 d.
CLOSED_POLY_MESH32 The close d_ pol y_ mesh.
POLYFACE_MESH64 The polyfac e_ mesh.
GENERATED_PATTERN128 The generate d_ pattern.
See Also