Variable GBTAppElementReferenceTypeConst

GBTAppElementReferenceType: {
    Assembly: "ASSEMBLY";
    CompositePart: "COMPOSITE_PART";
    Curve: "CURVE";
    FlattenedPart: "FLATTENED_PART";
    MeshPart: "MESH_PART";
    Part: "PART";
    Partstudio: "PARTSTUDIO";
    Sketch: "SKETCH";
    Surface: "SURFACE";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly Assembly: "ASSEMBLY"
  • Readonly CompositePart: "COMPOSITE_PART"
  • Readonly Curve: "CURVE"
  • Readonly FlattenedPart: "FLATTENED_PART"
  • Readonly MeshPart: "MESH_PART"
  • Readonly Part: "PART"
  • Readonly Partstudio: "PARTSTUDIO"
  • Readonly Sketch: "SKETCH"
  • Readonly Surface: "SURFACE"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc