Part::BSplineSurfacePy Class Reference

The python export class for GeomBSplineSurface. More...

#include <BSplineSurfacePy.h>

Inheritance diagram for Part::BSplineSurfacePy:
Part::GeometrySurfacePy Part::GeometryPy Base::PyObjectBase

List of all members.

Public Types

typedef GeomBSplineSurfacePointerType

Public Member Functions

PyObject_getattr (char *attr)
 GetAttribute implementation This method implements the retriavel of object attributes.
virtual PyObject_repr (void)
 _repr method Overide this method to return a string object with some invormation about the object.
int _setattr (char *attr, PyObject *value)
 SetAttribute implementation This method implements the seting of object attributes.
 BSplineSurfacePy (GeomBSplineSurface *pcObject, PyTypeObject *T=&Type)
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones)
GeomBSplineSurfacegetGeomBSplineSurfacePtr (void) const
 getter for the object handled by this class
virtual PyParentObjectGetParents (void)
virtual PyTypeObject * GetType (void)
virtual int PyInit (PyObject *args, PyObject *k)
 PyInit method Overide this method to initialize a newly created instance of the class (Constuctor).
std::string representation (void) const
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. dynamic ones)
 ~BSplineSurfacePy ()

Static Public Member Functions

static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)

Static Public Attributes

static PyGetSetDef GetterSetter []
 Attribute structure of BSplineSurfacePy.
static PyMethodDef Methods []
 Methods structure of BSplineSurfacePy.
static PyParentObject Parents [] = { PARENTSPartBSplineSurfacePy }
static PyTypeObject Type
 Type structure of BSplineSurfacePy.

callbacks and implementers for the python object methods



PyObjectbounds (PyObject *args)
 implementer for the bounds() method
PyObjectexchangeUV (PyObject *args)
 implementer for the exchangeUV() method
PyObjectgetPole (PyObject *args)
 implementer for the getPole() method
PyObjectgetPoles (PyObject *args)
 implementer for the getPoles() method
PyObjectgetResolution (PyObject *args)
 implementer for the getResolution() method
PyObjectgetUKnot (PyObject *args)
 implementer for the getUKnot() method
PyObjectgetUKnots (PyObject *args)
 implementer for the getUKnots() method
PyObjectgetUMultiplicities (PyObject *args)
 implementer for the getUMultiplicities() method
PyObjectgetUMultiplicity (PyObject *args)
 implementer for the getUMultiplicity() method
PyObjectgetVKnot (PyObject *args)
 implementer for the getVKnot() method
PyObjectgetVKnots (PyObject *args)
 implementer for the getVKnots() method
PyObjectgetVMultiplicities (PyObject *args)
 implementer for the getVMultiplicities() method
PyObjectgetVMultiplicity (PyObject *args)
 implementer for the getVMultiplicity() method
PyObjectgetWeight (PyObject *args)
 implementer for the getWeight() method
PyObjectgetWeights (PyObject *args)
 implementer for the getWeights() method
PyObjectincreaseDegree (PyObject *args)
 implementer for the increaseDegree() method
PyObjectincreaseUMultiplicity (PyObject *args)
 implementer for the increaseUMultiplicity() method
PyObjectincreaseVMultiplicity (PyObject *args)
 implementer for the increaseVMultiplicity() method
PyObjectincrementUMultiplicity (PyObject *args)
 implementer for the incrementUMultiplicity() method
PyObjectincrementVMultiplicity (PyObject *args)
 implementer for the incrementVMultiplicity() method
PyObjectinsertUKnot (PyObject *args)
 implementer for the insertUKnot() method
PyObjectinsertUKnots (PyObject *args)
 implementer for the insertUKnots() method
PyObjectinsertVKnot (PyObject *args)
 implementer for the insertVKnot() method
PyObjectinsertVKnots (PyObject *args)
 implementer for the insertVKnots() method
PyObjectisUClosed (PyObject *args)
 implementer for the isUClosed() method
PyObjectisUPeriodic (PyObject *args)
 implementer for the isUPeriodic() method
PyObjectisURational (PyObject *args)
 implementer for the isURational() method
PyObjectisVClosed (PyObject *args)
 implementer for the isVClosed() method
PyObjectisVPeriodic (PyObject *args)
 implementer for the isVPeriodic() method
PyObjectisVRational (PyObject *args)
 implementer for the isVRational() method
PyObjectmovePoint (PyObject *args)
 implementer for the movePoint() method
PyObjectremoveUKnot (PyObject *args)
 implementer for the removeUKnot() method
PyObjectremoveVKnot (PyObject *args)
 implementer for the removeVKnot() method
PyObjectreparametrize (PyObject *args)
 implementer for the reparametrize() method
