The python export class for GeomBezierSurface. More...

#include <BezierSurfacePy.h>

Public Types

typedef GeomBezierSurfacePointerType
 
- Public Types inherited from Part::GeometrySurfacePy
typedef GeomSurfacePointerType
 
- Public Types inherited from Part::GeometryPy
typedef GeometryPointerType
 
- Public Types inherited from Base::PyObjectBase
typedef void * PointerType
 
enum  Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 }
 

Public Member Functions

 BezierSurfacePy (GeomBezierSurface *pcObject, PyTypeObject *T=&Type)
 
virtual PyTypeObject * GetType (void)
 
virtual int PyInit (PyObject *args, PyObject *k)
 PyInit method Override this method to initialize a newly created instance of the class (Constructor) More...
 
std::string representation (void) const
 
- Public Member Functions inherited from Part::GeometrySurfacePy
 GeometrySurfacePy (GeomSurface *pcObject, PyTypeObject *T=&Type)
 
std::string representation (void) const
 
PyObjecttoShape (PyObject *args)
 implementer for the toShape() method More...
 
PyObjectvalue (PyObject *args)
 implementer for the value() method More...
 
PyObjecttangent (PyObject *args)
 implementer for the tangent() method More...
 
PyObjectnormal (PyObject *args)
 implementer for the normal() method More...
 
PyObjectisUmbillic (PyObject *args)
 implementer for the isUmbillic() method More...
 
PyObjectcurvature (PyObject *args)
 implementer for the curvature() method More...
 
PyObjectcurvatureDirections (PyObject *args)
 implementer for the curvatureDirections() method More...
 
PyObjectbounds (PyObject *args)
 implementer for the bounds() method More...
 
PyObjectisPlanar (PyObject *args)
 implementer for the isPlanar() method More...
 
PyObjectuIso (PyObject *args)
 implementer for the uIso() method More...
 
PyObjectvIso (PyObject *args)
 implementer for the vIso() method More...
 
PyObjectisUPeriodic (PyObject *args)
 implementer for the isUPeriodic() method More...
 
PyObjectisVPeriodic (PyObject *args)
 implementer for the isVPeriodic() method More...
 
PyObjectisUClosed (PyObject *args)
 implementer for the isUClosed() method More...
 
PyObjectisVClosed (PyObject *args)
 implementer for the isVClosed() method More...
 
PyObjectUPeriod (PyObject *args)
 implementer for the UPeriod() method More...
 
PyObjectVPeriod (PyObject *args)
 implementer for the VPeriod() method More...
 
PyObjectparameter (PyObject *args)
 implementer for the parameter() method More...
 
PyObjecttoBSpline (PyObject *args)
 implementer for the toBSpline() method More...
 
PyObjectintersect (PyObject *args)
 implementer for the intersect() method More...
 
PyObjectintersectSS (PyObject *args)
 implementer for the intersectSS() method More...
 
Py::String getContinuity (void) const
 getter for the Continuity attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
GeomSurfacegetGeomSurfacePtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Part::GeometryPy
 GeometryPy (Geometry *pcObject, PyTypeObject *T=&Type)
 
std::string representation (void) const
 
PyObjectmirror (PyObject *args)
 implementer for the mirror() method More...
 
PyObjectrotate (PyObject *args)
 implementer for the rotate() method More...
 
PyObjectscale (PyObject *args)
 implementer for the scale() method More...
 
PyObjecttransform (PyObject *args)
 implementer for the transform() method More...
 
PyObjecttranslate (PyObject *args)
 implementer for the translate() method More...
 
PyObjectcopy (PyObject *args)
 implementer for the copy() method More...
 
PyObjectclone (PyObject *args)
 implementer for the clone() method More...
 
PyObjecthasExtensionOfType (PyObject *args)
 implementer for the hasExtensionOfType() method More...
 
PyObjecthasExtensionOfName (PyObject *args)
 implementer for the hasExtensionOfName() method More...
 
