The python export class for GeomBSplineSurface. More...
#include <BSplineSurfacePy.h>
Public Types | |
typedef GeomBSplineSurface * | 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 | |
BSplineSurfacePy (GeomBSplineSurface *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 BSplineSurfacePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of BSplineSurfacePy. More... | |
static PyTypeObject | Type |
Type structure of BSplineSurfacePy. 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 | |
~BSplineSurfacePy () | |
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... | |
Py::Long | getNbUKnots (void) const |
getter for the NbUKnots attribute More... | |
Py::Long | getNbVKnots (void) const |
getter for the NbVKnots attribute More... | |
Py::Object | getFirstUKnotIndex (void) const |
getter for the FirstUKnotIndex attribute More... | |
Py::Object | getLastUKnotIndex (void) const |
getter for the LastUKnotIndex attribute More... | |
Py::Object | getFirstVKnotIndex (void) const |
getter for the FirstVKnotIndex attribute More... | |
Py::Object | getLastVKnotIndex (void) const |
getter for the LastVKnotIndex attribute More... | |
Py::List | getUKnotSequence (void) const |
getter for the UKnotSequence attribute More... | |
Py::List | getVKnotSequence (void) const |
getter for the VKnotSequence 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... | |
GeomBSplineSurface * | getGeomBSplineSurfacePtr (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... | |
static PyObject * | staticCallback_getNbUKnots (PyObject *self, void *closure) |
getter callback for the NbUKnots attribute More... | |
static int | staticCallback_setNbUKnots (PyObject *self, PyObject *value, void *closure) |
setter callback for the NbUKnots attribute More... | |
static PyObject * | staticCallback_getNbVKnots (PyObject *self, void *closure) |
getter callback for the NbVKnots attribute More... | |
static int | staticCallback_setNbVKnots (PyObject *self, PyObject *value, void *closure) |
setter callback for the NbVKnots attribute More... | |
static PyObject * | staticCallback_getFirstUKnotIndex (PyObject *self, void *closure) |
getter callback for the FirstUKnotIndex attribute More... | |
static int | staticCallback_setFirstUKnotIndex (PyObject *self, PyObject *value, void *closure) |
setter callback for the FirstUKnotIndex attribute More... | |
static PyObject * | staticCallback_getLastUKnotIndex (PyObject *self, void *closure) |
getter callback for the LastUKnotIndex attribute More... | |
static int | staticCallback_setLastUKnotIndex (PyObject *self, PyObject *value, void *closure) |
setter callback for the LastUKnotIndex attribute More... | |
static PyObject * | staticCallback_getFirstVKnotIndex (PyObject *self, void *closure) |
getter callback for the FirstVKnotIndex attribute More... | |
static int | staticCallback_setFirstVKnotIndex (PyObject *self, PyObject *value, void *closure) |
setter callback for the FirstVKnotIndex attribute More... | |
static PyObject * | staticCallback_getLastVKnotIndex (PyObject *self, void *closure) |
getter callback for the LastVKnotIndex attribute More... | |
static int | staticCallback_setLastVKnotIndex (PyObject *self, PyObject *value, void *closure) |
setter callback for the LastVKnotIndex attribute More... | |
static PyObject * | staticCallback_getUKnotSequence (PyObject *self, void *closure) |
getter callback for the UKnotSequence attribute More... | |
static int | staticCallback_setUKnotSequence (PyObject *self, PyObject *value, void *closure) |
setter callback for the UKnotSequence attribute More... | |
static PyObject * | staticCallback_getVKnotSequence (PyObject *self, void *closure) |
getter callback for the VKnotSequence attribute More... | |
static int | staticCallback_setVKnotSequence (PyObject *self, PyObject *value, void *closure) |
setter callback for the VKnotSequence attribute More... | |
Additional Inherited Members | |
Protected Attributes inherited from Base::PyObjectBase | |
std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for GeomBSplineSurface.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~BSplineSurfacePy()
|
protected |
◆ BSplineSurfacePy()
BSplineSurfacePy::BSplineSurfacePy | ( | GeomBSplineSurface * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Referenced by PyMake(), and reparametrize().
Member Function Documentation
◆ approximate()
implementer for the approximate() method
References getGeomBSplineSurfacePtr(), Part::PartExceptionOCCError, Part::GeomBSplineSurface::setHandle(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by staticCallback_approximate().
◆ bounds()
implementer for the bounds() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_bounds().
◆ buildFromPolesMultsKnots()
implementer for the buildFromPolesMultsKnots() method
References getGeomBSplineSurfacePtr(), Part::PartExceptionOCCError, Part::GeomBSplineSurface::setHandle(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by staticCallback_buildFromPolesMultsKnots().
◆ exchangeUV()
implementer for the exchangeUV() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_exchangeUV().
◆ getCustomAttributes()
PyObject * BSplineSurfacePy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getFirstUKnotIndex()
Py::Object BSplineSurfacePy::getFirstUKnotIndex | ( | void | ) | const |
getter for the FirstUKnotIndex attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getFirstUKnotIndex().
◆ getFirstVKnotIndex()
Py::Object BSplineSurfacePy::getFirstVKnotIndex | ( | void | ) | const |
getter for the FirstVKnotIndex attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getFirstVKnotIndex().
◆ getGeomBSplineSurfacePtr()
GeomBSplineSurface * BSplineSurfacePy::getGeomBSplineSurfacePtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by approximate(), buildFromPolesMultsKnots(), and interpolate().
◆ getLastUKnotIndex()
Py::Object BSplineSurfacePy::getLastUKnotIndex | ( | void | ) | const |
getter for the LastUKnotIndex attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getLastUKnotIndex().
◆ getLastVKnotIndex()
Py::Object BSplineSurfacePy::getLastVKnotIndex | ( | void | ) | const |
getter for the LastVKnotIndex attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getLastVKnotIndex().
◆ getMaxDegree()
Py::Long BSplineSurfacePy::getMaxDegree | ( | void | ) | const |
getter for the MaxDegree attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getMaxDegree().
◆ getNbUKnots()
Py::Long BSplineSurfacePy::getNbUKnots | ( | void | ) | const |
getter for the NbUKnots attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getNbUKnots().
◆ getNbUPoles()
Py::Long BSplineSurfacePy::getNbUPoles | ( | void | ) | const |
getter for the NbUPoles attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getNbUPoles().
◆ getNbVKnots()
Py::Long BSplineSurfacePy::getNbVKnots | ( | void | ) | const |
getter for the NbVKnots attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getNbVKnots().
◆ getNbVPoles()
Py::Long BSplineSurfacePy::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().
◆ getPolesAndWeights()
implementer for the getPolesAndWeights() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, and PyType_Object::t.
Referenced by staticCallback_getPolesAndWeights().
◆ 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 BSplineSurfacePy::getUDegree | ( | void | ) | const |
getter for the UDegree attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getUDegree().
◆ getUKnot()
implementer for the getUKnot() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getUKnot().
◆ getUKnots()
implementer for the getUKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getUKnots().
◆ getUKnotSequence()
Py::List BSplineSurfacePy::getUKnotSequence | ( | void | ) | const |
getter for the UKnotSequence attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getUKnotSequence().
◆ getUMultiplicities()
implementer for the getUMultiplicities() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getUMultiplicities().
◆ getUMultiplicity()
implementer for the getUMultiplicity() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getUMultiplicity().
◆ getVDegree()
Py::Long BSplineSurfacePy::getVDegree | ( | void | ) | const |
getter for the VDegree attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getVDegree().
◆ getVKnot()
implementer for the getVKnot() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getVKnot().
◆ getVKnots()
implementer for the getVKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getVKnots().
◆ getVKnotSequence()
Py::List BSplineSurfacePy::getVKnotSequence | ( | void | ) | const |
getter for the VKnotSequence attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getVKnotSequence().
◆ getVMultiplicities()
implementer for the getVMultiplicities() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getVMultiplicities().
◆ getVMultiplicity()
implementer for the getVMultiplicity() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_getVMultiplicity().
◆ 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().
◆ increaseDegree()
implementer for the increaseDegree() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_increaseDegree().
◆ increaseUMultiplicity()
implementer for the increaseUMultiplicity() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_increaseUMultiplicity().
◆ increaseVMultiplicity()
implementer for the increaseVMultiplicity() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_increaseVMultiplicity().
◆ incrementUMultiplicity()
implementer for the incrementUMultiplicity() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_incrementUMultiplicity().
◆ incrementVMultiplicity()
implementer for the incrementVMultiplicity() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_incrementVMultiplicity().
◆ insertUKnot()
implementer for the insertUKnot() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertUKnot().
◆ insertUKnots()
implementer for the insertUKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertUKnots().
◆ insertVKnot()
implementer for the insertVKnot() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertVKnot().
◆ insertVKnots()
implementer for the insertVKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_insertVKnots().
◆ interpolate()
implementer for the interpolate() method
References getGeomBSplineSurfacePtr(), Part::PartExceptionOCCError, Part::GeomBSplineSurface::setHandle(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by staticCallback_interpolate().
◆ 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().
◆ movePoint()
implementer for the movePoint() method
References Part::GeometryPy::getGeometryPtr(), Part::PartExceptionOCCError, Base::VectorPy::Type, and Part::GeometrySurfacePy::value().
Referenced by staticCallback_movePoint().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::GeometrySurfacePy.
◆ PyMake()
References BSplineSurfacePy().
◆ removeUKnot()
implementer for the removeUKnot() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_removeUKnot().
◆ removeVKnot()
implementer for the removeVKnot() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_removeVKnot().
◆ reparametrize()
implementer for the reparametrize() method
References BSplineSurfacePy(), Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_reparametrize().
◆ representation()
std::string BSplineSurfacePy::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 BSplineSurfacePy::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, and Part::GeometrySurfacePy::value().
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().
◆ setUKnot()
implementer for the setUKnot() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_setUKnot().
◆ setUKnots()
implementer for the setUKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setUKnots().
◆ setUNotPeriodic()
implementer for the setUNotPeriodic() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setUNotPeriodic().
◆ setUOrigin()
implementer for the setUOrigin() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setUOrigin().
◆ setUPeriodic()
implementer for the setUPeriodic() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setUPeriodic().
◆ setVKnot()
implementer for the setVKnot() method
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_setVKnot().
◆ setVKnots()
implementer for the setVKnots() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setVKnots().
◆ setVNotPeriodic()
implementer for the setVNotPeriodic() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setVNotPeriodic().
◆ setVOrigin()
implementer for the setVOrigin() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setVOrigin().
◆ setVPeriodic()
implementer for the setVPeriodic() method
References Part::GeometryPy::getGeometryPtr(), and Part::PartExceptionOCCError.
Referenced by staticCallback_setVPeriodic().
◆ 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_approximate()
◆ staticCallback_bounds()
callback for the bounds() method
References Base::BaseExceptionFreeCADError, bounds(), Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_buildFromPolesMultsKnots()
|
static |
callback for the buildFromPolesMultsKnots() method
References Base::BaseExceptionFreeCADError, buildFromPolesMultsKnots(), Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_exchangeUV()
◆ staticCallback_getFirstUKnotIndex()
|
static |
getter callback for the FirstUKnotIndex attribute
References Base::BaseExceptionFreeCADError, getFirstUKnotIndex(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getFirstVKnotIndex()
|
static |
getter callback for the FirstVKnotIndex attribute
References Base::BaseExceptionFreeCADError, getFirstVKnotIndex(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getLastUKnotIndex()
|
static |
getter callback for the LastUKnotIndex attribute
References Base::BaseExceptionFreeCADError, getLastUKnotIndex(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getLastVKnotIndex()
|
static |
getter callback for the LastVKnotIndex attribute
References Base::BaseExceptionFreeCADError, getLastVKnotIndex(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getMaxDegree()
getter callback for the MaxDegree attribute
References Base::BaseExceptionFreeCADError, getMaxDegree(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getNbUKnots()
getter callback for the NbUKnots attribute
References Base::BaseExceptionFreeCADError, getNbUKnots(), 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_getNbVKnots()
getter callback for the NbVKnots attribute
References Base::BaseExceptionFreeCADError, getNbVKnots(), 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_getPolesAndWeights()
|
static |
callback for the getPolesAndWeights() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getPolesAndWeights(), 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_getUKnot()
callback for the getUKnot() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getUKnot(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getUKnots()
callback for the getUKnots() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getUKnots(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getUKnotSequence()
|
static |
getter callback for the UKnotSequence attribute
References Base::BaseExceptionFreeCADError, getUKnotSequence(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getUMultiplicities()
|
static |
callback for the getUMultiplicities() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getUMultiplicities(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getUMultiplicity()
|
static |
callback for the getUMultiplicity() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getUMultiplicity(), 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_getVKnot()
callback for the getVKnot() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getVKnot(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getVKnots()
callback for the getVKnots() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getVKnots(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getVKnotSequence()
|
static |
getter callback for the VKnotSequence attribute
References Base::BaseExceptionFreeCADError, getVKnotSequence(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getVMultiplicities()
|
static |
callback for the getVMultiplicities() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getVMultiplicities(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getVMultiplicity()
|
static |
callback for the getVMultiplicity() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), getVMultiplicity(), 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_increaseDegree()
◆ staticCallback_increaseUMultiplicity()
|
static |
callback for the increaseUMultiplicity() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), increaseUMultiplicity(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_increaseVMultiplicity()
|
static |
callback for the increaseVMultiplicity() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), increaseVMultiplicity(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_incrementUMultiplicity()
|
static |
callback for the incrementUMultiplicity() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), incrementUMultiplicity(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_incrementVMultiplicity()
|
static |
callback for the incrementVMultiplicity() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), incrementVMultiplicity(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
◆ staticCallback_insertUKnot()
◆ staticCallback_insertUKnots()
◆ staticCallback_insertVKnot()
◆ staticCallback_insertVKnots()
◆ staticCallback_interpolate()
◆ 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_movePoint()
◆ staticCallback_removeUKnot()
◆ staticCallback_removeVKnot()
◆ staticCallback_reparametrize()
|
static |
callback for the reparametrize() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and reparametrize().
◆ 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_setFirstUKnotIndex()
|
static |
setter callback for the FirstUKnotIndex attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setFirstVKnotIndex()
|
static |
setter callback for the FirstVKnotIndex attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setLastUKnotIndex()
|
static |
setter callback for the LastUKnotIndex attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setLastVKnotIndex()
|
static |
setter callback for the LastVKnotIndex attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setMaxDegree()
|
static |
setter callback for the MaxDegree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setNbUKnots()
|
static |
setter callback for the NbUKnots 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_setNbVKnots()
|
static |
setter callback for the NbVKnots 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_setUKnot()
◆ staticCallback_setUKnots()
◆ staticCallback_setUKnotSequence()
|
static |
setter callback for the UKnotSequence attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setUNotPeriodic()
◆ staticCallback_setUOrigin()
◆ staticCallback_setUPeriodic()
◆ staticCallback_setVDegree()
|
static |
setter callback for the VDegree attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setVKnot()
◆ staticCallback_setVKnots()
◆ staticCallback_setVKnotSequence()
|
static |
setter callback for the VKnotSequence attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setVNotPeriodic()
◆ staticCallback_setVOrigin()
◆ staticCallback_setVPeriodic()
◆ 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 BSplineSurfacePy.
◆ Methods
|
static |
Methods structure of BSplineSurfacePy.
◆ Type
|
static |
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/Part/App/BSplineSurfacePy.h
- src/Mod/Part/App/BSplineSurfacePyImp.cpp
- build/webdoc/src/Mod/Part/App/BSplineSurfacePy.cpp