PyObjectsegment (PyObject *args)
 implementer for the segment() method
PyObjectsetPole (PyObject *args)
 implementer for the setPole() method
PyObjectsetPoleCol (PyObject *args)
 implementer for the setPoleCol() method
PyObjectsetPoleRow (PyObject *args)
 implementer for the setPoleRow() method
PyObjectsetUKnot (PyObject *args)
 implementer for the setUKnot() method
PyObjectsetUKnots (PyObject *args)
 implementer for the setUKnots() method
PyObjectsetUNotPeriodic (PyObject *args)
 implementer for the setUNotPeriodic() method
PyObjectsetUOrigin (PyObject *args)
 implementer for the setUOrigin() method
PyObjectsetUPeriodic (PyObject *args)
 implementer for the setUPeriodic() method
PyObjectsetVKnot (PyObject *args)
 implementer for the setVKnot() method
PyObjectsetVKnots (PyObject *args)
 implementer for the setVKnots() method
PyObjectsetVNotPeriodic (PyObject *args)
 implementer for the setVNotPeriodic() method
PyObjectsetVOrigin (PyObject *args)
 implementer for the setVOrigin() method
PyObjectsetVPeriodic (PyObject *args)
 implementer for the setVPeriodic() method
PyObjectsetWeight (PyObject *args)
 implementer for the setWeight() method
PyObjectsetWeightCol (PyObject *args)
 implementer for the setWeightCol() method
PyObjectsetWeightRow (PyObject *args)
 implementer for the setWeightRow() method
PyObjectuIso (PyObject *args)
 implementer for the uIso() method
PyObjectvIso (PyObject *args)
 implementer for the vIso() method
static PyObjectstaticCallback_bounds (PyObject *self, PyObject *args)
 callback for the bounds() method
static PyObjectstaticCallback_exchangeUV (PyObject *self, PyObject *args)
 callback for the exchangeUV() method
static PyObjectstaticCallback_getPole (PyObject *self, PyObject *args)
 callback for the getPole() method
static PyObjectstaticCallback_getPoles (PyObject *self, PyObject *args)
 callback for the getPoles() method
static PyObjectstaticCallback_getResolution (PyObject *self, PyObject *args)
 callback for the getResolution() method
static PyObjectstaticCallback_getUKnot (PyObject *self, PyObject *args)
 callback for the getUKnot() method
static PyObjectstaticCallback_getUKnots (PyObject *self, PyObject *args)
 callback for the getUKnots() method
static PyObjectstaticCallback_getUMultiplicities (PyObject *self, PyObject *args)
 callback for the getUMultiplicities() method
static PyObjectstaticCallback_getUMultiplicity (PyObject *self, PyObject *args)
 callback for the getUMultiplicity() method
static PyObjectstaticCallback_getVKnot (PyObject *self, PyObject *args)
 callback for the getVKnot() method
static PyObjectstaticCallback_getVKnots (PyObject *self, PyObject *args)
 callback for the getVKnots() method
static PyObjectstaticCallback_getVMultiplicities (PyObject *self, PyObject *args)
 callback for the getVMultiplicities() method
static PyObjectstaticCallback_getVMultiplicity (PyObject *self, PyObject *args)
 callback for the getVMultiplicity() method
static PyObjectstaticCallback_getWeight (PyObject *self, PyObject *args)
 callback for the getWeight() method
static PyObjectstaticCallback_getWeights (PyObject *self, PyObject *args)
 callback for the getWeights() method
static PyObjectstaticCallback_increaseDegree (PyObject *self, PyObject *args)
 callback for the increaseDegree() method
static PyObjectstaticCallback_increaseUMultiplicity (PyObject *self, PyObject *args)
 callback for the increaseUMultiplicity() method
static PyObjectstaticCallback_increaseVMultiplicity (PyObject *self, PyObject *args)
 callback for the increaseVMultiplicity() method
static PyObjectstaticCallback_incrementUMultiplicity (PyObject *self, PyObject *args)
 callback for the incrementUMultiplicity() method
static PyObjectstaticCallback_incrementVMultiplicity (PyObject *self, PyObject *args)
 callback for the incrementVMultiplicity() method
static PyObjectstaticCallback_insertUKnot (PyObject *self, PyObject *args)
 callback for the insertUKnot() method
static PyObjectstaticCallback_insertUKnots (PyObject *self, PyObject *args)
 callback for the insertUKnots() method
static PyObjectstaticCallback_insertVKnot (PyObject *self, PyObject *args)
 callback for the insertVKnot() method
static PyObjectstaticCallback_insertVKnots (PyObject *self, PyObject *args)
 callback for the insertVKnots() method
static PyObjectstaticCallback_isUClosed (PyObject *self, PyObject *args)
 callback for the isUClosed() method
