Navigation: Scripting Reference Manual > Functions & Subroutines > GetNURBSurfParameterLimits

 

GetNURBSurfParameterLimits

 

Contact Us: fredsupport@photonengr.com

 

Description

Retrieves the min and max parameters of a given NURB surface.

 

Syntax

GetNURBSurfParameterLimits n, uMin, uMax, vMin, vMax

 

Parameters

n As Long

Node number of the NURB surface.

 

uMin As Double

Returns the minimum u-parameter of the surface.

 

uMax As Double

Returns the maximum u-parameter of the surface.

 

vMin As Double

Returns the minimum v-parameter of the surface.

 

vMax As Double

Returns the maximum v-parameter of the surface.

 

Remarks

This subroutine retrieves the min and max parameters of a given NURB surface. If there is a problem the subroutine sets an error and returns without modifying the parameters.

 

See Also

SetNURBSurfParameterLimits

GetNURBSurf

SetNURBSurf

Examples

Surfaces

 

 

 

 

 

Copyright © Photon Engineering, LLC