wplane#
- WorkingPlane.wplane(wn='', xorig='', yorig='', zorig='', xxax='', yxax='', zxax='', xplan='', yplan='', zplan='', **kwargs)#
Defines a working plane to assist in picking operations.
Mechanical APDL Command: WPLANE
- Parameters:
- wn
str Window number whose viewing direction will be modified to be normal to the working plane (defaults to 1). If
WNis a negative value, the viewing direction will not be modified. If fewer than three points are used, the viewing direction of windowWNwill be used instead to define the normal to the working plane.- xorig
str Global Cartesian coordinates of the origin of the working plane coordinate system.
- yorig
str Global Cartesian coordinates of the origin of the working plane coordinate system.
- zorig
str Global Cartesian coordinates of the origin of the working plane coordinate system.
- xxax
str Global Cartesian coordinates of a point defining the x-axis orientation. The x-axis aligns with the projection of the line from this orientation point to the origin.
- yxax
str Global Cartesian coordinates of a point defining the x-axis orientation. The x-axis aligns with the projection of the line from this orientation point to the origin.
- zxax
str Global Cartesian coordinates of a point defining the x-axis orientation. The x-axis aligns with the projection of the line from this orientation point to the origin.
- xplan
str Global Cartesian coordinates of the third point defining the working plane. This point will also define the location of the positive XY-sector of the working plane coordinate system.
- yplan
str Global Cartesian coordinates of the third point defining the working plane. This point will also define the location of the positive XY-sector of the working plane coordinate system.
- zplan
str Global Cartesian coordinates of the third point defining the working plane. This point will also define the location of the positive XY-sector of the working plane coordinate system.
- wn
Notes
Defines a working plane to assist in picking operations using the coordinates of three noncolinear points. The three points also define the working plane coordinate system. A minimum of one point (the working plane origin) is required. Immediate mode may also be active. See wpstyl command to set the style of working plane display.
This command is valid in any processor.