Name
nurb:GetProperty -- get a NURBS property
Synopsis
value = nurb:GetProperty(property)
Function
nurb:GetProperty() can be used to get the state of a NURBS property. See nurb:SetProperty for a list of accepted properties.

Please consult an OpenGL reference manual for more information.

Inputs
property
specifies the property to be set (see above)
Results
value
state of the specified property

Show TOC