-
Notifications
You must be signed in to change notification settings - Fork 106
Small patches / typos #992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Small patches / typos #992
Conversation
docs/schemas/core/IfcProductExtension/Entities/IfcDistributionElementType.md
Outdated
Show resolved
Hide resolved
| # IfcDoorLiningProperties | ||
|
|
||
| The door lining is the frame which enables the door leaf to be fixed in position. The door lining is used to hang the door leaf. The parameters of the door lining define the geometrically relevant parameter of the lining. | ||
| The door lining is the frame which enables the door leaf to be fixed in position. The door lining is used to hang the door leaf. The parameters of the door lining define the geometrically relevant parameters of the lining. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we fix this:
The parameters of the door lining define the geometrically relevant parameters of the lining.
This sounds awfully circular
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To
The parameters of the door lining define its geometric characteristics.
?
| * LiningOffset, given if the lining edge has an offset to the x axis of the local placement. | ||
|
|
||
| > NOTE In addition to the <em>LiningOffset</em>, the local placement of the <em>IfcDoor</em> can already have an offset to the wall edge and thereby shift the lining along the y axis. The actual position of the lining is calculated from the origin of the local placement along the positive y axis with the distance given by <em>LiningOffset</em>. | ||
| > NOTE In addition to the <em>LiningOffset</em>, the local placement of the <em>IfcDoor</em> can already have an offset to the wall edge and thereby shift the lining along the y axis. The actual position of the lining is calculated from the origin of the local placement along the positive Y-axis with the distance given by <em>LiningOffset</em>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only change once?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed it every, also for x axis (to X-axis)
0a741fe
docs/schemas/domain/IfcArchitectureDomain/Entities/IfcDoorPanelProperties.md
Outdated
Show resolved
Hide resolved
| Input audio. | ||
|
|
||
| #### SOURCE_Speakers_AMPLIFIER_ELECTROACCOUSTIC | ||
| #### SOURCE_Speakers_AMPLIFIER_ELECTROACOUSTIC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, hidden structure everywhere, but these are references to identifiers in UML. And apparently the typo is not present there, so even better that his is fixed.
$ grep ELECTROACOUSTIC IFC.xml
<ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="EAID_CC98D225_778C_1B19_E053_5801400A16D7" name="ELECTROACOUSTIC" visibility="public"/>
<packagedElement xmi:type="uml:Class" xmi:id="EAID_295C000F_FEA3_4274_8FCB_F6753649963E" name="IfcDistributionSystemEnum.ELECTROACOUSTIC" visibility="public"/>
<attribute xmi:idref="EAID_CC98D225_778C_1B19_E053_5801400A16D7" name="ELECTROACOUSTIC" scope="Public">
<element xmi:idref="EAID_295C000F_FEA3_4274_8FCB_F6753649963E" xmi:type="uml:Class" name="IfcDistributionSystemEnum.ELECTROACOUSTIC" scope="public">
<model ea_localid="3890" type="Class" name="IfcDistributionSystemEnum.ELECTROACOUSTIC"/>
| <!-- end of short definition --> | ||
|
|
||
| It is used to define a electric appliance type specification indicating the specific product information that is common to all occurrences of that product type. The **IfcElectricApplianceType** may be declared within _IfcProject_ or _IfcProjectLibrary_ using _IfcRelDeclares_ and may be exchanged with or without occurrences of the type. Occurrences of **IfcElectricApplianceType** are represented by instances of _IfcElectricAppliance_. Refer to the documentation at _IfcElectricAppliance_ for supported property sets, materials, composition, and ports. | ||
| lectric appliance type specification indicating the specific product information that is common to all occurrences of that product type. The **IfcElectricApplianceType** may be declared within _IfcProject_ or _IfcProjectLibrary_ using _IfcRelDeclares_ and may be exchanged with or without occurrences of the type. Occurrences of **IfcElectricApplianceType** are represented by instances of _IfcElectricAppliance_. Refer to the documentation at _IfcElectricAppliance_ for supported property sets, materials, composition, and ports. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think this went wrong with VSCode search & replace. Went over all the changed files and fixed it
No description provided.