import { IfcBoundedCurve } from "./index.js"; import { IfcCartesianPoint } from "./index.js"; import { IfcBSplineCurveForm } 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 IfcBSplineCurve extends IfcBoundedCurve { get type(): EntityTypesIfc; private Degree_?; private ControlPointsList_?; private CurveForm_?; private ClosedCurve_?; private SelfIntersect_?; get Degree(): number; get ControlPointsList(): Array; get CurveForm(): IfcBSplineCurveForm; get ClosedCurve(): boolean | null; get SelfIntersect(): boolean | null; get UpperIndexOnControlPoints(): number; get ControlPoints(): Array; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcBSplineCurve.gen.d.ts.map