static PyObjectstaticCallback_isUPeriodic (PyObject *self, PyObject *args)
 callback for the isUPeriodic() method
static PyObjectstaticCallback_isURational (PyObject *self, PyObject *args)
 callback for the isURational() method
static PyObjectstaticCallback_isVClosed (PyObject *self, PyObject *args)
 callback for the isVClosed() method
static PyObjectstaticCallback_isVPeriodic (PyObject *self, PyObject *args)
 callback for the isVPeriodic() method
static PyObjectstaticCallback_isVRational (PyObject *self, PyObject *args)
 callback for the isVRational() method
static PyObjectstaticCallback_movePoint (PyObject *self, PyObject *args)
 callback for the movePoint() method
static PyObjectstaticCallback_removeUKnot (PyObject *self, PyObject *args)
 callback for the removeUKnot() method
static PyObjectstaticCallback_removeVKnot (PyObject *self, PyObject *args)
 callback for the removeVKnot() method
static PyObjectstaticCallback_reparametrize (PyObject *self, PyObject *args)
 callback for the reparametrize() method
static PyObjectstaticCallback_segment (PyObject *self, PyObject *args)
 callback for the segment() method
static PyObjectstaticCallback_setPole (PyObject *self, PyObject *args)
 callback for the setPole() method
static PyObjectstaticCallback_setPoleCol (PyObject *self, PyObject *args)
 callback for the setPoleCol() method
static PyObjectstaticCallback_setPoleRow (PyObject *self, PyObject *args)
 callback for the setPoleRow() method
static PyObjectstaticCallback_setUKnot (PyObject *self, PyObject *args)
 callback for the setUKnot() method
static PyObjectstaticCallback_setUKnots (PyObject *self, PyObject *args)
 callback for the setUKnots() method
static PyObjectstaticCallback_setUNotPeriodic (PyObject *self, PyObject *args)
 callback for the setUNotPeriodic() method
static PyObjectstaticCallback_setUOrigin (PyObject *self, PyObject *args)
 callback for the setUOrigin() method
static PyObjectstaticCallback_setUPeriodic (PyObject *self, PyObject *args)
 callback for the setUPeriodic() method
static PyObjectstaticCallback_setVKnot (PyObject *self, PyObject *args)
 callback for the setVKnot() method
static PyObjectstaticCallback_setVKnots (PyObject *self, PyObject *args)
 callback for the setVKnots() method
static PyObjectstaticCallback_setVNotPeriodic (PyObject *self, PyObject *args)
 callback for the setVNotPeriodic() method
static PyObjectstaticCallback_setVOrigin (PyObject *self, PyObject *args)
 callback for the setVOrigin() method
static PyObjectstaticCallback_setVPeriodic (PyObject *self, PyObject *args)
 callback for the setVPeriodic() method
static PyObjectstaticCallback_setWeight (PyObject *self, PyObject *args)
 callback for the setWeight() method
static PyObjectstaticCallback_setWeightCol (PyObject *self, PyObject *args)
 callback for the setWeightCol() method
static PyObjectstaticCallback_setWeightRow (PyObject *self, PyObject *args)
 callback for the setWeightRow() method
static PyObjectstaticCallback_uIso (PyObject *self, PyObject *args)
 callback for the uIso() method
static PyObjectstaticCallback_vIso (PyObject *self, PyObject *args)
 callback for the vIso() method

callbacks and implementers for the python object attributes



Py::Object getFirstUKnotIndex (void) const
 getter for the FirstUKnotIndex attribute
Py::Object getFirstVKnotIndex (void) const
 getter for the FirstVKnotIndex attribute
Py::Object getLastUKnotIndex (void) const
 getter for the LastUKnotIndex attribute
Py::Object getLastVKnotIndex (void) const
 getter for the LastVKnotIndex attribute
Py::Int getMaxDegree (void) const
 getter for the MaxDegree attribute
Py::Int getNbUKnots (void) const
 getter for the NbUKnots attribute
Py::Int getNbUPoles (void) const
 getter for the NbUPoles attribute
Py::Int getNbVKnots (void) const
 getter for the NbVKnots attribute
Py::Int getNbVPoles (void) const
 getter for the NbVPoles attribute
Py::Int getUDegree (void) const
 getter for the UDegree attribute
Py::List getUKnotSequence (void) const
 getter for the UKnotSequence attribute
Py::Int getVDegree (void) const
 getter for the VDegree attribute
Py::List getVKnotSequence (void) const
 getter for the VKnotSequence attribute
static PyObjectstaticCallback_getFirstUKnotIndex (PyObject *self, void *closure)
 getter callback for the FirstUKnotIndex attribute
