cplane hscript command
Changes construction plane parameters.
Usages
cplane [options] viewers
If you don’t specify any options, cplane prints the command(s) to regenerate the current construction plane setup.
Options
-o x y z | Set the origin. |
-n x y z | Set the plane normal to. |
-x x y z | Set the horizontal axis. |
-u x y z | Set the up vector. |
-l n|x|y|z | Lock the up vector to the normal, or world x, y, or z axes. |
-s x y | Set the grid space to x units along the X-axis and y units along the Y-axis. |
-r x y | Set the grid ruler to x units along the X-axis and y units along the Y-axis. |
-c x y | Set the number of grid cells to x units along the X-axis and y units along the Y-axis. |
-d on|off | Turns display of the plane on/off. |
Examples
cplane -o 0 0 0 *
cplane -o 1 1 1 -n 0 0 1 -r 10 10 Build.pane1.world
Replaced by
Replaced by hou.ConstructionPlane.lockUpVector, hou.ConstructionPlane.setUpVector, hou.ConstructionPlane.setNumGridCells, hou.ConstructionPlane.setVisible, hou.ConstructionPlane.setGridRuler, hou.ConstructionPlane.setNormal, hou.ConstructionPlane.setOrigin, hou.ConstructionPlane.setGridSpacing, hou.GeometryViewportSettings.constructionPlane
