NEW CS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 3: Line 3:
{{Command|syntax=NEW_CS <method> <name> <data>
{{Command|syntax=NEW_CS <method> <name> <data>
|description=:Create a new coordinate system. There are 4 methods that you can use to create a CS.
|description=:Create a new coordinate system. There are 4 methods that you can use to create a CS.
<br>
:NEW_CS 3P <name> <x1> <z1> <z1> <x2> <z2> <z2> <x3> <z3> <z3>
:NEW_CS 3P <name> <x1> <z1> <z1> <x2> <z2> <z2> <x3> <z3> <z3>
:NEW_CS XY <name> <x1> <z1> <z1>
:NEW_CS XY <name> <x1> <z1> <z1>

Revision as of 19:07, 12 January 2011

Up

Command

NEW_CS <method> <name>


Create a new coordinate system. There are 4 methods that you can use to create a CS.


NEW_CS 3P <name> <x1> <z1> <z1> <x2> <z2> <z2> <x3> <z3> <z3>
NEW_CS XY <name> <x1> <z1> <z1>
NEW_CS YZ <name> <x1> <z1> <z1>
NEW_CS XZ <name> <x1> <z1> <z1>

Parameters

<cs number>
CS number.

Example

NEW_CS 3
For an example macro see Cs_List