|
Component Prototype |
Description |
|||
|
Emphasize Component
|
The emphasize component is a 3D visible component. This component is used to make emphasis in same area of the scene. A vector of images is shown into a cycle in order to give the emphasis to the area. The images are configurable as well as the size. |
|||
|
In-slots |
Name |
Type |
Description |
|
|
visible*** |
Boolean |
The component is shown when true and hidden when false. |
||
|
transformation*** |
Matrix |
This transformation matrix is applied to the component geometry when shown |
||
|
Out-slots |
Name |
Type |
Description |
|
|
visible*** |
Boolean |
The in-slot is propagated to the out-slot |
||
|
transformation*** |
Matrix |
This transformation matrix corresponds to the output transformation, which combines input transformation with the offset. |
||
|
Properties |
Name |
Type |
Description |
|
|
iconFileName* |
string |
The filename of the icon shown for the component in the authoring environment. |
||
|
offset*** |
Matrix |
The offset transformation matrix between the transformation given by the in-slot and the geometry model. |
||
|
size |
double |
Defines the dimension of the objet (default value, 200.0) |
||
|
imageFileNames |
stringVector |
Vector of filenames of the images used to make the emphasis |
||