-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10854,8 +10854,8 @@ [email protected] | |
<ddue:para>Cuboid</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>The component coordinate system is located in the corner of the cuboid. | ||
This means that "length" extends in the x-direction, "width" in the y-direction and "height" in the z-direction. | ||
<ddue:para>The component coordinate system is located in the center of the cuboid. | ||
This means that "length" extends in the x-direction, "width" in the y-direction and "height" in the z-direction, half in the positive and half in the negative direction. | ||
</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
|
@@ -16294,9 +16294,8 @@ [email protected] | |
<ddue:para>Frustum</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>The component coordinate system of the frustum is centered on the lower circular surface. | ||
This lower circular surface lies in the xy-plane of the local component coordinate system and is defined by the "lowerRadius". | ||
The upper circular surface with the "upperRadius" is parallel to the lower surface at a distance of "height" in z-direction. | ||
<ddue:para>The component coordinate system of the frustum is centered on the center of its geometrically defining variables, | ||
which is half the height and center of the lower and upper circular faces. | ||
</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
|