PyObjectgetExtensionOfType (PyObject *args)
 implementer for the getExtensionOfType() method More...
 
PyObjectgetExtensionOfName (PyObject *args)
 implementer for the getExtensionOfName() method More...
 
PyObjectsetExtension (PyObject *args)
 implementer for the setExtension() method More...
 
PyObjectdeleteExtensionOfType (PyObject *args)
 implementer for the deleteExtensionOfType() method More...
 
PyObjectdeleteExtensionOfName (PyObject *args)
 implementer for the deleteExtensionOfName() method More...
 
PyObjectgetExtensions (PyObject *args)
 implementer for the getExtensions() method More...
 
Py::Boolean getConstruction (void) const
 getter for the Construction attribute More...
 
void setConstruction (Py::Boolean arg)
 setter for the Construction attribute More...
 
Py::String getTag (void) const
 getter for the Tag attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
GeometrygetGeometryPtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Base::PyObjectBase
PyObjectBaseDecRef (void)
 decref method wrapper (see python extending manual)
More...
 
PyObjectBaseIncRef (void)
 incref method wrapper (see python extending manual) More...
 
bool isConst ()
 
bool isNotTracking () const
 
bool isValid ()
 
 PyObjectBase (void *, PyTypeObject *T)
 Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject. More...
 
void setConst ()
 
void setInvalid ()
 
void setNotTracking (bool on=true)
 
void setShouldNotify (bool on)
 
bool shouldNotify () const
 
void startNotify ()
 

Static Public Member Functions

static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
- Static Public Member Functions inherited from Part::GeometrySurfacePy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_toShape (PyObject *self, PyObject *args)
 callback for the toShape() method More...
 
static PyObjectstaticCallback_value (PyObject *self, PyObject *args)
 callback for the value() method More...
 
static PyObjectstaticCallback_tangent (PyObject *self, PyObject *args)
 callback for the tangent() method More...
 
static PyObjectstaticCallback_normal (PyObject *self, PyObject *args)
 callback for the normal() method More...
 
static PyObjectstaticCallback_isUmbillic (PyObject *self, PyObject *args)
 callback for the isUmbillic() method More...
 
static PyObjectstaticCallback_curvature (PyObject *self, PyObject *args)
 callback for the curvature() method More...
 
static PyObjectstaticCallback_curvatureDirections (PyObject *self, PyObject *args)
 callback for the curvatureDirections() method More...
 
static PyObjectstaticCallback_bounds (PyObject *self, PyObject *args)
 callback for the bounds() method More...
 
static PyObjectstaticCallback_isPlanar (PyObject *self, PyObject *args)
 callback for the isPlanar() method More...
 
static PyObjectstaticCallback_uIso (PyObject *self, PyObject *args)
 callback for the uIso() method More...
 
static PyObjectstaticCallback_vIso (PyObject *self, PyObject *args)
 callback for the vIso() method More...
 
static PyObjectstaticCallback_isUPeriodic (PyObject *self, PyObject *args)
 callback for the isUPeriodic() method More...
 
static PyObjectstaticCallback_isVPeriodic (PyObject *self, PyObject *args)
 callback for the isVPeriodic() method More...
 
static PyObjectstaticCallback_isUClosed (PyObject *self, PyObject *args)
 callback for the isUClosed() method More...
 
static PyObjectstaticCallback_isVClosed (PyObject *self, PyObject *args)
 callback for the isVClosed() method More...
 
static PyObjectstaticCallback_UPeriod (PyObject *self, PyObject *args)
 callback for the UPeriod() method More...
 
static PyObjectstaticCallback_VPeriod (PyObject *self, PyObject *args)
 callback for the VPeriod() method More...
 
static PyObjectstaticCallback_parameter (PyObject *self, PyObject *args)
 callback for the parameter() method More...
 
