import { IfcGeometricRepresentationItem } from "./index.js"; import { IfcDirection } from "./index.js"; import { IfcCartesianPoint } 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 abstract class IfcCartesianTransformationOperator extends IfcGeometricRepresentationItem { get type(): EntityTypesIfc; private Axis1_?; private Axis2_?; private LocalOrigin_?; private Scale_?; get Axis1(): IfcDirection | null; get Axis2(): IfcDirection | null; get LocalOrigin(): IfcCartesianPoint; get Scale(): number | null; get Scl(): number; get Dim(): number; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcCartesianTransformationOperator.gen.d.ts.map