import { curve } from "./index.js"; import { direction } from "./index.js"; import EntityTypesAP214 from "./entity_types_ap214.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 offset_curve_3d extends curve { get type(): EntityTypesAP214; private basis_curve_?; private distance_?; private self_intersect_?; private ref_direction_?; get basis_curve(): curve; get distance(): number; get self_intersect(): boolean; get ref_direction(): direction; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=offset_curve_3d.gen.d.ts.map