static PyObjectstaticCallback_toBSpline (PyObject *self, PyObject *args)
 callback for the toBSpline() method More...
 
static PyObjectstaticCallback_intersect (PyObject *self, PyObject *args)
 callback for the intersect() method More...
 
static PyObjectstaticCallback_intersectSS (PyObject *self, PyObject *args)
 callback for the intersectSS() method More...
 
static PyObjectstaticCallback_getContinuity (PyObject *self, void *closure)
 getter callback for the Continuity attribute More...
 
static int staticCallback_setContinuity (PyObject *self, PyObject *value, void *closure)
 setter callback for the Continuity attribute More...
 
- Static Public Member Functions inherited from Part::GeometryPy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_mirror (PyObject *self, PyObject *args)
 callback for the mirror() method More...
 
static PyObjectstaticCallback_rotate (PyObject *self, PyObject *args)
 callback for the rotate() method More...
 
static PyObjectstaticCallback_scale (PyObject *self, PyObject *args)
 callback for the scale() method More...
 
static PyObjectstaticCallback_transform (PyObject *self, PyObject *args)
 callback for the transform() method More...
 
static PyObjectstaticCallback_translate (PyObject *self, PyObject *args)
 callback for the translate() method More...
 
static PyObjectstaticCallback_copy (PyObject *self, PyObject *args)
 callback for the copy() method More...
 
static PyObjectstaticCallback_clone (PyObject *self, PyObject *args)
 callback for the clone() method More...
 
static PyObjectstaticCallback_hasExtensionOfType (PyObject *self, PyObject *args)
 callback for the hasExtensionOfType() method More...
 
static PyObjectstaticCallback_hasExtensionOfName (PyObject *self, PyObject *args)
 callback for the hasExtensionOfName() method More...
 
static PyObjectstaticCallback_getExtensionOfType (PyObject *self, PyObject *args)
 callback for the getExtensionOfType() method More...
 
static PyObjectstaticCallback_getExtensionOfName (PyObject *self, PyObject *args)
 callback for the getExtensionOfName() method More...
 
static PyObjectstaticCallback_setExtension (PyObject *self, PyObject *args)
 callback for the setExtension() method More...
 
static PyObjectstaticCallback_deleteExtensionOfType (PyObject *self, PyObject *args)
 callback for the deleteExtensionOfType() method More...
 
static PyObjectstaticCallback_deleteExtensionOfName (PyObject *self, PyObject *args)
 callback for the deleteExtensionOfName() method More...
 
static PyObjectstaticCallback_getExtensions (PyObject *self, PyObject *args)
 callback for the getExtensions() method More...
 
static PyObjectstaticCallback_getConstruction (PyObject *self, void *closure)
 getter callback for the Construction attribute More...
 
static int staticCallback_setConstruction (PyObject *self, PyObject *value, void *closure)
 setter callback for the Construction attribute More...
 
static PyObjectstaticCallback_getTag (PyObject *self, void *closure)
 getter callback for the Tag attribute More...
 
static int staticCallback_setTag (PyObject *self, PyObject *value, void *closure)
 setter callback for the Tag attribute More...
 
- Static Public Member Functions inherited from Base::PyObjectBase
static void PyDestructor (PyObject *P)
 Wrapper for the Python destructor. More...
 

Static Public Attributes

static PyGetSetDef GetterSetter []
 Attribute structure of BezierSurfacePy. More...
 
static PyMethodDef Methods []
 Methods structure of BezierSurfacePy. More...
 
static PyTypeObject Type
 Type structure of BezierSurfacePy. More...
 
- Static Public Attributes inherited from Part::GeometrySurfacePy
static PyGetSetDef GetterSetter []
 Attribute structure of GeometrySurfacePy. More...
 
static PyMethodDef Methods []
 Methods structure of GeometrySurfacePy. More...
 
static PyTypeObject Type
 Type structure of GeometrySurfacePy. More...
 
