kz#
- Query.kz(k)#
Return the z coordinate of a keypont.
Z-coordinate of keypoint
kin the active coordinate system.- Parameters:
- k
int Keypoint number to be considered.
- k
- Returns:
floatCoordinate of the keypoint.
- Return type:
Examples
Here we add a single keypoint, then use
kzto extract the z-coordinate of it.>>> from ansys.mapdl.core import launch_mapdl >>> mapdl = launch_mapdl() >>> mapdl.prep7() >>> mapdl.k(1, 0, 1, 2) >>> mapdl.queries.kz(1) 2.0