projectcurvetosurface
Projects a curve onto a surface or waterfall plot and returns the specified channel’s values of the projection in the specified direction.
Syntax
projectcurvetosurface(curve_x, curve_y, curve_z, surface_x, surface_y, surface_z, channel, dir)
Argument
- curve_x
- The X value of curve.
- curve_y
- The Y value of curve.
- curve_z
- The Z value of curve.
- surface_x
- The X value of surface or waterfall.
- surface_y
- The Y value of surface or waterfall.
- surface_z
- The Z value of surface or waterfall.
- channel
- The channel (can be x, y, z, or w).
- dir
- The direction (can be x, y, or z).
Template
{projectcurvetosurface(p2w1g1c1.x,p2w1g1c1.y,p2w1g1c1.z,p2w1w1.x,p2w1w1.y,p2w1w1.z,”y”,”z”)}
{projectcurvetosurface(p2w1g1c1.x,p2w1g1c1.y,p2w1g1c1.z,p2w1w1.x,p2w1w1.y,p2w1w1.z,”Z”,”z”)}