Navigation: Scripting Reference Manual > Functions & Subroutines > GetSampledSurfXcoordinate

 

GetSampledSurfXcoordinate

 

Contact Us: fredsupport@photonengr.com

 

Description

Retrieves the x-value for a specified column in a Sampled Surface data set.

 

Syntax

x = GetSampledSurfXcoordinate ( n, col )

 

Parameters

x (Double)

The x-value at column col.

 

n As Long

Node number of the Sampled Surface.

 

col As Double

Column number.

 

 

Remarks

Retrieves the x-value for the specified ith column col 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