import { IfcGeometricRepresentationContext } from "./index.js"; import { IfcGeometricProjectionEnum } from "./index.js"; import { IfcAxis2Placement2D } from "./index.js"; import { IfcAxis2Placement3D } 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 IfcGeometricRepresentationSubContext extends IfcGeometricRepresentationContext { get type(): EntityTypesIfc; private ParentContext_?; private TargetScale_?; private TargetView_?; private UserDefinedTargetView_?; get ParentContext(): IfcGeometricRepresentationContext; get TargetScale(): number | null; get TargetView(): IfcGeometricProjectionEnum; get UserDefinedTargetView(): string | null; get WorldCoordinateSystem(): IfcAxis2Placement2D | IfcAxis2Placement3D; get CoordinateSpaceDimension(): number; get Precision(): number; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcGeometricRepresentationSubContext.gen.d.ts.map