Variable GBTMGeomStatusConst

GBTMGeomStatus: {
    Fixed: "FIXED";
    NotConsistent: "NOT_CONSISTENT";
    OverDefined: "OVER_DEFINED";
    UnderDefined: "UNDER_DEFINED";
    Unknown: "UNKNOWN";
    WellDefined: "WELL_DEFINED";
} = ...

Export

Type declaration

  • Readonly Fixed: "FIXED"
  • Readonly NotConsistent: "NOT_CONSISTENT"
  • Readonly OverDefined: "OVER_DEFINED"
  • Readonly UnderDefined: "UNDER_DEFINED"
  • Readonly Unknown: "UNKNOWN"
  • Readonly WellDefined: "WELL_DEFINED"

Generated using TypeDoc