...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
ws | 0 | — | — | ScaleVec data is applied in world space coordinates |
def | 0 | — | — | — |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
//Create a marker and set its scale |
...
create Marker "marker1"; |
...
setScale marker1 <<100, 0, 0>>; |
Additional information
Related commands
...