Variable GBTEdgeTopologyConst

GBTEdgeTopology: {
    Laminar: "LAMINAR";
    OneSided: "ONE_SIDED";
    TwoSided: "TWO_SIDED";
    Unknown: "UNKNOWN";
    Wire: "WIRE";
} = ...

Export

Type declaration

  • Readonly Laminar: "LAMINAR"
  • Readonly OneSided: "ONE_SIDED"
  • Readonly TwoSided: "TWO_SIDED"
  • Readonly Unknown: "UNKNOWN"
  • Readonly Wire: "WIRE"

Generated using TypeDoc