Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

The Project object represents the entire structure and is the outermost object containing all ParamML and OpenBrIM objects associated with specific objects. It is the first object created when a new project is started.

Example Syntax: View of a newly created project

<O N="New_Object" T="Project">
    <!-- created by ParamML Examples on 25.01.2023 -->
    ...
    ...
</O>

All objects and parameters that will be created later will be written under the Project object.

Parameters: Category, ObjLabel

Example:

Category

<O N="New_Object" T="Project" Category="Objects">
    <!-- created by ParamML Examples on 25.01.2023 -->
</O>

ObjLabel

<O N="New_Object" T="Project" Category="Objects" Objlabel="OpenBrIM">
    <!-- created by ParamML Examples on 25.01.2023 -->
</O>

When creating a Category, a new folder is established within the Library where relevant objects can be organized and grouped.

In the example provided, we are able to assign a label to an object within the folder using the "ObjLabel" parameter in the "New_Object" object. The assigned label is prominently displayed, and the name of the Project object is also highlighted in red circle, as shown in the illustration above.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.