Metadata (or metaproperty) can be added to parts or assemblies. usually it comes from the PLM/PDM/ERP or CAD software. In seemage, user can also creates is own metadata. Such information is stored in the XML of the part or assembly. It means that in seemage you can search for a metadata even if the geometry is not loaded. Imagine that you have a big model (60 thousand parts) and you need to search and see just one of them (on a poor laptop...
In seemage you can load the tree structure without the geometry (very fast), then search for the reference and then decide to load the result. And this is also available in seemage free Viewers (EXE, PDF, HTML etc.). The video below will show you how to search ... and find.
Download video
Search on metadata when geometry is not loaded
Category: document properties, free players
Right Manager XML value
How is the Right Manager's VALUE calculated?
It is true to say the the Value string is calculated. In order to add protection, it is calculated based on requested Rights and then encrypted.
It determines RightManager’s rights on files and therefore it guarantees that the History is not modified.It is a protection for you as well to ensure that files cannot be “fiddled” and be measured, spied etc.
Some example to be found in : http://www.seemage.com/doc/FAQ/MVP/Batch_Righ_Manager.zip
Crypting method obviously is confidential.
In order to add RM rights, you can still use the following command :
seemagePublisher.exe -rightmanager [fileOutput]
Add the RightManager and PlayerIntegration options into the file according to the options specified in the file from the value of the markup (see below). The file can be an smg or an smgxml file ; it is possible to specify the output filename (by default, the input file is overwritten).The value of the markup indicated which are the rights to add the the input xml file.
This value is computed by a binary OR operation with the different LIT_OPTION_PRO_XXX options defined below.
You can see how we calculate the value for Batch.Option.Pro in XML file settings.
If you specify 0, it means that Annotation (markups and measures), Save, Cutting plane, Simulation (kinematic mode) and Tree will be disable.
If you want to set a specific right, use the calculation below :
Annotation = 2^0 = 1
Cutting plane = 2^1 = 2
Save = 2^2 = 4
Not Used
ActiveX = 2^4 = 16
Trees = 2^5 = 32
Simulation = 2^6 = 64
Category: batch, document properties