Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ardieffects:showgrid [2018/07/03 06:16] optrix created |
ardieffects:showgrid [2018/07/03 22:42] (current) optrix [Examples] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====Summary==== | ====Summary==== | ||
| + | |||
| + | Creates a visual grid plane to help with positioning and modifications. | ||
| ====Parameters==== | ====Parameters==== | ||
| Line 9: | Line 11: | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **0**// | Default: **0**// | ||
| + | |||
| + | The X value of the corner of the grid. | ||
| ===CY=== | ===CY=== | ||
| Line 14: | Line 18: | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **0**// | Default: **0**// | ||
| + | |||
| + | The Y value of the corner of the grid. | ||
| ===CZ=== | ===CZ=== | ||
| Line 19: | Line 25: | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **0**// | Default: **0**// | ||
| + | |||
| + | The Z value of the corner of the grid. | ||
| ===YAX=== | ===YAX=== | ||
| Line 24: | Line 32: | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **0**// | Default: **0**// | ||
| + | |||
| + | The X axis along the Y point. | ||
| ===YAY=== | ===YAY=== | ||
| Line 29: | Line 39: | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **10**// | Default: **10**// | ||
| + | |||
| + | The Y axis along the Y point. | ||
| ===XAX=== | ===XAX=== | ||
| Line 34: | Line 46: | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **10**// | Default: **10**// | ||
| + | |||
| + | The X axis along the X point. | ||
| ===XAY=== | ===XAY=== | ||
| Line 39: | Line 53: | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **0**// | Default: **0**// | ||
| + | |||
| + | The Y axis along the X point. | ||
| ===Scale=== | ===Scale=== | ||
| Line 44: | Line 60: | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **1**// | Default: **1**// | ||
| + | |||
| + | The scale value of the grid. Increase to enlarge or decrease to shrink. | ||
| ===Units=== | ===Units=== | ||
| Line 49: | Line 67: | ||
| //Type: [[text]] | //Type: [[text]] | ||
| Default: **m**// | Default: **m**// | ||
| + | |||
| + | This parameter allows you to specify a unit of measurement to display as formatting for grid distances. E.g: m,cm,km | ||
| ===AnchorAsset=== | ===AnchorAsset=== | ||
| - | //Type: [[Boolean]] | + | //Type: [[Integer]] |
| Default: **0**// | Default: **0**// | ||
| + | |||
| + | This parameter allows you to specify an asset to anchor the grid to. The asset must be specified as a valid ARDI ID value. | ||
| ===LineEvery=== | ===LineEvery=== | ||
| - | |||
| - | //Type: [[Boolean]] | ||
| - | Default: **1**// | ||
| - | |||
| - | ===Conversion=== | ||
| //Type: [[Float]] | //Type: [[Float]] | ||
| Default: **1**// | Default: **1**// | ||
| + | |||
| + | The size of each individual grid square in the grid. | ||
| ====Examples==== | ====Examples==== | ||
| + | |||
| + | <code> | ||
| + | <showgrid cx="23" cy="10" cz="30" /> | ||
| + | </code> | ||
| + | |||
| + | > The above code will automatically create a grid and show it, with the lower left corner starting at the XYZ coordinates **23,10,30** respectively. | ||
| + | |||