The python export class for GeomBSplineSurface. More...
#include <BSplineSurfacePy.h>
Public Types | |
typedef GeomBSplineSurface * | PointerType |
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) | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) | |
GeomBSplineSurface * | getGeomBSplineSurfacePtr (void) const |
getter for the object handled by this class | |
virtual PyParentObject * | GetParents (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 PyObject * | PyMake (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 | |
| |
PyObject * | bounds (PyObject *args) |
implementer for the bounds() method | |
PyObject * | exchangeUV (PyObject *args) |
implementer for the exchangeUV() method | |
PyObject * | getPole (PyObject *args) |
implementer for the getPole() method | |
PyObject * | getPoles (PyObject *args) |
implementer for the getPoles() method | |
PyObject * | getResolution (PyObject *args) |
implementer for the getResolution() method | |
PyObject * | getUKnot (PyObject *args) |
implementer for the getUKnot() method | |
PyObject * | getUKnots (PyObject *args) |
implementer for the getUKnots() method | |
PyObject * | getUMultiplicities (PyObject *args) |
implementer for the getUMultiplicities() method | |
PyObject * | getUMultiplicity (PyObject *args) |
implementer for the getUMultiplicity() method | |
PyObject * | getVKnot (PyObject *args) |
implementer for the getVKnot() method | |
PyObject * | getVKnots (PyObject *args) |
implementer for the getVKnots() method | |
PyObject * | getVMultiplicities (PyObject *args) |
implementer for the getVMultiplicities() method | |
PyObject * | getVMultiplicity (PyObject *args) |
implementer for the getVMultiplicity() method | |
PyObject * | getWeight (PyObject *args) |
implementer for the getWeight() method | |
PyObject * | getWeights (PyObject *args) |
implementer for the getWeights() method | |
PyObject * | increaseDegree (PyObject *args) |
implementer for the increaseDegree() method | |
PyObject * | increaseUMultiplicity (PyObject *args) |
implementer for the increaseUMultiplicity() method | |
PyObject * | increaseVMultiplicity (PyObject *args) |
implementer for the increaseVMultiplicity() method | |
PyObject * | incrementUMultiplicity (PyObject *args) |
implementer for the incrementUMultiplicity() method | |
PyObject * | incrementVMultiplicity (PyObject *args) |
implementer for the incrementVMultiplicity() method | |
PyObject * | insertUKnot (PyObject *args) |
implementer for the insertUKnot() method | |
PyObject * | insertUKnots (PyObject *args) |
implementer for the insertUKnots() method | |
PyObject * | insertVKnot (PyObject *args) |
implementer for the insertVKnot() method | |
PyObject * | insertVKnots (PyObject *args) |
implementer for the insertVKnots() method | |
PyObject * | isUClosed (PyObject *args) |
implementer for the isUClosed() method | |
PyObject * | isUPeriodic (PyObject *args) |
implementer for the isUPeriodic() method | |
PyObject * | isURational (PyObject *args) |
implementer for the isURational() method | |
PyObject * | isVClosed (PyObject *args) |
implementer for the isVClosed() method | |
PyObject * | isVPeriodic (PyObject *args) |
implementer for the isVPeriodic() method | |
PyObject * | isVRational (PyObject *args) |
implementer for the isVRational() method | |
PyObject * | movePoint (PyObject *args) |
implementer for the movePoint() method | |
PyObject * | removeUKnot (PyObject *args) |
implementer for the removeUKnot() method | |
PyObject * | removeVKnot (PyObject *args) |
implementer for the removeVKnot() method | |
PyObject * | reparametrize (PyObject *args) |
implementer for the reparametrize() method | |
PyObject * | segment (PyObject *args) |
implementer for the segment() method | |
PyObject * | setPole (PyObject *args) |
implementer for the setPole() method | |
PyObject * | setPoleCol (PyObject *args) |
implementer for the setPoleCol() method | |
PyObject * | setPoleRow (PyObject *args) |
implementer for the setPoleRow() method | |
PyObject * | setUKnot (PyObject *args) |
implementer for the setUKnot() method | |
PyObject * | setUKnots (PyObject *args) |
implementer for the setUKnots() method | |
PyObject * | setUNotPeriodic (PyObject *args) |
implementer for the setUNotPeriodic() method | |
PyObject * | setUOrigin (PyObject *args) |
implementer for the setUOrigin() method | |
PyObject * | setUPeriodic (PyObject *args) |
implementer for the setUPeriodic() method | |
PyObject * | setVKnot (PyObject *args) |
implementer for the setVKnot() method | |
PyObject * | setVKnots (PyObject *args) |
implementer for the setVKnots() method | |
PyObject * | setVNotPeriodic (PyObject *args) |
implementer for the setVNotPeriodic() method | |
PyObject * | setVOrigin (PyObject *args) |
implementer for the setVOrigin() method | |
PyObject * | setVPeriodic (PyObject *args) |
implementer for the setVPeriodic() method | |
PyObject * | setWeight (PyObject *args) |
implementer for the setWeight() method | |
PyObject * | setWeightCol (PyObject *args) |
implementer for the setWeightCol() method | |
PyObject * | setWeightRow (PyObject *args) |
implementer for the setWeightRow() method | |
PyObject * | uIso (PyObject *args) |
implementer for the uIso() method | |
PyObject * | vIso (PyObject *args) |
implementer for the vIso() method | |
static PyObject * | staticCallback_bounds (PyObject *self, PyObject *args) |
callback for the bounds() method | |
static PyObject * | staticCallback_exchangeUV (PyObject *self, PyObject *args) |
callback for the exchangeUV() method | |
static PyObject * | staticCallback_getPole (PyObject *self, PyObject *args) |
callback for the getPole() method | |
static PyObject * | staticCallback_getPoles (PyObject *self, PyObject *args) |
callback for the getPoles() method | |
static PyObject * | staticCallback_getResolution (PyObject *self, PyObject *args) |
callback for the getResolution() method | |
static PyObject * | staticCallback_getUKnot (PyObject *self, PyObject *args) |
callback for the getUKnot() method | |
static PyObject * | staticCallback_getUKnots (PyObject *self, PyObject *args) |
callback for the getUKnots() method | |
static PyObject * | staticCallback_getUMultiplicities (PyObject *self, PyObject *args) |
callback for the getUMultiplicities() method | |
static PyObject * | staticCallback_getUMultiplicity (PyObject *self, PyObject *args) |
callback for the getUMultiplicity() method | |
static PyObject * | staticCallback_getVKnot (PyObject *self, PyObject *args) |
callback for the getVKnot() method | |
static PyObject * | staticCallback_getVKnots (PyObject *self, PyObject *args) |
callback for the getVKnots() method | |
static PyObject * | staticCallback_getVMultiplicities (PyObject *self, PyObject *args) |
callback for the getVMultiplicities() method | |
static PyObject * | staticCallback_getVMultiplicity (PyObject *self, PyObject *args) |
callback for the getVMultiplicity() method | |
static PyObject * | staticCallback_getWeight (PyObject *self, PyObject *args) |
callback for the getWeight() method | |
static PyObject * | staticCallback_getWeights (PyObject *self, PyObject *args) |
callback for the getWeights() method | |
static PyObject * | staticCallback_increaseDegree (PyObject *self, PyObject *args) |
callback for the increaseDegree() method | |
static PyObject * | staticCallback_increaseUMultiplicity (PyObject *self, PyObject *args) |
callback for the increaseUMultiplicity() method | |
static PyObject * | staticCallback_increaseVMultiplicity (PyObject *self, PyObject *args) |
callback for the increaseVMultiplicity() method | |
static PyObject * | staticCallback_incrementUMultiplicity (PyObject *self, PyObject *args) |
callback for the incrementUMultiplicity() method | |
static PyObject * | staticCallback_incrementVMultiplicity (PyObject *self, PyObject *args) |
callback for the incrementVMultiplicity() method | |
static PyObject * | staticCallback_insertUKnot (PyObject *self, PyObject *args) |
callback for the insertUKnot() method | |
static PyObject * | staticCallback_insertUKnots (PyObject *self, PyObject *args) |
callback for the insertUKnots() method | |
static PyObject * | staticCallback_insertVKnot (PyObject *self, PyObject *args) |
callback for the insertVKnot() method | |
static PyObject * | staticCallback_insertVKnots (PyObject *self, PyObject *args) |
callback for the insertVKnots() method | |
static PyObject * | staticCallback_isUClosed (PyObject *self, PyObject *args) |
callback for the isUClosed() method | |
static PyObject * | staticCallback_isUPeriodic (PyObject *self, PyObject *args) |
callback for the isUPeriodic() method | |
static PyObject * | staticCallback_isURational (PyObject *self, PyObject *args) |
callback for the isURational() method | |
static PyObject * | staticCallback_isVClosed (PyObject *self, PyObject *args) |
callback for the isVClosed() method | |
static PyObject * | staticCallback_isVPeriodic (PyObject *self, PyObject *args) |
callback for the isVPeriodic() method | |
static PyObject * | staticCallback_isVRational (PyObject *self, PyObject *args) |
callback for the isVRational() method | |
static PyObject * | staticCallback_movePoint (PyObject *self, PyObject *args) |
callback for the movePoint() method | |
static PyObject * | staticCallback_removeUKnot (PyObject *self, PyObject *args) |
callback for the removeUKnot() method | |
static PyObject * | staticCallback_removeVKnot (PyObject *self, PyObject *args) |
callback for the removeVKnot() method | |
static PyObject * | staticCallback_reparametrize (PyObject *self, PyObject *args) |
callback for the reparametrize() method | |
static PyObject * | staticCallback_segment (PyObject *self, PyObject *args) |
callback for the segment() method | |
static PyObject * | staticCallback_setPole (PyObject *self, PyObject *args) |
callback for the setPole() method | |
static PyObject * | staticCallback_setPoleCol (PyObject *self, PyObject *args) |
callback for the setPoleCol() method | |
static PyObject * | staticCallback_setPoleRow (PyObject *self, PyObject *args) |
callback for the setPoleRow() method | |
static PyObject * | staticCallback_setUKnot (PyObject *self, PyObject *args) |
callback for the setUKnot() method | |
static PyObject * | staticCallback_setUKnots (PyObject *self, PyObject *args) |
callback for the setUKnots() method | |
static PyObject * | staticCallback_setUNotPeriodic (PyObject *self, PyObject *args) |
callback for the setUNotPeriodic() method | |
static PyObject * | staticCallback_setUOrigin (PyObject *self, PyObject *args) |
callback for the setUOrigin() method | |
static PyObject * | staticCallback_setUPeriodic (PyObject *self, PyObject *args) |
callback for the setUPeriodic() method | |
static PyObject * | staticCallback_setVKnot (PyObject *self, PyObject *args) |
callback for the setVKnot() method | |
static PyObject * | staticCallback_setVKnots (PyObject *self, PyObject *args) |
callback for the setVKnots() method | |
static PyObject * | staticCallback_setVNotPeriodic (PyObject *self, PyObject *args) |
callback for the setVNotPeriodic() method | |
static PyObject * | staticCallback_setVOrigin (PyObject *self, PyObject *args) |
callback for the setVOrigin() method | |
static PyObject * | staticCallback_setVPeriodic (PyObject *self, PyObject *args) |
callback for the setVPeriodic() method | |
static PyObject * | staticCallback_setWeight (PyObject *self, PyObject *args) |
callback for the setWeight() method | |
static PyObject * | staticCallback_setWeightCol (PyObject *self, PyObject *args) |
callback for the setWeightCol() method | |
static PyObject * | staticCallback_setWeightRow (PyObject *self, PyObject *args) |
callback for the setWeightRow() method | |
static PyObject * | staticCallback_uIso (PyObject *self, PyObject *args) |
callback for the uIso() method | |
static PyObject * | staticCallback_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 PyObject * | staticCallback_getFirstUKnotIndex (PyObject *self, void *closure) |
getter callback for the FirstUKnotIndex attribute | |
static PyObject * | staticCallback_getFirstVKnotIndex (PyObject *self, void *closure) |
getter callback for the FirstVKnotIndex attribute | |
static PyObject * | staticCallback_getLastUKnotIndex (PyObject *self, void *closure) |
getter callback for the LastUKnotIndex attribute | |
static PyObject * | staticCallback_getLastVKnotIndex (PyObject *self, void *closure) |
getter callback for the LastVKnotIndex attribute | |
static PyObject * | staticCallback_getMaxDegree (PyObject *self, void *closure) |
getter callback for the MaxDegree attribute | |
static PyObject * | staticCallback_getNbUKnots (PyObject *self, void *closure) |
getter callback for the NbUKnots attribute | |
static PyObject * | staticCallback_getNbUPoles (PyObject *self, void *closure) |
getter callback for the NbUPoles attribute | |
static PyObject * | staticCallback_getNbVKnots (PyObject *self, void *closure) |
getter callback for the NbVKnots attribute | |
static PyObject * | staticCallback_getNbVPoles (PyObject *self, void *closure) |
getter callback for the NbVPoles attribute | |
static PyObject * | staticCallback_getUDegree (PyObject *self, void *closure) |
getter callback for the UDegree attribute | |
static PyObject * | staticCallback_getUKnotSequence (PyObject *self, void *closure) |
getter callback for the UKnotSequence attribute | |
static PyObject * | staticCallback_getVDegree (PyObject *self, void *closure) |
getter callback for the VDegree attribute | |
static PyObject * | staticCallback_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 |
The python export class for GeomBSplineSurface.
Definition at line 20 of file BSplineSurfacePy.h.
Reimplemented from Part::GeometrySurfacePy.
Definition at line 36 of file BSplineSurfacePy.h.
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.
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().
implementer for the bounds() method
Reimplemented from Part::GeometrySurfacePy.
Definition at line 64 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py::new_reference_to(), Py::Tuple::setItem(), and draftlibs::fcgeo::v1().
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.
implementer for the getPole() method
Definition at line 746 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and draftlibs::fcgeo::vec().
implementer for the getPoles() method
Definition at line 766 of file BSplineSurfacePyImp.cpp.
References Py::List::append(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py::new_reference_to(), and draftTools::p.
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().
implementer for the getUKnot() method
Definition at line 517 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
implementer for the getUKnots() method
Definition at line 595 of file BSplineSurfacePyImp.cpp.
References Py::List::append(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py::new_reference_to(), and RobotExample::w.
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().
implementer for the getUMultiplicities() method
Definition at line 1093 of file BSplineSurfacePyImp.cpp.
References Py::List::append(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), FemExample::m, and Py::new_reference_to().
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().
implementer for the getVKnot() method
Definition at line 530 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
implementer for the getVKnots() method
Definition at line 617 of file BSplineSurfacePyImp.cpp.
References Py::List::append(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py::new_reference_to(), and RobotExample::w.
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().
implementer for the getVMultiplicities() method
Definition at line 1115 of file BSplineSurfacePyImp.cpp.
References Py::List::append(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), FemExample::m, and Py::new_reference_to().
implementer for the getVMultiplicity() method
Definition at line 1075 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
implementer for the getWeight() method
Definition at line 865 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and RobotExample::w.
implementer for the getWeights() method
Definition at line 883 of file BSplineSurfacePyImp.cpp.
References Py::List::append(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py::new_reference_to(), and RobotExample::w.
implementer for the increaseDegree() method
Definition at line 189 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the increaseUMultiplicity() method
Definition at line 201 of file BSplineSurfacePyImp.cpp.
References Sketcher::end, Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py_Return, and Sketcher::start.
implementer for the increaseVMultiplicity() method
Definition at line 221 of file BSplineSurfacePyImp.cpp.
References Sketcher::end, Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py_Return, and Sketcher::start.
implementer for the incrementUMultiplicity() method
Definition at line 241 of file BSplineSurfacePyImp.cpp.
References Sketcher::end, Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py_Return, and Sketcher::start.
implementer for the incrementVMultiplicity() method
Definition at line 261 of file BSplineSurfacePyImp.cpp.
References Sketcher::end, Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py_Return, and Sketcher::start.
implementer for the insertUKnot() method
Definition at line 281 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the insertUKnots() method
Definition at line 303 of file BSplineSurfacePyImp.cpp.
References Py::SeqBase< T >::begin(), Py::SeqBase< T >::end(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py::int, k, FemExample::m, Py_Return, and Py::SeqBase< T >::size().
implementer for the insertVKnot() method
Definition at line 344 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the insertVKnots() method
Definition at line 366 of file BSplineSurfacePyImp.cpp.
References Py::SeqBase< T >::begin(), Py::SeqBase< T >::end(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py::int, k, FemExample::m, Py_Return, and Py::SeqBase< T >::size().
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().
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().
implementer for the isURational() method
Definition at line 81 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
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().
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().
implementer for the isVRational() method
Definition at line 99 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
implementer for the movePoint() method
Definition at line 928 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), draftTools::p, Base::VectorPy::Type, Part::GeometrySurfacePy::value(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
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.
Reimplemented from Part::GeometrySurfacePy.
Definition at line 52 of file BSplineSurfacePyImp.cpp.
References BSplineSurfacePy().
implementer for the removeUKnot() method
Definition at line 407 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
implementer for the removeVKnot() method
Definition at line 434 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
implementer for the reparametrize() method
Definition at line 1186 of file BSplineSurfacePyImp.cpp.
References BSplineSurfacePy(), Part::GeometryPy::getGeometryPtr(), Part::GeomBSplineSurface::handle(), StartPage::StartPage::handle(), and k.
std::string BSplineSurfacePy::representation | ( | void | ) | const |
Reimplemented from Part::GeometrySurfacePy.
Definition at line 47 of file BSplineSurfacePyImp.cpp.
Referenced by _repr().
implementer for the segment() method
Definition at line 461 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py_Return, and draftlibs::fcgeo::v1().
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().
implementer for the setPole() method
Definition at line 639 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), draftTools::p, Py_Return, Base::VectorPy::Type, Part::GeometrySurfacePy::value(), draftlibs::fcgeo::vec(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
implementer for the setPoleCol() method
Definition at line 664 of file BSplineSurfacePyImp.cpp.
References Py::SeqBase< T >::begin(), Py::SeqBase< T >::end(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), draftTools::p, Py_Return, Py::SeqBase< T >::size(), Py::Vector::toVector(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
implementer for the setPoleRow() method
Definition at line 705 of file BSplineSurfacePyImp.cpp.
References Py::SeqBase< T >::begin(), Py::SeqBase< T >::end(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), draftTools::p, Py_Return, Py::SeqBase< T >::size(), Py::Vector::toVector(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
implementer for the setUKnot() method
Definition at line 479 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setUKnots() method
Definition at line 543 of file BSplineSurfacePyImp.cpp.
References Py::SeqBase< T >::begin(), Py::SeqBase< T >::end(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), k, Py_Return, and Py::SeqBase< T >::size().
implementer for the setUNotPeriodic() method
Definition at line 953 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setUOrigin() method
Definition at line 1021 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setUPeriodic() method
Definition at line 987 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setVKnot() method
Definition at line 498 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setVKnots() method
Definition at line 569 of file BSplineSurfacePyImp.cpp.
References Py::SeqBase< T >::begin(), Py::SeqBase< T >::end(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), k, Py_Return, and Py::SeqBase< T >::size().
implementer for the setVNotPeriodic() method
Definition at line 970 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setVOrigin() method
Definition at line 1039 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setVPeriodic() method
Definition at line 1004 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setWeight() method
Definition at line 794 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), and Py_Return.
implementer for the setWeightCol() method
Definition at line 813 of file BSplineSurfacePyImp.cpp.
References Py::SeqBase< T >::begin(), Py::SeqBase< T >::end(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py_Return, and Py::SeqBase< T >::size().
implementer for the setWeightRow() method
Definition at line 839 of file BSplineSurfacePyImp.cpp.
References Py::SeqBase< T >::begin(), Py::SeqBase< T >::end(), Part::GeometryPy::getGeometryPtr(), StartPage::StartPage::handle(), Py_Return, and Py::SeqBase< T >::size().
callback for the bounds() method
Reimplemented from Part::GeometrySurfacePy.
Definition at line 431 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_exchangeUV | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the exchangeUV() method
Definition at line 4148 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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().
callback for the getPole() method
Definition at line 2711 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the getPoles() method
Definition at line 2787 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_getResolution | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the getResolution() method
Definition at line 3243 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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().
callback for the getUKnot() method
Definition at line 2027 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the getUKnots() method
Definition at line 2331 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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] |
callback for the getUMultiplicities() method
Definition at line 3996 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_getUMultiplicity | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the getUMultiplicity() method
Definition at line 3844 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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().
callback for the getVKnot() method
Definition at line 2103 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the getVKnots() method
Definition at line 2407 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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] |
callback for the getVMultiplicities() method
Definition at line 4072 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_getVMultiplicity | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the getVMultiplicity() method
Definition at line 3920 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the getWeight() method
Definition at line 3091 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_getWeights | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the getWeights() method
Definition at line 3167 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_increaseDegree | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the increaseDegree() method
Definition at line 963 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_increaseUMultiplicity | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the increaseUMultiplicity() method
Definition at line 1039 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_increaseVMultiplicity | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the increaseVMultiplicity() method
Definition at line 1115 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_incrementUMultiplicity | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the incrementUMultiplicity() method
Definition at line 1191 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_incrementVMultiplicity | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the incrementVMultiplicity() method
Definition at line 1267 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_insertUKnot | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the insertUKnot() method
Definition at line 1343 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_insertUKnots | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the insertUKnots() method
Definition at line 1419 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_insertVKnot | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the insertVKnot() method
Definition at line 1495 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_insertVKnots | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the insertVKnots() method
Definition at line 1571 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the isUClosed() method
Reimplemented from Part::GeometrySurfacePy.
Definition at line 811 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_isUPeriodic | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the isUPeriodic() method
Reimplemented from Part::GeometrySurfacePy.
Definition at line 659 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_isURational | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the isURational() method
Definition at line 507 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the isVClosed() method
Reimplemented from Part::GeometrySurfacePy.
Definition at line 887 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_isVPeriodic | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the isVPeriodic() method
Reimplemented from Part::GeometrySurfacePy.
Definition at line 735 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_isVRational | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the isVRational() method
Definition at line 583 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the movePoint() method
Definition at line 3312 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_removeUKnot | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the removeUKnot() method
Definition at line 1647 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_removeVKnot | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the removeVKnot() method
Definition at line 1723 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_reparametrize | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the reparametrize() method
Definition at line 4376 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the segment() method
Definition at line 1799 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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().
callback for the setPole() method
Definition at line 2483 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_setPoleCol | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the setPoleCol() method
Definition at line 2559 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_setPoleRow | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the setPoleRow() method
Definition at line 2635 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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().
callback for the setUKnot() method
Definition at line 1875 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the setUKnots() method
Definition at line 2179 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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] |
callback for the setUNotPeriodic() method
Definition at line 3388 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_setUOrigin | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the setUOrigin() method
Definition at line 3692 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_setUPeriodic | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the setUPeriodic() method
Definition at line 3540 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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().
callback for the setVKnot() method
Definition at line 1951 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the setVKnots() method
Definition at line 2255 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
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] |
callback for the setVNotPeriodic() method
Definition at line 3464 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_setVOrigin | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the setVOrigin() method
Definition at line 3768 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_setVPeriodic | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the setVPeriodic() method
Definition at line 3616 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the setWeight() method
Definition at line 2863 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_setWeightCol | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the setWeightCol() method
Definition at line 2939 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
PyObject * BSplineSurfacePy::staticCallback_setWeightRow | ( | PyObject * | self, | |
PyObject * | args | |||
) | [static] |
callback for the setWeightRow() method
Definition at line 3015 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the uIso() method
Definition at line 4224 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
callback for the vIso() method
Definition at line 4300 of file BSplineSurfacePy.cpp.
References Base::Console(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::Exception::ReportException(), and Base::Exception::what().
implementer for the uIso() method
Definition at line 1148 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
implementer for the vIso() method
Definition at line 1167 of file BSplineSurfacePyImp.cpp.
References Part::GeometryPy::getGeometryPtr(), and StartPage::StartPage::handle().
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().