Curvy  8.4.0
FluffyUnderware.Curvy.ImportExport Namespace Reference

Classes

class  SerializedCurvySpline
 A wrapper to the CurvySpline class More...
 
class  SerializedCurvySplineSegment
 Serialized Control Point More...
 
class  SplineJsonConverter
 Converts splines to JSON strings, and vice versa More...
 
class  SplineSvgConverter
 Converts SVG strings to splines More...
 

Enumerations

enum  CurvySerializationSpace { Global = 0, Local = 1 }
 Used in the import/export process to define if which coordinates should be read/written, the local ones or the global ones More...
 
enum  FileFormat { JSON = 0, SVG = 1 }
 Used in the import/export process to define what format to import and/or export to More...
 

Enumeration Type Documentation

Used in the import/export process to define if which coordinates should be read/written, the local ones or the global ones

Enumerator
Global 
Local 
enum FileFormat
strong

Used in the import/export process to define what format to import and/or export to

Enumerator
JSON 
SVG