Make Axis Identifier from String    

Converts a string into an axis identifier (for use with a frame construction command, for instance).

 

Input Arguments

 

0

String

String Input

The input string to convert.

 

Return Arguments

 

1

Axis Identifier

Resultant Axis Identifier

The resulting axis identifer, for use in a frame construction command (for instance).

 

Returned Status

 

SUCCESS

The identifer was successfully created.

FAILURE

An invalid input string was supplied.

 

Remarks

Allowable inputs are +X axis, -X axis, +Y axis, -Y axis, +Z axis, and -Z axis. The input string is not case-sensitive.