import { IfcBoundedCurve } from "./index.js"; import { IfcCurve } from "./index.js"; import { IfcCartesianPoint } from "./index.js"; import { IfcParameterValue } from "./index.js"; import { IfcTrimmingPreference } from "./index.js"; import EntityTypesIfc from "./entity_types_ifc.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 IfcTrimmedCurve extends IfcBoundedCurve { get type(): EntityTypesIfc; private BasisCurve_?; private Trim1_?; private Trim2_?; private SenseAgreement_?; private MasterRepresentation_?; get BasisCurve(): IfcCurve; get Trim1(): Array; get Trim2(): Array; get SenseAgreement(): boolean; get MasterRepresentation(): IfcTrimmingPreference; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcTrimmedCurve.gen.d.ts.map