BrepFace.try_get_nurbssurface

BrepFace.try_get_nurbssurface(precision, continuity_u, continuity_v, maxdegree_u, maxdegree_v, maxsegments_u, maxsegments_v)[source]

Returns the NURBS surface representation of this face. Or None if this cannot be done.

Parameters:
precisionfloat

The precision of the conversion.

continuity_uint

The continuity of the surface in the u direction.

continuity_vint

The continuity of the surface in the v direction.

maxdegree_uint

The maximum degree of the surface in the u direction.

maxdegree_vint

The maximum degree of the surface in the v direction.

maxsegments_uint

The maximum number of segments in the u direction.

maxsegments_vint

The maximum number of segments in the v direction.

Returns:
NurbsSurface or None