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 1: Line 1:
[[:Category:Coordinate_Systems|{{Up}}]]
[[:Category:Coordinate_Systems|{{Up}}]]


{{Command|syntax=NEW_CS <cs number>
{{Command|syntax=NEW_CS <method> <name> <data>
|description=:Create a new coordinate system
|description=: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>


|param1=<cs number>|param1_desc={{cs number}}
|param1=<cs number>|param1_desc={{cs number}}

Revision as of 19:06, 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