- Static Public Attributes inherited from Part::GeometryPy
static PyGetSetDef GetterSetter []
 Attribute structure of GeometryPy. More...
 
static PyMethodDef Methods []
 Methods structure of GeometryPy. More...
 
static PyTypeObject Type
 Type structure of GeometryPy. More...
 
- Static Public Attributes inherited from Base::PyObjectBase
static PyMethodDef Methods []
 
static PyTypeObject Type
 Py_Header struct from python.h. More...
 

Protected Member Functions

 ~BezierSurfacePy ()
 
- Protected Member Functions inherited from Part::GeometrySurfacePy
 ~GeometrySurfacePy ()
 
- Protected Member Functions inherited from Part::GeometryPy
 ~GeometryPy ()
 
- Protected Member Functions inherited from Base::PyObjectBase
virtual ~PyObjectBase ()
 destructor More...
 

callbacks and implementers for the python object methods

PyObjectbounds (PyObject *args)
 implementer for the bounds() method More...
 
PyObjectisURational (PyObject *args)
 implementer for the isURational() method More...
 
PyObjectisVRational (PyObject *args)
 implementer for the isVRational() method More...
 
PyObjectisUPeriodic (PyObject *args)
 implementer for the isUPeriodic() method More...
 
PyObjectisVPeriodic (PyObject *args)
 implementer for the isVPeriodic() method More...
 
PyObjectisUClosed (PyObject *args)
 implementer for the isUClosed() method More...
 
PyObjectisVClosed (PyObject *args)
 implementer for the isVClosed() method More...
 
PyObjectincrease (PyObject *args)
 implementer for the increase() method More...
 
PyObjectinsertPoleColAfter (PyObject *args)
 implementer for the insertPoleColAfter() method More...
 
PyObjectinsertPoleRowAfter (PyObject *args)
 implementer for the insertPoleRowAfter() method More...
 
PyObjectinsertPoleColBefore (PyObject *args)
 implementer for the insertPoleColBefore() method More...
 
PyObjectinsertPoleRowBefore (PyObject *args)
 implementer for the insertPoleRowBefore() method More...
 
PyObjectremovePoleCol (PyObject *args)
 implementer for the removePoleCol() method More...
 
PyObjectremovePoleRow (PyObject *args)
 implementer for the removePoleRow() method More...
 
PyObjectsegment (PyObject *args)
 implementer for the segment() method More...
 
PyObjectsetPole (PyObject *args)
 implementer for the setPole() method More...
 
PyObjectsetPoleCol (PyObject *args)
 implementer for the setPoleCol() method More...
 
PyObjectsetPoleRow (PyObject *args)
 implementer for the setPoleRow() method More...
 
PyObjectgetPole (PyObject *args)
 implementer for the getPole() method More...
 
PyObjectgetPoles (PyObject *args)
 implementer for the getPoles() method More...
 
PyObjectsetWeight (PyObject *args)
 implementer for the setWeight() method More...
 
PyObjectsetWeightCol (PyObject *args)
 implementer for the setWeightCol() method More...
 
PyObjectsetWeightRow (PyObject *args)
 implementer for the setWeightRow() method More...
 
PyObjectgetWeight (PyObject *args)
 implementer for the getWeight() method More...
 
PyObjectgetWeights (PyObject *args)
 implementer for the getWeights() method More...
 
PyObjectgetResolution (PyObject *args)
 implementer for the getResolution() method More...
 
PyObjectexchangeUV (PyObject *args)
 implementer for the exchangeUV() method More...
 
PyObjectuIso (PyObject *args)
 implementer for the uIso() method More...
 
PyObjectvIso (PyObject *args)
 implementer for the vIso() method More...
 
static PyObjectstaticCallback_bounds (PyObject *self, PyObject *args)
 callback for the bounds() method More...
 
static PyObjectstaticCallback_isURational (PyObject *self, PyObject *args)
 callback for the isURational() method More...
 
