Back to Object PlugITs content page
The "Object info" PlugIT allows to get the size of the bounding box, the number of vertices and the number of polygons of an object.
Parameters |
|
1 |
Name of the object to get the informations from. |
Event |
|
Object changed |
Triggereed when the object is changed. |
Bounding box size |
Sends the bounding box size of the object. Triggered by the "Get bounding box size" action. |
Vertices count |
Sends the vertices number of the object. Triggered by the "Get vertices number" action. |
Polygons count |
Sends the polygons number of the object. Triggered by the "Get polygons number" action. |
All infos |
Sends the bounding box size, number of vertices and number of polygons of the object. Triggered by the "Get all infos" action. |
Action |
|
Set object |
Changes the object to get the informations from. |
Get bounding box size |
Gets the bounding box size of the object (by the "Bounding box size" event). |
Get vertices number |
Gets the number of vertices of the object (by the "Vertices count" event). |
Get polygons number |
Gets the number of polygons of the object (by the "Polygons count" event). |
Get all infos |
Gets the bounding box size, number of vertices and number of polygons of the object (by the "All infos" event). |