|
19 | 19 |
|
20 | 20 | /******************************************************************************** |
21 | 21 | * * |
22 | | - * This file has been generated from /tmp/IFC2X3_FINAL.exp. Do not make modifications * |
| 22 | + * This file has been generated from IFC2X3_TC1.exp. Do not make modifications * |
23 | 23 | * but instead modify the python script that has been used to generate this. * |
24 | 24 | * * |
25 | 25 | ********************************************************************************/ |
@@ -6283,11 +6283,11 @@ IfcElectricalElement::IfcElectricalElement(IfcAbstractEntityPtr e) { if (!is(Typ |
6283 | 6283 | // Function implementations for IfcElement |
6284 | 6284 | bool IfcElement::hasTag() { return !entity->getArgument(7)->isNull(); } |
6285 | 6285 | IfcIdentifier IfcElement::Tag() { return *entity->getArgument(7); } |
| 6286 | +IfcRelConnectsStructuralElement::list IfcElement::HasStructuralMember() { RETURN_INVERSE(IfcRelConnectsStructuralElement) } |
6286 | 6287 | IfcRelFillsElement::list IfcElement::FillsVoids() { RETURN_INVERSE(IfcRelFillsElement) } |
6287 | 6288 | IfcRelConnectsElements::list IfcElement::ConnectedTo() { RETURN_INVERSE(IfcRelConnectsElements) } |
6288 | 6289 | IfcRelCoversBldgElements::list IfcElement::HasCoverings() { RETURN_INVERSE(IfcRelCoversBldgElements) } |
6289 | 6290 | IfcRelProjectsElement::list IfcElement::HasProjections() { RETURN_INVERSE(IfcRelProjectsElement) } |
6290 | | -IfcRelConnectsStructuralElement::list IfcElement::HasStructuralMember() { RETURN_INVERSE(IfcRelConnectsStructuralElement) } |
6291 | 6291 | IfcRelReferencedInSpatialStructure::list IfcElement::ReferencedInStructures() { RETURN_INVERSE(IfcRelReferencedInSpatialStructure) } |
6292 | 6292 | IfcRelConnectsPortToElement::list IfcElement::HasPorts() { RETURN_INVERSE(IfcRelConnectsPortToElement) } |
6293 | 6293 | IfcRelVoidsElement::list IfcElement::HasOpenings() { RETURN_INVERSE(IfcRelVoidsElement) } |
@@ -9071,7 +9071,7 @@ IfcLoadGroupTypeEnum::IfcLoadGroupTypeEnum IfcStructuralLoadGroup::PredefinedTyp |
9071 | 9071 | IfcActionTypeEnum::IfcActionTypeEnum IfcStructuralLoadGroup::ActionType() { return IfcActionTypeEnum::FromString(*entity->getArgument(6)); } |
9072 | 9072 | IfcActionSourceTypeEnum::IfcActionSourceTypeEnum IfcStructuralLoadGroup::ActionSource() { return IfcActionSourceTypeEnum::FromString(*entity->getArgument(7)); } |
9073 | 9073 | bool IfcStructuralLoadGroup::hasCoefficient() { return !entity->getArgument(8)->isNull(); } |
9074 | | -IfcPositiveRatioMeasure IfcStructuralLoadGroup::Coefficient() { return *entity->getArgument(8); } |
| 9074 | +IfcRatioMeasure IfcStructuralLoadGroup::Coefficient() { return *entity->getArgument(8); } |
9075 | 9075 | bool IfcStructuralLoadGroup::hasPurpose() { return !entity->getArgument(9)->isNull(); } |
9076 | 9076 | IfcLabel IfcStructuralLoadGroup::Purpose() { return *entity->getArgument(9); } |
9077 | 9077 | IfcStructuralResultGroup::list IfcStructuralLoadGroup::SourceOfResultGroup() { RETURN_INVERSE(IfcStructuralResultGroup) } |
|
0 commit comments