-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from asam-ev/Add_other_objects_class
Add other objects
- Loading branch information
Showing
6 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
= General | ||
|
||
:home-path: ../.. | ||
:imagesdir: {home-path}/_images | ||
:includedir: {home-path}/_images | ||
|
||
The other object class comprises all objects not yet specified by {THIS_STANDARD}. | ||
Therefore, it includes all objects that are not specified by other object classes. | ||
Definitions specified in other object classes overwrite the specifications in other. | ||
|
||
For objects of class other, only the presence of the Grp_Root node is mandatory. | ||
All object components shall be children of Grp_Root. | ||
The associated coordinate system for Grp_Root should have its origin in the geometric center of the object's bounding box, projected to the ground. | ||
The x-axis of the coordinate system should point to the front of the object (if applicable), the z-axis of the object should point vertically upwards and the y-axis should point sidewards to complete the right-hand coordinate system. |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
= Other structure | ||
|
||
include::other-general.adoc[leveloffset=+1] | ||
include::other-structure.adoc[leveloffset=+1] |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
= Model structure | ||
|
||
:home-path: ../.. | ||
:imagesdir: {home-path}/_images | ||
:includedir: {home-path}/_images | ||
|
||
== Structure overview | ||
|
||
[plantuml] | ||
---- | ||
legend | ||
[[../geometry/object-other/other-index.html#_grp_root Grp_Root]] | ||
end legend | ||
---- | ||
|
||
|
||
== Grp_Root | ||
|
||
This group is the root node of the object. | ||
All components of the object shall be children of this node. | ||
The origin of the node is the center of the object's bounding box projected to the ground, including all object parts in their default positions. | ||
|
||
[#tab-Object-Grp-Root] | ||
.Grp_Root | ||
[%header, cols="20, 80"] | ||
|=== | ||
|
||
2+^| <Header> | ||
|
||
| *Origin* | ||
| Center of the object's bounding box projected to the ground, including all object parts in their default positions | ||
|
||
| *x-axis* | ||
| Collinear with the object's longitudinal axis, pointing forwards | ||
|
||
| *y-axis* | ||
| Completes the right-handed coordinate system | ||
|
||
| *z-axis* | ||
| Perpendicular to the x-axis, pointing vertically upwards | ||
|=== |
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