NURBSCapSurface : NURBSSurface

This class defines a dependent Cap surface. A Cap surface is a surface that caps a closed curve or the edge of a closed surface. Caps are especially useful with extruded surfaces.

Constructors

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

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

getObject <nurbsset> <index>

Properties

<nurbscapsurface>.parent           : integer

The parent curve or surface by NURBSet index.

<nurbscapsurface>.parentID         : integer

The parent curve or surface by NURBSId.

<nurbscapsurface>.edge             : integer

Which edge of the parent surface is capped. This value is not applicable if the parent is a curve. The property's value is one of the following:

1: The low U edge

2: The high U edge

3: The low V edge

4: The high V edge

<nurbscapsurface>.curveStartPoint  : integer

The start point on the parent curve. This value is only applicable if the parent is a curve.

See also