static PyObjectstaticCallback_getFirstVKnotIndex (PyObject *self, void *closure)
 getter callback for the FirstVKnotIndex attribute
static PyObjectstaticCallback_getLastUKnotIndex (PyObject *self, void *closure)
 getter callback for the LastUKnotIndex attribute
static PyObjectstaticCallback_getLastVKnotIndex (PyObject *self, void *closure)
 getter callback for the LastVKnotIndex attribute
static PyObjectstaticCallback_getMaxDegree (PyObject *self, void *closure)
 getter callback for the MaxDegree attribute
static PyObjectstaticCallback_getNbUKnots (PyObject *self, void *closure)
 getter callback for the NbUKnots attribute
static PyObjectstaticCallback_getNbUPoles (PyObject *self, void *closure)
 getter callback for the NbUPoles attribute
static PyObjectstaticCallback_getNbVKnots (PyObject *self, void *closure)
 getter callback for the NbVKnots attribute
static PyObjectstaticCallback_getNbVPoles (PyObject *self, void *closure)
 getter callback for the NbVPoles attribute
static PyObjectstaticCallback_getUDegree (PyObject *self, void *closure)
 getter callback for the UDegree attribute
static PyObjectstaticCallback_getUKnotSequence (PyObject *self, void *closure)
 getter callback for the UKnotSequence attribute
static PyObjectstaticCallback_getVDegree (PyObject *self, void *closure)
 getter callback for the VDegree attribute
static PyObjectstaticCallback_getVKnotSequence (PyObject *self, void *closure)
 getter callback for the VKnotSequence attribute
static int staticCallback_setFirstUKnotIndex (PyObject *self, PyObject *value, void *closure)
 setter callback for the FirstUKnotIndex attribute
static int staticCallback_setFirstVKnotIndex (PyObject *self, PyObject *value, void *closure)
 setter callback for the FirstVKnotIndex attribute
static int staticCallback_setLastUKnotIndex (PyObject *self, PyObject *value, void *closure)
 setter callback for the LastUKnotIndex attribute
static int staticCallback_setLastVKnotIndex (PyObject *self, PyObject *value, void *closure)
 setter callback for the LastVKnotIndex attribute
