Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths8%, 92%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths13%, 15%, 14%, 13%, 45%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

void

Scroll pagebreak

Examples

Code Block
languagetext
//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

...