The python export class for GeomOffsetSurface. More...
#include <OffsetSurfacePy.h>
Public Types | |
| typedef GeomOffsetSurface * | 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 | |
| virtual PyTypeObject * | GetType (void) |
| OffsetSurfacePy (GeomOffsetSurface *pcObject, PyTypeObject *T=&Type) | |
| 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 OffsetSurfacePy. More... | |
| static PyMethodDef | Methods [] |
| Methods structure of OffsetSurfacePy. More... | |
| static PyTypeObject | Type |
| Type structure of OffsetSurfacePy. 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 | |
| ~OffsetSurfacePy () | |
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::Float | getOffsetValue (void) const |
| getter for the OffsetValue attribute More... | |
| void | setOffsetValue (Py::Float arg) |
| setter for the OffsetValue attribute More... | |
| Py::Object | getBasisSurface (void) const |
| getter for the BasisSurface attribute More... | |
| void | setBasisSurface (Py::Object arg) |
| setter for the BasisSurface 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... | |
| GeomOffsetSurface * | getGeomOffsetSurfacePtr (void) const |
| getter for the object handled by this class More... | |
| static PyObject * | staticCallback_getOffsetValue (PyObject *self, void *closure) |
| getter callback for the OffsetValue attribute More... | |
| static int | staticCallback_setOffsetValue (PyObject *self, PyObject *value, void *closure) |
| setter callback for the OffsetValue attribute More... | |
| static PyObject * | staticCallback_getBasisSurface (PyObject *self, void *closure) |
| getter callback for the BasisSurface attribute More... | |
| static int | staticCallback_setBasisSurface (PyObject *self, PyObject *value, void *closure) |
| setter callback for the BasisSurface attribute More... | |
Additional Inherited Members | |
Protected Attributes inherited from Base::PyObjectBase | |
| std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for GeomOffsetSurface.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~OffsetSurfacePy()
|
protected |
◆ OffsetSurfacePy()
| OffsetSurfacePy::OffsetSurfacePy | ( | GeomOffsetSurface * | pcObject, |
| PyTypeObject * | T = &Type |
||
| ) |
Referenced by PyMake().
Member Function Documentation
◆ getBasisSurface()
| Py::Object OffsetSurfacePy::getBasisSurface | ( | void | ) | const |
getter for the BasisSurface attribute
References Part::GeometryPy::getGeometryPtr(), Base::BaseClass::getPyObject(), and Part::makeFromSurface().
Referenced by staticCallback_getBasisSurface().
◆ getCustomAttributes()
| PyObject * OffsetSurfacePy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getGeomOffsetSurfacePtr()
| GeomOffsetSurface * OffsetSurfacePy::getGeomOffsetSurfacePtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by PyInit().
◆ getOffsetValue()
| Py::Float OffsetSurfacePy::getOffsetValue | ( | void | ) | const |
getter for the OffsetValue attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_getOffsetValue().
◆ GetType()
|
virtual |
Reimplemented from Part::GeometrySurfacePy.
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::GeometrySurfacePy.
References Part::GeometryPy::getGeometryPtr(), getGeomOffsetSurfacePtr(), Part::PartExceptionOCCError, Part::GeomOffsetSurface::setHandle(), and Part::GeometryPy::Type.
◆ PyMake()
References OffsetSurfacePy().
◆ representation()
| std::string OffsetSurfacePy::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().
◆ setBasisSurface()
| void OffsetSurfacePy::setBasisSurface | ( | Py::Object | arg | ) |
setter for the BasisSurface attribute
References Part::GeometryPy::getGeometryPtr(), and Part::GeometryPy::Type.
Referenced by staticCallback_setBasisSurface().
◆ setCustomAttributes()
| int OffsetSurfacePy::setCustomAttributes | ( | const char * | attr, |
| PyObject * | obj | ||
| ) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ setOffsetValue()
| void OffsetSurfacePy::setOffsetValue | ( | Py::Float | arg | ) |
setter for the OffsetValue attribute
References Part::GeometryPy::getGeometryPtr().
Referenced by staticCallback_setOffsetValue().
◆ staticCallback_getBasisSurface()
|
static |
getter callback for the BasisSurface attribute
References Base::BaseExceptionFreeCADError, getBasisSurface(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getOffsetValue()
|
static |
getter callback for the OffsetValue attribute
References Base::BaseExceptionFreeCADError, getOffsetValue(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setBasisSurface()
|
static |
setter callback for the BasisSurface attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setBasisSurface().
◆ staticCallback_setOffsetValue()
|
static |
setter callback for the OffsetValue attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setOffsetValue().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of OffsetSurfacePy.
◆ Methods
|
static |
Methods structure of OffsetSurfacePy.
◆ Type
|
static |
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/Part/App/OffsetSurfacePy.h
- src/Mod/Part/App/OffsetSurfacePyImp.cpp
- build/webdoc/src/Mod/Part/App/OffsetSurfacePy.cpp
Public Types inherited from
1.8.17