Developer Documentation
DataType data type used for python scripting

The DataType type describing objects in OpenFlipper is mapped to python.

The integrated conversion can map the C++ DataType type to and from a String. *

core.objectUpdated(5,"Selection;Geometry")

Some examples for possible data types are:

  • All
  • Group
  • BSplineCurve
  • BSplineSurface
  • Coordsys
  • Light
  • TriangleMesh
  • PolyMesh
  • HexahedralMesh
  • PolyhedralMesh
  • TetrahedralMesh
  • Plane
  • PolyLine
  • PolyLineCollection
  • QtWidget
  • Skeleton
  • Sphere
  • SplatCloud

Other plugins might have implemented additional data types, which will be automatically mapped.