import { tolerance_value } from "./index.js"; import { limits_and_fits } from "./index.js"; import { dimensional_location } from "./index.js"; import { dimensional_size } from "./index.js"; import EntityTypesAP214 from "./entity_types_ap214.gen.js"; import StepEntityInternalReference from "../../step/step_entity_internal_reference.js"; import StepEntityBase from "../../step/step_entity_base.js"; import StepModelBase from "../../step/step_model_base.js"; export declare class plus_minus_tolerance extends StepEntityBase { get type(): EntityTypesAP214; private range_?; private toleranced_dimension_?; get range(): tolerance_value | limits_and_fits; get toleranced_dimension(): dimensional_location | dimensional_size; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=plus_minus_tolerance.gen.d.ts.map