NURBSSurfConstPoint : NURBSPoint

This class defines a dependent point on a surface or related to it. There are four ways to specify the displacement of the point’s location relative to the UV position:

Constructors

NURBSSurfConstPoint [<property>:<val>]... 	 

Any of the object's properties may be set via optional keyword arguments on the constructor.

   

getObject <nurbsset> <index>   

   

Properties

<nurbssurfconstpoint>.parent : integer 

The parent surface by NURBSet index.

   

<nurbssurfconstpoint>.parentID : integer 

The parent surface by NURBSId.

   

<nurbssurfconstpoint>.type :#onObject, #offset, #normal, #tangent 

   

<nurbssurfconstpoint>.uParam : float 

Parametric position along u direction.

   

<nurbssurfconstpoint>.vParam : float 

Parametric position along v direction.

   

<nurbssurfconstpoint>.offset : point3 

Offset vector if an offset type.

   

<nurbssurfconstpoint>.normal : float 

Distance along the normal if a normal type.

   

<nurbssurfconstpoint>.uTangent : float 

Distance along the u tangent if a tangent type.

   

<nurbssurfconstpoint>.vTangent : float 

Distance along the v tangent if a tangent type.

   

See Also