cross
This command draws a cross-shaped surface.
Inline mode usage
- cross -h
- Displays the help file that summarizes the parameters for this command.
- cross –n <name> -p <x> <y> <z> <sizeA> <sizeB>
- Draws a cross named <name> and centered at the specified point <x> <y> <z>. <sizeA> determines the side length of the central square of the cross, while <sizeB> determines one of the sides (i.e. the one not shared with the central square) of each of the external rectangles.
Interactive mode usage
- Invocation
- cross
- Parameters
-
- Center point, in "x y z" format: x y z.
- Size A, length: sizeA.
- Size B, width: sizeB.
The meanings of both sizes are specified above.
Example
> cross
Select center [x y z]: 0 0 0
Set Size A: 2
Set Size B: 3
Result:
Figure 1. Resulting cross