Basic Shape Properties
Name | Type | Description | Access |
---|---|---|---|
Model |
Number | Model, can be:
|
Get/Set |
Width |
Number | Width of the basic shape in current unit system | Get/Set |
Length |
Number | Length of the basic shape in current unit system | Get/Set |
Height |
Number | Height of the basic shape in current unit system | Get/Set |
Color |
String | Name of the color of the equipment | Get/Set |
Visible |
Boolean | Visibility of the equipment | Get/Set |
If Model
is = 5 (Custom):
Name | Type | Description | Access |
---|---|---|---|
Shape |
String | Name of the custom shape to use | Get/Set |
PartsVisible |
Array of boolean | Visible state of each parts. Example: bs.PartsVisible = [false,true,true,true,true,true]; |
Get/Set |