NURBSOffsetSurface : NURBSSurface

This class defines a dependent Offset surface. An Offset surface is offset a specified distance from the original along the parent surface’s normals.

   

Constructors

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

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

   

getObject <nurbsset> <index>   

   

Properties

<nurbsoffsetsurface>.parent : integer 

The parent surface by NURBSet index.

   

<nurbsoffsetsurface>.parentID : integer

The parent surface by NURBSId.

   

<nurbsoffsetsurface>.distance : float 

The distance of the offset surface from the parent surface.

   

See Also