Variable GBTGeometryTypeConst

GBTGeometryType: {
    AllMesh: "ALL_MESH";
    Arc: "ARC";
    Circle: "CIRCLE";
    Cone: "CONE";
    Conic: "CONIC";
    Cylinder: "CYLINDER";
    Ellipse: "ELLIPSE";
    EllipticalArc: "ELLIPTICAL_ARC";
    Extruded: "EXTRUDED";
    Line: "LINE";
    Mesh: "MESH";
    MixedMesh: "MIXED_MESH";
    Plane: "PLANE";
    Revolved: "REVOLVED";
    Sphere: "SPHERE";
    Spline: "SPLINE";
    SplineControlPolygon: "SPLINE_CONTROL_POLYGON";
    SplineInternalPoint: "SPLINE_INTERNAL_POINT";
    Torus: "TORUS";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly AllMesh: "ALL_MESH"
  • Readonly Arc: "ARC"
  • Readonly Circle: "CIRCLE"
  • Readonly Cone: "CONE"
  • Readonly Conic: "CONIC"
  • Readonly Cylinder: "CYLINDER"
  • Readonly Ellipse: "ELLIPSE"
  • Readonly EllipticalArc: "ELLIPTICAL_ARC"
  • Readonly Extruded: "EXTRUDED"
  • Readonly Line: "LINE"
  • Readonly Mesh: "MESH"
  • Readonly MixedMesh: "MIXED_MESH"
  • Readonly Plane: "PLANE"
  • Readonly Revolved: "REVOLVED"
  • Readonly Sphere: "SPHERE"
  • Readonly Spline: "SPLINE"
  • Readonly SplineControlPolygon: "SPLINE_CONTROL_POLYGON"
  • Readonly SplineInternalPoint: "SPLINE_INTERNAL_POINT"
  • Readonly Torus: "TORUS"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc