ansys.mapdl.core.Mapdl.cswpla#
- Mapdl.cswpla(kcn='', kcs='', par1='', par2='', **kwargs)#
Defines a local coordinate system at the origin of the working plane.
Mechanical APDL Command: CSWPLA
- Parameters:
- kcn
str
Arbitrary reference number assigned to this coordinate system. Must be greater than 10. A coordinate system previously defined with this number will be redefined.
- kcs
str
Coordinate system type:
0 or CART
- Cartesian1 or CYLIN
- Cylindrical (circular or elliptical)2 or SPHE
- Spherical (or spheroidal)3 or TORO
- Toroidal
- par1
str
Used for elliptical, spheroidal, or toroidal systems. If
KCS
= 1 or 2,PAR1
is the ratio of the ellipse Y-axis radius to X-axis radius (defaults to 1.0 (circle)). IfKCS
= 3,PAR1
is the major radius of the torus.- par2
str
Used for spheroidal systems. If
KCS
= 2,PAR2
= ratio of ellipse Z-axis radius to X-axis radius (defaults to 1.0 (circle)).
- kcn
Notes
Defines and activates a local right-handed coordinate system centered at the origin of the working plane. The coordinate system’s local x-y plane (for a Cartesian system) or R-θ plane (for a cylindrical or spherical system) corresponds to the working plane. This local system becomes the active coordinate system. See the cs, local, clocal, and cskp commands for alternate ways to define a local coordinate system. Local coordinate systems may be displayed with the psymb command.
This command is valid in any processor.