import { geometric_representation_item } from "./index.js"; import { axis2_placement_3d } 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 right_angular_wedge extends geometric_representation_item { get type(): EntityTypesAP214; private position_?; private x_?; private y_?; private z_?; private ltx_?; get position(): axis2_placement_3d; get x(): number; get y(): number; get z(): number; get ltx(): number; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=right_angular_wedge.gen.d.ts.map