static PyObjectstaticCallback_isVRational (PyObject *self, PyObject *args)
 callback for the isVRational() method More...
 
static PyObjectstaticCallback_isUPeriodic (PyObject *self, PyObject *args)
 callback for the isUPeriodic() method More...
 
static PyObjectstaticCallback_isVPeriodic (PyObject *self, PyObject *args)
 callback for the isVPeriodic() method More...
 
static PyObjectstaticCallback_isUClosed (PyObject *self, PyObject *args)
 callback for the isUClosed() method More...
 
static PyObjectstaticCallback_isVClosed (PyObject *self, PyObject *args)
 callback for the isVClosed() method More...
 
static PyObjectstaticCallback_increase (PyObject *self, PyObject *args)
 callback for the increase() method More...
 
static PyObjectstaticCallback_insertPoleColAfter (PyObject *self, PyObject *args)
 callback for the insertPoleColAfter() method More...
 
static PyObjectstaticCallback_insertPoleRowAfter (PyObject *self, PyObject *args)
 callback for the insertPoleRowAfter() method More...
 
static PyObjectstaticCallback_insertPoleColBefore (PyObject *self, PyObject *args)
 callback for the insertPoleColBefore() method More...
 
static PyObjectstaticCallback_insertPoleRowBefore (PyObject *self, PyObject *args)
 callback for the insertPoleRowBefore() method More...
 
static PyObjectstaticCallback_removePoleCol (PyObject *self, PyObject *args)
 callback for the removePoleCol() method More...
 
static PyObjectstaticCallback_removePoleRow (PyObject *self, PyObject *args)
 callback for the removePoleRow() method More...
 
static PyObjectstaticCallback_segment (PyObject *self, PyObject *args)
 callback for the segment() method More...
 
static PyObjectstaticCallback_setPole (PyObject *self, PyObject *args)
 callback for the setPole() method More...
 
static PyObjectstaticCallback_setPoleCol (PyObject *self, PyObject *args)
 callback for the setPoleCol() method More...
 
static PyObjectstaticCallback_setPoleRow (PyObject *self, PyObject *args)
 callback for the setPoleRow() method More...
 
static PyObjectstaticCallback_getPole (PyObject *self, PyObject *args)
 callback for the getPole() method More...
 
static PyObjectstaticCallback_getPoles (PyObject *self, PyObject *args)
 callback for the getPoles() method More...
 
static PyObjectstaticCallback_setWeight (PyObject *self, PyObject *args)
 callback for the setWeight() method More...
 
static PyObjectstaticCallback_setWeightCol (PyObject *self, PyObject *args)
 callback for the setWeightCol() method More...
 
static PyObjectstaticCallback_setWeightRow (PyObject *self, PyObject *args)
 callback for the setWeightRow() method More...
 
static PyObjectstaticCallback_getWeight (PyObject *self, PyObject *args)
 callback for the getWeight() method More...
 
static PyObjectstaticCallback_getWeights (PyObject *self, PyObject *args)
 callback for the getWeights() method More...
 
static PyObjectstaticCallback_getResolution (PyObject *self, PyObject *args)
 callback for the getResolution() method More...
 
static PyObjectstaticCallback_exchangeUV (PyObject *self, PyObject *args)
 callback for the exchangeUV() method More...
 
static PyObjectstaticCallback_uIso (PyObject *self, PyObject *args)
 callback for the uIso() method More...
 
static PyObjectstaticCallback_vIso (PyObject *self, PyObject *args)
 callback for the vIso() method More...
 

callbacks and implementers for the python object attributes

Py::Long getUDegree (void) const
 getter for the UDegree attribute More...
 
Py::Long getVDegree (void) const
 getter for the VDegree attribute More...
 
Py::Long getMaxDegree (void) const
 getter for the MaxDegree attribute More...
 
Py::Long getNbUPoles (void) const
 getter for the NbUPoles attribute More...
 