static int staticCallback_setMaxDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the MaxDegree attribute
static int staticCallback_setNbUKnots (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbUKnots attribute
static int staticCallback_setNbUPoles (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbUPoles attribute
static int staticCallback_setNbVKnots (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbVKnots attribute
static int staticCallback_setNbVPoles (PyObject *self, PyObject *value, void *closure)
 setter callback for the NbVPoles attribute
static int staticCallback_setUDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the UDegree attribute
static int staticCallback_setUKnotSequence (PyObject *self, PyObject *value, void *closure)
 setter callback for the UKnotSequence attribute
static int staticCallback_setVDegree (PyObject *self, PyObject *value, void *closure)
 setter callback for the VDegree attribute
static int staticCallback_setVKnotSequence (PyObject *self, PyObject *value, void *closure)
 setter callback for the VKnotSequence attribute

Detailed Description

The python export class for GeomBSplineSurface.

Definition at line 20 of file BSplineSurfacePy.h.


Member Typedef Documentation

Reimplemented from Part::GeometrySurfacePy.

Definition at line 36 of file BSplineSurfacePy.h.


Constructor & Destructor Documentation

BSplineSurfacePy::BSplineSurfacePy ( GeomBSplineSurface pcObject,
PyTypeObject *  T = &Type 
)

Definition at line 4868 of file BSplineSurfacePy.cpp.

Referenced by PyMake(), and reparametrize().

BSplineSurfacePy::~BSplineSurfacePy (  ) 

Definition at line 4877 of file BSplineSurfacePy.cpp.


Member Function Documentation

PyObject * BSplineSurfacePy::_getattr ( char *  attr  )  [virtual]

GetAttribute implementation This method implements the retriavel of object attributes.

If you want to implement attributes in your class, reimplement this method. You have to call the method of the base class. Note: if you reimplement _gettattr() in a inheriting class you need to call the method of the base class! Otherwise even the methods of the object will disapiear!

Reimplemented from Part::GeometrySurfacePy.

Definition at line 4892 of file BSplineSurfacePy.cpp.

References Base::Console(), getCustomAttributes(), Methods, Base::Exception::ReportException(), and Base::Exception::what().

PyObject * BSplineSurfacePy::_repr ( void   )  [virtual]

_repr method Overide this method to return a string object with some invormation about the object.

 PyObject *MeshFeaturePy::_repr(void)
 {
   std::stringstream a;
   a << "MeshFeature: [ ";
   a << "some realy important info about the object!";
   a << "]" << std::endl;
   return Py_BuildValue("s", a.str().c_str());
 }

Reimplemented from Part::GeometrySurfacePy.

Definition at line 4884 of file BSplineSurfacePy.cpp.

References representation().

int BSplineSurfacePy::_setattr ( char *  attr,
PyObject value 
) [virtual]

SetAttribute implementation This method implements the seting of object attributes.

If you want to implement attributes in your class, reimplement this method. You have to call the method of the base class.

Reimplemented from Part::GeometrySurfacePy.

Definition at line 4960 of file BSplineSurfacePy.cpp.

References Base::Console(), Base::Exception::ReportException(), setCustomAttributes(), and Base::Exception::what().

PyObject * BSplineSurfacePy::bounds ( PyObject args  ) 
PyObject * BSplineSurfacePy::exchangeUV ( PyObject args  ) 

implementer for the exchangeUV() method

Definition at line 1137 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

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

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

Reimplemented from Part::GeometrySurfacePy.

Definition at line 1354 of file BSplineSurfacePyImp.cpp.

Referenced by _getattr().

Py::Object BSplineSurfacePy::getFirstUKnotIndex ( void   )  const

getter for the FirstUKnotIndex attribute

Definition at line 1290 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getFirstUKnotIndex().

Py::Object BSplineSurfacePy::getFirstVKnotIndex ( void   )  const

getter for the FirstVKnotIndex attribute

Definition at line 1306 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getFirstVKnotIndex().

GeomBSplineSurface * BSplineSurfacePy::getGeomBSplineSurfacePtr ( void   )  const

getter for the object handled by this class

Definition at line 5019 of file BSplineSurfacePy.cpp.

References Base::PyObjectBase::_pcTwinPointer.

Py::Object BSplineSurfacePy::getLastUKnotIndex ( void   )  const

getter for the LastUKnotIndex attribute

Definition at line 1298 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getLastUKnotIndex().

Py::Object BSplineSurfacePy::getLastVKnotIndex ( void   )  const

getter for the LastVKnotIndex attribute

Definition at line 1314 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getLastVKnotIndex().

Py::Int BSplineSurfacePy::getMaxDegree ( void   )  const

getter for the MaxDegree attribute

Definition at line 1255 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getMaxDegree().

Py::Int BSplineSurfacePy::getNbUKnots ( void   )  const

getter for the NbUKnots attribute

Definition at line 1276 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getNbUKnots().

Py::Int BSplineSurfacePy::getNbUPoles ( void   )  const

getter for the NbUPoles attribute

Definition at line 1262 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getNbUPoles().

Py::Int BSplineSurfacePy::getNbVKnots ( void   )  const

getter for the NbVKnots attribute

Definition at line 1283 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getNbVKnots().

Py::Int BSplineSurfacePy::getNbVPoles ( void   )  const

getter for the NbVPoles attribute

Definition at line 1269 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getNbVPoles().

virtual PyParentObject* Part::BSplineSurfacePy::GetParents ( void   )  [inline, virtual]

Reimplemented from Part::GeometrySurfacePy.

Definition at line 28 of file BSplineSurfacePy.h.

PyObject * BSplineSurfacePy::getPole ( PyObject args  ) 
PyObject * BSplineSurfacePy::getPoles ( PyObject args  ) 
PyObject * BSplineSurfacePy::getResolution ( PyObject args  ) 

implementer for the getResolution() method

Definition at line 909 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

virtual PyTypeObject* Part::BSplineSurfacePy::GetType ( void   )  [inline, virtual]

Reimplemented from Part::GeometrySurfacePy.

Definition at line 27 of file BSplineSurfacePy.h.

Py::Int BSplineSurfacePy::getUDegree ( void   )  const

getter for the UDegree attribute

Definition at line 1239 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getUDegree().

PyObject * BSplineSurfacePy::getUKnot ( PyObject args  ) 

implementer for the getUKnot() method

Definition at line 517 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::getUKnots ( PyObject args  ) 
Py::List BSplineSurfacePy::getUKnotSequence ( void   )  const

getter for the UKnotSequence attribute

Definition at line 1322 of file BSplineSurfacePyImp.cpp.

References Py::List::append(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), k, and FemExample::m.

Referenced by staticCallback_getUKnotSequence().

PyObject * BSplineSurfacePy::getUMultiplicities ( PyObject args  ) 
PyObject * BSplineSurfacePy::getUMultiplicity ( PyObject args  ) 

implementer for the getUMultiplicity() method

Definition at line 1057 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Py::Int BSplineSurfacePy::getVDegree ( void   )  const

getter for the VDegree attribute

Definition at line 1247 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

Referenced by staticCallback_getVDegree().

PyObject * BSplineSurfacePy::getVKnot ( PyObject args  ) 

implementer for the getVKnot() method

Definition at line 530 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::getVKnots ( PyObject args  ) 
Py::List BSplineSurfacePy::getVKnotSequence ( void   )  const

getter for the VKnotSequence attribute

Definition at line 1338 of file BSplineSurfacePyImp.cpp.

References Py::List::append(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), k, and FemExample::m.

Referenced by staticCallback_getVKnotSequence().

PyObject * BSplineSurfacePy::getVMultiplicities ( PyObject args  ) 
PyObject * BSplineSurfacePy::getVMultiplicity ( PyObject args  ) 

implementer for the getVMultiplicity() method

Definition at line 1075 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::getWeight ( PyObject args  ) 

implementer for the getWeight() method

Definition at line 865 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and RobotExample::w.

PyObject * BSplineSurfacePy::getWeights ( PyObject args  ) 
PyObject * BSplineSurfacePy::increaseDegree ( PyObject args  ) 

implementer for the increaseDegree() method

Definition at line 189 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::increaseUMultiplicity ( PyObject args  ) 
PyObject * BSplineSurfacePy::increaseVMultiplicity ( PyObject args  ) 
PyObject * BSplineSurfacePy::incrementUMultiplicity ( PyObject args  ) 
PyObject * BSplineSurfacePy::incrementVMultiplicity ( PyObject args  ) 
PyObject * BSplineSurfacePy::insertUKnot ( PyObject args  ) 

implementer for the insertUKnot() method

Definition at line 281 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::insertUKnots ( PyObject args  ) 
PyObject * BSplineSurfacePy::insertVKnot ( PyObject args  ) 

implementer for the insertVKnot() method

Definition at line 344 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::insertVKnots ( PyObject args  ) 
PyObject * BSplineSurfacePy::isUClosed ( PyObject args  ) 

implementer for the isUClosed() method

Reimplemented from Part::GeometrySurfacePy.

Definition at line 153 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::isUPeriodic ( PyObject args  ) 

implementer for the isUPeriodic() method

Reimplemented from Part::GeometrySurfacePy.

Definition at line 117 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::isURational ( PyObject args  ) 

implementer for the isURational() method

Definition at line 81 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::isVClosed ( PyObject args  ) 

implementer for the isVClosed() method

Reimplemented from Part::GeometrySurfacePy.

Definition at line 171 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::isVPeriodic ( PyObject args  ) 

implementer for the isVPeriodic() method

Reimplemented from Part::GeometrySurfacePy.

Definition at line 135 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::isVRational ( PyObject args  ) 

implementer for the isVRational() method

Definition at line 99 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::movePoint ( PyObject args  ) 
int BSplineSurfacePy::PyInit ( PyObject ,
PyObject  
) [virtual]

PyInit method Overide this method to initialize a newly created instance of the class (Constuctor).

Reimplemented from Part::GeometrySurfacePy.

Definition at line 59 of file BSplineSurfacePyImp.cpp.

PyObject * BSplineSurfacePy::PyMake ( struct _typeobject *  ,
PyObject ,
PyObject  
) [static]

Reimplemented from Part::GeometrySurfacePy.

Definition at line 52 of file BSplineSurfacePyImp.cpp.

References BSplineSurfacePy().

PyObject * BSplineSurfacePy::removeUKnot ( PyObject args  ) 

implementer for the removeUKnot() method

Definition at line 407 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::removeVKnot ( PyObject args  ) 

implementer for the removeVKnot() method

Definition at line 434 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::reparametrize ( PyObject args  ) 
std::string BSplineSurfacePy::representation ( void   )  const

Reimplemented from Part::GeometrySurfacePy.

Definition at line 47 of file BSplineSurfacePyImp.cpp.

Referenced by _repr().

PyObject * BSplineSurfacePy::segment ( PyObject args  ) 
int BSplineSurfacePy::setCustomAttributes ( const char *  attr,
PyObject obj 
)

setter for special attributes (e.g. dynamic ones)

Reimplemented from Part::GeometrySurfacePy.

Definition at line 1359 of file BSplineSurfacePyImp.cpp.

Referenced by _setattr().

PyObject * BSplineSurfacePy::setPole ( PyObject args  ) 
PyObject * BSplineSurfacePy::setPoleCol ( PyObject args  ) 
PyObject * BSplineSurfacePy::setPoleRow ( PyObject args  ) 
PyObject * BSplineSurfacePy::setUKnot ( PyObject args  ) 

implementer for the setUKnot() method

Definition at line 479 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setUKnots ( PyObject args  ) 
PyObject * BSplineSurfacePy::setUNotPeriodic ( PyObject args  ) 

implementer for the setUNotPeriodic() method

Definition at line 953 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setUOrigin ( PyObject args  ) 

implementer for the setUOrigin() method

Definition at line 1021 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setUPeriodic ( PyObject args  ) 

implementer for the setUPeriodic() method

Definition at line 987 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setVKnot ( PyObject args  ) 

implementer for the setVKnot() method

Definition at line 498 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setVKnots ( PyObject args  ) 
PyObject * BSplineSurfacePy::setVNotPeriodic ( PyObject args  ) 

implementer for the setVNotPeriodic() method

Definition at line 970 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setVOrigin ( PyObject args  ) 

implementer for the setVOrigin() method

Definition at line 1039 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setVPeriodic ( PyObject args  ) 

implementer for the setVPeriodic() method

Definition at line 1004 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setWeight ( PyObject args  ) 

implementer for the setWeight() method

Definition at line 794 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.

PyObject * BSplineSurfacePy::setWeightCol ( PyObject args  ) 
PyObject * BSplineSurfacePy::setWeightRow ( PyObject args  ) 
PyObject * BSplineSurfacePy::staticCallback_bounds ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_exchangeUV ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getFirstUKnotIndex ( PyObject self,
void *  closure 
) [static]

getter callback for the FirstUKnotIndex attribute

Definition at line 4669 of file BSplineSurfacePy.cpp.

References getFirstUKnotIndex(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getFirstVKnotIndex ( PyObject self,
void *  closure 
) [static]

getter callback for the FirstVKnotIndex attribute

Definition at line 4733 of file BSplineSurfacePy.cpp.

References getFirstVKnotIndex(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getLastUKnotIndex ( PyObject self,
void *  closure 
) [static]

getter callback for the LastUKnotIndex attribute

Definition at line 4701 of file BSplineSurfacePy.cpp.

References getLastUKnotIndex(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getLastVKnotIndex ( PyObject self,
void *  closure 
) [static]

getter callback for the LastVKnotIndex attribute

Definition at line 4765 of file BSplineSurfacePy.cpp.

References getLastVKnotIndex(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getMaxDegree ( PyObject self,
void *  closure 
) [static]

getter callback for the MaxDegree attribute

Definition at line 4509 of file BSplineSurfacePy.cpp.

References getMaxDegree(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getNbUKnots ( PyObject self,
void *  closure 
) [static]

getter callback for the NbUKnots attribute

Definition at line 4605 of file BSplineSurfacePy.cpp.

References getNbUKnots(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getNbUPoles ( PyObject self,
void *  closure 
) [static]

getter callback for the NbUPoles attribute

Definition at line 4541 of file BSplineSurfacePy.cpp.

References getNbUPoles(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getNbVKnots ( PyObject self,
void *  closure 
) [static]

getter callback for the NbVKnots attribute

Definition at line 4637 of file BSplineSurfacePy.cpp.

References getNbVKnots(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getNbVPoles ( PyObject self,
void *  closure 
) [static]

getter callback for the NbVPoles attribute

Definition at line 4573 of file BSplineSurfacePy.cpp.

References getNbVPoles(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getPole ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getPoles ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getResolution ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getUDegree ( PyObject self,
void *  closure 
) [static]

getter callback for the UDegree attribute

Definition at line 4445 of file BSplineSurfacePy.cpp.

References getUDegree(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getUKnot ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getUKnots ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getUKnotSequence ( PyObject self,
void *  closure 
) [static]

getter callback for the UKnotSequence attribute

Definition at line 4797 of file BSplineSurfacePy.cpp.

References getUKnotSequence(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getUMultiplicities ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getUMultiplicity ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getVDegree ( PyObject self,
void *  closure 
) [static]

getter callback for the VDegree attribute

Definition at line 4477 of file BSplineSurfacePy.cpp.

References getVDegree(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getVKnot ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getVKnots ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getVKnotSequence ( PyObject self,
void *  closure 
) [static]

getter callback for the VKnotSequence attribute

Definition at line 4829 of file BSplineSurfacePy.cpp.

References getVKnotSequence(), Base::PyObjectBase::isValid(), Py::new_reference_to(), and Base::PyObjectBase::PyObjectBase().

PyObject * BSplineSurfacePy::staticCallback_getVMultiplicities ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getVMultiplicity ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getWeight ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_getWeights ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_increaseDegree ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_increaseUMultiplicity ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_increaseVMultiplicity ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_incrementUMultiplicity ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_incrementVMultiplicity ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_insertUKnot ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_insertUKnots ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_insertVKnot ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_insertVKnots ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_isUClosed ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_isUPeriodic ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_isURational ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_isVClosed ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_isVPeriodic ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_isVRational ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_movePoint ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_removeUKnot ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_removeVKnot ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_reparametrize ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_segment ( PyObject self,
PyObject args 
) [static]
int BSplineSurfacePy::staticCallback_setFirstUKnotIndex ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the FirstUKnotIndex attribute

Definition at line 4687 of file BSplineSurfacePy.cpp.

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

int BSplineSurfacePy::staticCallback_setFirstVKnotIndex ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the FirstVKnotIndex attribute

Definition at line 4751 of file BSplineSurfacePy.cpp.

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

int BSplineSurfacePy::staticCallback_setLastUKnotIndex ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the LastUKnotIndex attribute

Definition at line 4719 of file BSplineSurfacePy.cpp.

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

int BSplineSurfacePy::staticCallback_setLastVKnotIndex ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the LastVKnotIndex attribute

Definition at line 4783 of file BSplineSurfacePy.cpp.

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

int BSplineSurfacePy::staticCallback_setMaxDegree ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the MaxDegree attribute

Definition at line 4527 of file BSplineSurfacePy.cpp.

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

int BSplineSurfacePy::staticCallback_setNbUKnots ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the NbUKnots attribute

Definition at line 4623 of file BSplineSurfacePy.cpp.

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

int BSplineSurfacePy::staticCallback_setNbUPoles ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the NbUPoles attribute

Definition at line 4559 of file BSplineSurfacePy.cpp.

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

int BSplineSurfacePy::staticCallback_setNbVKnots ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the NbVKnots attribute

Definition at line 4655 of file BSplineSurfacePy.cpp.

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

int BSplineSurfacePy::staticCallback_setNbVPoles ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the NbVPoles attribute

Definition at line 4591 of file BSplineSurfacePy.cpp.

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

PyObject * BSplineSurfacePy::staticCallback_setPole ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setPoleCol ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setPoleRow ( PyObject self,
PyObject args 
) [static]
int BSplineSurfacePy::staticCallback_setUDegree ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the UDegree attribute

Definition at line 4463 of file BSplineSurfacePy.cpp.

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

PyObject * BSplineSurfacePy::staticCallback_setUKnot ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setUKnots ( PyObject self,
PyObject args 
) [static]
int BSplineSurfacePy::staticCallback_setUKnotSequence ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the UKnotSequence attribute

Definition at line 4815 of file BSplineSurfacePy.cpp.

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

PyObject * BSplineSurfacePy::staticCallback_setUNotPeriodic ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setUOrigin ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setUPeriodic ( PyObject self,
PyObject args 
) [static]
int BSplineSurfacePy::staticCallback_setVDegree ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the VDegree attribute

Definition at line 4495 of file BSplineSurfacePy.cpp.

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

PyObject * BSplineSurfacePy::staticCallback_setVKnot ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setVKnots ( PyObject self,
PyObject args 
) [static]
int BSplineSurfacePy::staticCallback_setVKnotSequence ( PyObject self,
PyObject value,
void *  closure 
) [static]

setter callback for the VKnotSequence attribute

Definition at line 4847 of file BSplineSurfacePy.cpp.

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

PyObject * BSplineSurfacePy::staticCallback_setVNotPeriodic ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setVOrigin ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setVPeriodic ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setWeight ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setWeightCol ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_setWeightRow ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_uIso ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::staticCallback_vIso ( PyObject self,
PyObject args 
) [static]
PyObject * BSplineSurfacePy::uIso ( PyObject args  ) 

implementer for the uIso() method

Definition at line 1148 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().

PyObject * BSplineSurfacePy::vIso ( PyObject args  ) 

implementer for the vIso() method

Definition at line 1167 of file BSplineSurfacePyImp.cpp.

References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().


Member Data Documentation

PyGetSetDef BSplineSurfacePy::GetterSetter [static]

Attribute structure of BSplineSurfacePy.

Reimplemented from Part::GeometrySurfacePy.

Definition at line 25 of file BSplineSurfacePy.h.

PyMethodDef BSplineSurfacePy::Methods [static]

Methods structure of BSplineSurfacePy.

Reimplemented from Part::GeometrySurfacePy.

Definition at line 24 of file BSplineSurfacePy.h.

Referenced by _getattr().

PyParentObject BSplineSurfacePy::Parents = { PARENTSPartBSplineSurfacePy } [static]

Reimplemented from Part::GeometrySurfacePy.

Definition at line 26 of file BSplineSurfacePy.h.

PyTypeObject BSplineSurfacePy::Type [static]

Type structure of BSplineSurfacePy.

Reimplemented from Part::GeometrySurfacePy.

Definition at line 23 of file BSplineSurfacePy.h.

Referenced by initPart().


The documentation for this class was generated from the following files:

Generated on Wed Nov 23 19:02:31 2011 for FreeCAD by  doxygen 1.6.1