import { IfcRelConnects } from "./index.js"; import { IfcStructuralMember } from "./index.js"; import { IfcStructuralConnection } from "./index.js"; import { IfcBoundaryCondition } from "./index.js"; import { IfcStructuralConnectionCondition } 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 IfcRelConnectsStructuralMember extends IfcRelConnects { get type(): EntityTypesIfc; private RelatingStructuralMember_?; private RelatedStructuralConnection_?; private AppliedCondition_?; private AdditionalConditions_?; private SupportedLength_?; private ConditionCoordinateSystem_?; get RelatingStructuralMember(): IfcStructuralMember; get RelatedStructuralConnection(): IfcStructuralConnection; get AppliedCondition(): IfcBoundaryCondition | null; get AdditionalConditions(): IfcStructuralConnectionCondition | null; get SupportedLength(): number | null; get ConditionCoordinateSystem(): IfcAxis2Placement3D | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcRelConnectsStructuralMember.gen.d.ts.map