Variable GBTSurfaceTypeConst

GBTSurfaceType: {
    Cone: "CONE";
    Cylinder: "CYLINDER";
    Extruded: "EXTRUDED";
    Mesh: "MESH";
    Other: "OTHER";
    Plane: "PLANE";
    Revolved: "REVOLVED";
    Sphere: "SPHERE";
    Spline: "SPLINE";
    Torus: "TORUS";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly Cone: "CONE"
  • Readonly Cylinder: "CYLINDER"
  • Readonly Extruded: "EXTRUDED"
  • Readonly Mesh: "MESH"
  • Readonly Other: "OTHER"
  • Readonly Plane: "PLANE"
  • Readonly Revolved: "REVOLVED"
  • Readonly Sphere: "SPHERE"
  • Readonly Spline: "SPLINE"
  • Readonly Torus: "TORUS"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc