...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
void
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
//Rot write example |
...
vector $rot = << 25.0, -70.5, 19 >>; |
...
int $fileID; |
...
int $fileID = `fileOpen "C:/FileTesting.txt" "w"`; |
...
// Write the rotation value as an Euler angle |
...
// The -delims flag assumes you are writing to a text file |
...
writeRot $fileID $rot -delim ","; |
...
fileClose $fileID; |
Additional information
Related commands
...