import { IfcBoundedSurface } from "./index.js"; import { IfcCartesianPoint } from "./index.js"; import { IfcBSplineSurfaceForm } 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 IfcBSplineSurface extends IfcBoundedSurface { get type(): EntityTypesIfc; private UDegree_?; private VDegree_?; private ControlPointsList_?; private SurfaceForm_?; private UClosed_?; private VClosed_?; private SelfIntersect_?; get UDegree(): number; get VDegree(): number; get ControlPointsList(): Array>; get SurfaceForm(): IfcBSplineSurfaceForm; get UClosed(): boolean | null; get VClosed(): boolean | null; get SelfIntersect(): boolean | null; get UUpper(): number; get VUpper(): number; get ControlPoints(): Array>; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcBSplineSurface.gen.d.ts.map