Variable GBTPartStudioItemTypeConst

GBTPartStudioItemType: {
    CompositePart: "COMPOSITE_PART";
    ConstructionPlane: "CONSTRUCTION_PLANE";
    EntirePartStudio: "ENTIRE_PART_STUDIO";
    FlattenedSheetMetal: "FLATTENED_SHEET_METAL";
    Mesh: "MESH";
    Sketch: "SKETCH";
    Solid: "SOLID";
    Surface: "SURFACE";
    Unknown: "UNKNOWN";
    Wire: "WIRE";
} = ...

Export

Type declaration

  • Readonly CompositePart: "COMPOSITE_PART"
  • Readonly ConstructionPlane: "CONSTRUCTION_PLANE"
  • Readonly EntirePartStudio: "ENTIRE_PART_STUDIO"
  • Readonly FlattenedSheetMetal: "FLATTENED_SHEET_METAL"
  • Readonly Mesh: "MESH"
  • Readonly Sketch: "SKETCH"
  • Readonly Solid: "SOLID"
  • Readonly Surface: "SURFACE"
  • Readonly Unknown: "UNKNOWN"
  • Readonly Wire: "WIRE"

Generated using TypeDoc