Py::Long getNbVPoles (void) const
 getter for the NbVPoles attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
GeomBezierSurfacegetGeomBezierSurfacePtr (void) const
 getter for the object handled by this class More...
 
static PyObjectstaticCallback_getUDegree (PyObject *self, void *closure)
 getter callback for the UDegree attribute More...
 
static int staticCallback_setUDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the UDegree attribute More...
 
static PyObjectstaticCallback_getVDegree (PyObject *self, void *closure)
 getter callback for the VDegree attribute More...
 
static int staticCallback_setVDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the VDegree attribute More...
 
static PyObjectstaticCallback_getMaxDegree (PyObject *self, void *closure)
 getter callback for the MaxDegree attribute More...
 
static int staticCallback_setMaxDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the MaxDegree attribute More...
 
static PyObjectstaticCallback_getNbUPoles (PyObject *self, void *closure)
 getter callback for the NbUPoles attribute More...
 
static int staticCallback_setNbUPoles (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbUPoles attribute More...
 
static PyObjectstaticCallback_getNbVPoles (PyObject *self, void *closure)
 getter callback for the NbVPoles attribute More...
 
static int staticCallback_setNbVPoles (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbVPoles attribute More...
 

Additional Inherited Members

- Protected Attributes inherited from Base::PyObjectBase
std::bitset< 32 > StatusBits
 

Detailed Description

The python export class for GeomBezierSurface.

Member Typedef Documentation

◆ PointerType

Constructor & Destructor Documentation

◆ ~BezierSurfacePy()

BezierSurfacePy::~BezierSurfacePy ( )
protected

◆ BezierSurfacePy()

BezierSurfacePy::BezierSurfacePy ( GeomBezierSurface pcObject,
PyTypeObject *  T = &Type 
)

Referenced by PyMake().

Member Function Documentation

◆ bounds()

PyObject * BezierSurfacePy::bounds ( PyObject args)

implementer for the bounds() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_bounds().

◆ exchangeUV()

PyObject * BezierSurfacePy::exchangeUV ( PyObject args)

◆ getCustomAttributes()

PyObject * BezierSurfacePy::getCustomAttributes ( const char *  attr) const

getter method for special attributes (e.g. dynamic ones)

◆ getGeomBezierSurfacePtr()

GeomBezierSurface * BezierSurfacePy::getGeomBezierSurfacePtr ( void  ) const

getter for the object handled by this class

◆ getMaxDegree()

Py::Long BezierSurfacePy::getMaxDegree ( void  ) const

getter for the MaxDegree attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getMaxDegree().

◆ getNbUPoles()

Py::Long BezierSurfacePy::getNbUPoles ( void  ) const

getter for the NbUPoles attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getNbUPoles().

◆ getNbVPoles()

Py::Long BezierSurfacePy::getNbVPoles ( void  ) const

getter for the NbVPoles attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getNbVPoles().

◆ getPole()

PyObject * BezierSurfacePy::getPole ( PyObject args)

implementer for the getPole() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_getPole().

◆ getPoles()

PyObject * BezierSurfacePy::getPoles ( PyObject args)

implementer for the getPoles() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_getPoles().

◆ getResolution()

PyObject * BezierSurfacePy::getResolution ( PyObject args)

◆ GetType()

virtual PyTypeObject* Part::BezierSurfacePy::GetType ( void  )
virtual

Reimplemented from Part::GeometrySurfacePy.

◆ getUDegree()

Py::Long BezierSurfacePy::getUDegree ( void  ) const

getter for the UDegree attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getUDegree().

◆ getVDegree()

Py::Long BezierSurfacePy::getVDegree ( void  ) const

getter for the VDegree attribute

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_getVDegree().

◆ getWeight()

PyObject * BezierSurfacePy::getWeight ( PyObject args)

◆ getWeights()

PyObject * BezierSurfacePy::getWeights ( PyObject args)

◆ increase()

PyObject * BezierSurfacePy::increase ( PyObject args)

implementer for the increase() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_increase().

◆ insertPoleColAfter()

PyObject * BezierSurfacePy::insertPoleColAfter ( PyObject args)

◆ insertPoleColBefore()

PyObject * BezierSurfacePy::insertPoleColBefore ( PyObject args)

◆ insertPoleRowAfter()

PyObject * BezierSurfacePy::insertPoleRowAfter ( PyObject args)

◆ insertPoleRowBefore()

PyObject * BezierSurfacePy::insertPoleRowBefore ( PyObject args)

◆ isUClosed()

PyObject * BezierSurfacePy::isUClosed ( PyObject args)

implementer for the isUClosed() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isUClosed().

◆ isUPeriodic()

PyObject * BezierSurfacePy::isUPeriodic ( PyObject args)

implementer for the isUPeriodic() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isUPeriodic().

◆ isURational()

PyObject * BezierSurfacePy::isURational ( PyObject args)

implementer for the isURational() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isURational().

◆ isVClosed()

PyObject * BezierSurfacePy::isVClosed ( PyObject args)

implementer for the isVClosed() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isVClosed().

◆ isVPeriodic()

PyObject * BezierSurfacePy::isVPeriodic ( PyObject args)

implementer for the isVPeriodic() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isVPeriodic().

◆ isVRational()

PyObject * BezierSurfacePy::isVRational ( PyObject args)

implementer for the isVRational() method

References Part::GeometryPy::getGeometryPtr().

Referenced by staticCallback_isVRational().

◆ PyInit()

int BezierSurfacePy::PyInit ( PyObject ,
PyObject  
)
virtual

PyInit method Override this method to initialize a newly created instance of the class (Constructor)

Reimplemented from Part::GeometrySurfacePy.

◆ PyMake()

PyObject * BezierSurfacePy::PyMake ( struct _typeobject *  ,
PyObject ,
PyObject  
)
static

References BezierSurfacePy().

◆ removePoleCol()

PyObject * BezierSurfacePy::removePoleCol ( PyObject args)

◆ removePoleRow()

PyObject * BezierSurfacePy::removePoleRow ( PyObject args)

◆ representation()

◆ segment()

PyObject * BezierSurfacePy::segment ( PyObject args)

implementer for the segment() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_segment().

◆ setCustomAttributes()

int BezierSurfacePy::setCustomAttributes ( const char *  attr,
PyObject obj 
)

setter for special attributes (e.g.

dynamic ones) Output: Success=1, Failure=-1, Ignore=0

◆ setPole()

◆ setPoleCol()

PyObject * BezierSurfacePy::setPoleCol ( PyObject args)

◆ setPoleRow()

PyObject * BezierSurfacePy::setPoleRow ( PyObject args)

◆ setWeight()

PyObject * BezierSurfacePy::setWeight ( PyObject args)

◆ setWeightCol()

PyObject * BezierSurfacePy::setWeightCol ( PyObject args)

◆ setWeightRow()

PyObject * BezierSurfacePy::setWeightRow ( PyObject args)

◆ staticCallback_bounds()

PyObject * BezierSurfacePy::staticCallback_bounds ( PyObject self,
PyObject args 
)
static

◆ staticCallback_exchangeUV()

◆ staticCallback_getMaxDegree()

PyObject * BezierSurfacePy::staticCallback_getMaxDegree ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getNbUPoles()

PyObject * BezierSurfacePy::staticCallback_getNbUPoles ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getNbVPoles()

PyObject * BezierSurfacePy::staticCallback_getNbVPoles ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getPole()

PyObject * BezierSurfacePy::staticCallback_getPole ( PyObject self,
PyObject args 
)
static

◆ staticCallback_getPoles()

PyObject * BezierSurfacePy::staticCallback_getPoles ( PyObject self,
PyObject args 
)
static

◆ staticCallback_getResolution()

PyObject * BezierSurfacePy::staticCallback_getResolution ( PyObject self,
PyObject args 
)
static

◆ staticCallback_getUDegree()

PyObject * BezierSurfacePy::staticCallback_getUDegree ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getVDegree()

PyObject * BezierSurfacePy::staticCallback_getVDegree ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getWeight()

PyObject * BezierSurfacePy::staticCallback_getWeight ( PyObject self,
PyObject args 
)
static

◆ staticCallback_getWeights()

PyObject * BezierSurfacePy::staticCallback_getWeights ( PyObject self,
PyObject args 
)
static

◆ staticCallback_increase()

◆ staticCallback_insertPoleColAfter()

◆ staticCallback_insertPoleColBefore()

◆ staticCallback_insertPoleRowAfter()

◆ staticCallback_insertPoleRowBefore()

◆ staticCallback_isUClosed()

PyObject * BezierSurfacePy::staticCallback_isUClosed ( PyObject self,
PyObject args 
)
static

◆ staticCallback_isUPeriodic()

PyObject * BezierSurfacePy::staticCallback_isUPeriodic ( PyObject self,
PyObject args 
)
static

◆ staticCallback_isURational()

PyObject * BezierSurfacePy::staticCallback_isURational ( PyObject self,
PyObject args 
)
static

◆ staticCallback_isVClosed()

PyObject * BezierSurfacePy::staticCallback_isVClosed ( PyObject self,
PyObject args 
)
static

◆ staticCallback_isVPeriodic()

PyObject * BezierSurfacePy::staticCallback_isVPeriodic ( PyObject self,
PyObject args 
)
static

◆ staticCallback_isVRational()

PyObject * BezierSurfacePy::staticCallback_isVRational ( PyObject self,
PyObject args 
)
static

◆ staticCallback_removePoleCol()

◆ staticCallback_removePoleRow()

◆ staticCallback_segment()

◆ staticCallback_setMaxDegree()

int BezierSurfacePy::staticCallback_setMaxDegree ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the MaxDegree attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setNbUPoles()

int BezierSurfacePy::staticCallback_setNbUPoles ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the NbUPoles attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setNbVPoles()

int BezierSurfacePy::staticCallback_setNbVPoles ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the NbVPoles attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setPole()

◆ staticCallback_setPoleCol()

◆ staticCallback_setPoleRow()

◆ staticCallback_setUDegree()

int BezierSurfacePy::staticCallback_setUDegree ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the UDegree attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setVDegree()

int BezierSurfacePy::staticCallback_setVDegree ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the VDegree attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

◆ staticCallback_setWeight()

◆ staticCallback_setWeightCol()

◆ staticCallback_setWeightRow()

◆ staticCallback_uIso()

PyObject * BezierSurfacePy::staticCallback_uIso ( PyObject self,
PyObject args 
)
static

◆ staticCallback_vIso()

PyObject * BezierSurfacePy::staticCallback_vIso ( PyObject self,
PyObject args 
)
static

◆ uIso()

PyObject * BezierSurfacePy::uIso ( PyObject args)

implementer for the uIso() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_uIso().

◆ vIso()

PyObject * BezierSurfacePy::vIso ( PyObject args)

implementer for the vIso() method

References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.

Referenced by staticCallback_vIso().

Member Data Documentation

◆ GetterSetter

PyGetSetDef BezierSurfacePy::GetterSetter
static

Attribute structure of BezierSurfacePy.

◆ Methods

PyMethodDef BezierSurfacePy::Methods
static

Methods structure of BezierSurfacePy.

◆ Type


The documentation for this class was generated from the following files:
  • build/webdoc/src/Mod/Part/App/BezierSurfacePy.h
  • src/Mod/Part/App/BezierSurfacePyImp.cpp
  • build/webdoc/src/Mod/Part/App/BezierSurfacePy.cpp