The python export class for GeomBezierSurface. More...
#include <BezierSurfacePy.h>
Public Types | |
typedef GeomBezierSurface * | PointerType |
Public Types inherited from Part::GeometrySurfacePy | |
typedef GeomSurface * | PointerType |
Public Types inherited from Part::GeometryPy | |
typedef Geometry * | PointerType |
Public Types inherited from Base::PyObjectBase | |
typedef void * | PointerType |
enum | Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } |
Public Member Functions | |
BezierSurfacePy (GeomBezierSurface *pcObject, PyTypeObject *T=&Type) | |
virtual PyTypeObject * | GetType (void) |
virtual int | PyInit (PyObject *args, PyObject *k) |
PyInit method Override this method to initialize a newly created instance of the class (Constructor) More... | |
std::string | representation (void) const |
Public Member Functions inherited from Part::GeometrySurfacePy | |
GeometrySurfacePy (GeomSurface *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | toShape (PyObject *args) |
implementer for the toShape() method More... | |
PyObject * | value (PyObject *args) |
implementer for the value() method More... | |
PyObject * | tangent (PyObject *args) |
implementer for the tangent() method More... | |
PyObject * | normal (PyObject *args) |
implementer for the normal() method More... | |
PyObject * | isUmbillic (PyObject *args) |
implementer for the isUmbillic() method More... | |
PyObject * | curvature (PyObject *args) |
implementer for the curvature() method More... | |
PyObject * | curvatureDirections (PyObject *args) |
implementer for the curvatureDirections() method More... | |
PyObject * | bounds (PyObject *args) |
implementer for the bounds() method More... | |
PyObject * | isPlanar (PyObject *args) |
implementer for the isPlanar() method More... | |
PyObject * | uIso (PyObject *args) |
implementer for the uIso() method More... | |
PyObject * | vIso (PyObject *args) |
implementer for the vIso() method More... | |
PyObject * | isUPeriodic (PyObject *args) |
implementer for the isUPeriodic() method More... | |
PyObject * | isVPeriodic (PyObject *args) |
implementer for the isVPeriodic() method More... | |
PyObject * | isUClosed (PyObject *args) |
implementer for the isUClosed() method More... | |
PyObject * | isVClosed (PyObject *args) |
implementer for the isVClosed() method More... | |
PyObject * | UPeriod (PyObject *args) |
implementer for the UPeriod() method More... | |
PyObject * | VPeriod (PyObject *args) |
implementer for the VPeriod() method More... | |
PyObject * | parameter (PyObject *args) |
implementer for the parameter() method More... | |
PyObject * | toBSpline (PyObject *args) |
implementer for the toBSpline() method More... | |
PyObject * | intersect (PyObject *args) |
implementer for the intersect() method More... | |
PyObject * | intersectSS (PyObject *args) |
implementer for the intersectSS() method More... | |
Py::String | getContinuity (void) const |
getter for the Continuity attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
GeomSurface * | getGeomSurfacePtr (void) const |
getter for the object handled by this class More... | |
Public Member Functions inherited from Part::GeometryPy | |
GeometryPy (Geometry *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | mirror (PyObject *args) |
implementer for the mirror() method More... | |
PyObject * | rotate (PyObject *args) |
implementer for the rotate() method More... | |
PyObject * | scale (PyObject *args) |
implementer for the scale() method More... | |
PyObject * | transform (PyObject *args) |
implementer for the transform() method More... | |
PyObject * | translate (PyObject *args) |
implementer for the translate() method More... | |
PyObject * | copy (PyObject *args) |
implementer for the copy() method More... | |
PyObject * | clone (PyObject *args) |
implementer for the clone() method More... | |
PyObject * | hasExtensionOfType (PyObject *args) |
implementer for the hasExtensionOfType() method More... | |
PyObject * | hasExtensionOfName (PyObject *args) |
implementer for the hasExtensionOfName() method More... | |
PyObject * | getExtensionOfType (PyObject *args) |
implementer for the getExtensionOfType() method More... | |
PyObject * | getExtensionOfName (PyObject *args) |
implementer for the getExtensionOfName() method More... | |
PyObject * | setExtension (PyObject *args) |
implementer for the setExtension() method More... | |
PyObject * | deleteExtensionOfType (PyObject *args) |
implementer for the deleteExtensionOfType() method More... | |
PyObject * | deleteExtensionOfName (PyObject *args) |
implementer for the deleteExtensionOfName() method More... | |
PyObject * | getExtensions (PyObject *args) |
implementer for the getExtensions() method More... | |
Py::Boolean | getConstruction (void) const |
getter for the Construction attribute More... | |
void | setConstruction (Py::Boolean arg) |
setter for the Construction attribute More... | |
Py::String | getTag (void) const |
getter for the Tag attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
Geometry * | getGeometryPtr (void) const |
getter for the object handled by this class More... | |
Public Member Functions inherited from Base::PyObjectBase | |
PyObjectBase * | DecRef (void) |
decref method wrapper (see python extending manual) More... | |
PyObjectBase * | IncRef (void) |
incref method wrapper (see python extending manual) More... | |
bool | isConst () |
bool | isNotTracking () const |
bool | isValid () |
PyObjectBase (void *, PyTypeObject *T) | |
Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject. More... | |
void | setConst () |
void | setInvalid () |
void | setNotTracking (bool on=true) |
void | setShouldNotify (bool on) |
bool | shouldNotify () const |
void | startNotify () |
Static Public Attributes | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of BezierSurfacePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of BezierSurfacePy. More... | |
static PyTypeObject | Type |
Type structure of BezierSurfacePy. More... | |
Static Public Attributes inherited from Part::GeometrySurfacePy | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of GeometrySurfacePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of GeometrySurfacePy. More... | |
static PyTypeObject | Type |
Type structure of GeometrySurfacePy. More... | |
Static Public Attributes inherited from Part::GeometryPy | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of GeometryPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of GeometryPy. More... | |
static PyTypeObject | Type |
Type structure of GeometryPy. More... | |
Static Public Attributes inherited from Base::PyObjectBase | |
static PyMethodDef | Methods [] |
static PyTypeObject | Type |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~BezierSurfacePy () | |
Protected Member Functions inherited from Part::GeometrySurfacePy | |
~GeometrySurfacePy () | |
Protected Member Functions inherited from Part::GeometryPy | |
~GeometryPy () | |
Protected Member Functions inherited from Base::PyObjectBase | |
virtual | ~PyObjectBase () |
destructor More... | |
callbacks and implementers for the python object attributes | |
Py::Long | getUDegree (void) const |
getter for the UDegree attribute More... | |
Py::Long | getVDegree (void) const |
getter for the VDegree attribute More... | |
Py::Long | getMaxDegree (void) const |
getter for the MaxDegree attribute More... | |
Py::Long | getNbUPoles (void) const |
getter for the NbUPoles attribute More... | |
Py::Long | getNbVPoles (void) const |
getter for the NbVPoles attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
GeomBezierSurface * | getGeomBezierSurfacePtr (void) const |
getter for the object handled by this class More... | |
static PyObject * | staticCallback_getUDegree (PyObject *self, void *closure) |
getter callback for the UDegree attribute More... | |
static int | staticCallback_setUDegree (PyObject *self, PyObject *value, void *closure) |
setter callback for the UDegree attribute More... | |
static PyObject * | staticCallback_getVDegree (PyObject *self, void *closure) |
getter callback for the VDegree attribute More... | |
static int | staticCallback_setVDegree (PyObject *self, PyObject *value, void *closure) |
setter callback for the VDegree attribute More... | |
static PyObject * | staticCallback_getMaxDegree (PyObject *self, void *closure) |
getter callback for the MaxDegree attribute More... | |
static int | staticCallback_setMaxDegree (PyObject *self, PyObject *value, void *closure) |
setter callback for the MaxDegree attribute More... | |
static PyObject * | staticCallback_getNbUPoles (PyObject *self, void *closure) |
getter callback for the NbUPoles attribute More... | |
static int | staticCallback_setNbUPoles (PyObject *self, PyObject *value, void *closure) |
setter callback for the NbUPoles attribute More... | |
static PyObject * | staticCallback_getNbVPoles (PyObject *self, void *closure) |
getter callback for the NbVPoles attribute More... | |
static int | staticCallback_setNbVPoles (PyObject *self, PyObject *value, void *closure) |
setter callback for the NbVPoles attribute More... | |
Additional Inherited Members | |
Protected Attributes inherited from Base::PyObjectBase | |
std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for GeomBezierSurface.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~BezierSurfacePy()
|
protected |
◆ BezierSurfacePy()
BezierSurfacePy::BezierSurfacePy | ( | GeomBezierSurface * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Referenced by PyMake().
Member Function Documentation
◆ bounds()
implementer for the bounds() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_bounds().
◆ exchangeUV()
implementer for the exchangeUV() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_exchangeUV().
◆ getCustomAttributes()
PyObject * BezierSurfacePy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getGeomBezierSurfacePtr()
GeomBezierSurface * BezierSurfacePy::getGeomBezierSurfacePtr | ( | void | ) | const |
getter for the object handled by this class
◆ getMaxDegree()
Py::Long BezierSurfacePy::getMaxDegree | ( | void | ) | const |
getter for the MaxDegree attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getMaxDegree().
◆ getNbUPoles()
Py::Long BezierSurfacePy::getNbUPoles | ( | void | ) | const |
getter for the NbUPoles attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getNbUPoles().
◆ getNbVPoles()
Py::Long BezierSurfacePy::getNbVPoles | ( | void | ) | const |
getter for the NbVPoles attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getNbVPoles().
◆ getPole()
implementer for the getPole() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getPole().
◆ getPoles()
implementer for the getPoles() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getPoles().
◆ getResolution()
implementer for the getResolution() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getResolution().
◆ GetType()
|
virtual |
Reimplemented from Part::GeometrySurfacePy.
◆ getUDegree()
Py::Long BezierSurfacePy::getUDegree | ( | void | ) | const |
getter for the UDegree attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getUDegree().
◆ getVDegree()
Py::Long BezierSurfacePy::getVDegree | ( | void | ) | const |
getter for the VDegree attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getVDegree().
◆ getWeight()
implementer for the getWeight() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getWeight().
◆ getWeights()
implementer for the getWeights() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getWeights().
◆ increase()
implementer for the increase() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_increase().
◆ insertPoleColAfter()
implementer for the insertPoleColAfter() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertPoleColAfter().
◆ insertPoleColBefore()
implementer for the insertPoleColBefore() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertPoleColBefore().
◆ insertPoleRowAfter()
implementer for the insertPoleRowAfter() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertPoleRowAfter().
◆ insertPoleRowBefore()
implementer for the insertPoleRowBefore() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertPoleRowBefore().
◆ isUClosed()
implementer for the isUClosed() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isUClosed().
◆ isUPeriodic()
implementer for the isUPeriodic() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isUPeriodic().
◆ isURational()
implementer for the isURational() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isURational().
◆ isVClosed()
implementer for the isVClosed() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isVClosed().
◆ isVPeriodic()
implementer for the isVPeriodic() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isVPeriodic().
◆ isVRational()
implementer for the isVRational() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_isVRational().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::GeometrySurfacePy.
◆ PyMake()
References BezierSurfacePy().
◆ removePoleCol()
implementer for the removePoleCol() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_removePoleCol().
◆ removePoleRow()
implementer for the removePoleRow() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_removePoleRow().
◆ representation()
std::string BezierSurfacePy::representation | ( | void | ) | const |
Referenced by config_control_design.pcurve::wr1(), config_control_design.degenerate_pcurve::wr1(), automotive_design.motion_link_relationship::wr1(), automotive_design.pcurve::wr1(), automotive_design.degenerate_pcurve::wr1(), config_control_design.pcurve::wr2(), config_control_design.degenerate_pcurve::wr2(), automotive_design.pcurve::wr2(), and automotive_design.degenerate_pcurve::wr2().
◆ segment()
implementer for the segment() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_segment().
◆ setCustomAttributes()
int BezierSurfacePy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ setPole()
implementer for the setPole() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, Base::VectorPy::Type, Part::GeometrySurfacePy::value(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by staticCallback_setPole().
◆ setPoleCol()
implementer for the setPoleCol() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setPoleCol().
◆ setPoleRow()
implementer for the setPoleRow() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setPoleRow().
◆ setWeight()
implementer for the setWeight() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setWeight().
◆ setWeightCol()
implementer for the setWeightCol() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setWeightCol().
◆ setWeightRow()
implementer for the setWeightRow() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setWeightRow().
◆ staticCallback_bounds()
callback for the bounds() method
References Base::BaseExceptionFreeCADError, bounds(), Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_exchangeUV()
◆ staticCallback_getMaxDegree()
getter callback for the MaxDegree attribute
References Base::BaseExceptionFreeCADError, getMaxDegree(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getNbUPoles()
getter callback for the NbUPoles attribute
References Base::BaseExceptionFreeCADError, getNbUPoles(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getNbVPoles()
getter callback for the NbVPoles attribute
References Base::BaseExceptionFreeCADError, getNbVPoles(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getPole()
callback for the getPole() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getPole(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getPoles()
callback for the getPoles() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getPoles(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getResolution()
|
static |
callback for the getResolution() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getResolution(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getUDegree()
getter callback for the UDegree attribute
References Base::BaseExceptionFreeCADError, getUDegree(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getVDegree()
getter callback for the VDegree attribute
References Base::BaseExceptionFreeCADError, getVDegree(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getWeight()
callback for the getWeight() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getWeight(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getWeights()
callback for the getWeights() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getWeights(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_increase()
◆ staticCallback_insertPoleColAfter()
◆ staticCallback_insertPoleColBefore()
◆ staticCallback_insertPoleRowAfter()
◆ staticCallback_insertPoleRowBefore()
◆ staticCallback_isUClosed()
callback for the isUClosed() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), isUClosed(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isUPeriodic()
callback for the isUPeriodic() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), isUPeriodic(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isURational()
callback for the isURational() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), isURational(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isVClosed()
callback for the isVClosed() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), isVClosed(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isVPeriodic()
callback for the isVPeriodic() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), isVPeriodic(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isVRational()
callback for the isVRational() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), isVRational(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_removePoleCol()
◆ staticCallback_removePoleRow()
◆ staticCallback_segment()
callback for the segment() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), segment(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setMaxDegree()
|
static |
setter callback for the MaxDegree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setNbUPoles()
|
static |
setter callback for the NbUPoles attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setNbVPoles()
|
static |
setter callback for the NbVPoles attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setPole()
callback for the setPole() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), setPole(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setPoleCol()
◆ staticCallback_setPoleRow()
◆ staticCallback_setUDegree()
|
static |
setter callback for the UDegree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setVDegree()
|
static |
setter callback for the VDegree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setWeight()
◆ staticCallback_setWeightCol()
◆ staticCallback_setWeightRow()
◆ staticCallback_uIso()
callback for the uIso() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and uIso().
◆ staticCallback_vIso()
callback for the vIso() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and vIso().
◆ uIso()
implementer for the uIso() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_uIso().
◆ vIso()
implementer for the vIso() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_vIso().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of BezierSurfacePy.
◆ Methods
|
static |
Methods structure of BezierSurfacePy.
◆ Type
|
static |
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/Part/App/BezierSurfacePy.h
- src/Mod/Part/App/BezierSurfacePyImp.cpp
- build/webdoc/src/Mod/Part/App/BezierSurfacePy.cpp