Navigation: Scripting Reference Manual > Functions & Subroutines > GetSampledSurfYcoordinate

 

GetSampledSurfYcoordinate

 

Contact Us: fredsupport@photonengr.com

 

Description

Retrieves the y-value for a specified row in a Sampled Surface data set.

 

Syntax

y = GetSampledSurfYcoordinate ( n, row )

 

Parameters

y (Double)

The y-value at row row.

 

n As Long

Node number of the Sampled Surface.

 

row As Double

Row number.

 

 

Remarks

Retrieves the y-value for the specified jth row row on a Sampled Surface (see below). If there is a problem the function sets an error and returns a value of 0.

 

                          ith column

                   x0   x1   x2   x3   x4 .. .. .. ..

            y0    z     z     z     z     z   .. .. .. ..

 jth        y1    z     z     z     z     z  .. .. .. ..

row      y2    z     z     z     z     z  .. .. .. ..

            y3    z     z     z     z     z  .. .. .. ..

             :      :      :      :      :     :

             :      :      :      :      :     :

 

 

See Also

AddSampledSurf

SetSampledSurfSize

SetSampledSurfXcoordinate

GetSampledSurfValue

Examples

Surfaces

 

 

 

 

 

Copyright © Photon Engineering, LLC