NurbsSurface constructor

init

Initializes a new instance of the NurbsSurface class.

def __init__(self):
    ...

init

Initializes a new instance of the NurbsSurface class.

def __init__(self, name):
    ...
ParameterTypeDescription
namestrName.

See Also