The python export class for GeomPlateSurface. More...
#include <PlateSurfacePy.h>
Public Types | |
typedef GeomPlateSurface * | PointerType |
![]() | |
typedef GeomSurface * | PointerType |
![]() | |
typedef Geometry * | PointerType |
![]() | |
typedef Persistence * | PointerType |
![]() | |
typedef BaseClass * | PointerType |
![]() | |
typedef void * | PointerType |
enum | Status { Valid = 0 , Immutable = 1 , Notify = 2 , NoTrack = 3 } |
Public Member Functions | |
virtual PyTypeObject * | GetType (void) |
PlateSurfacePy (GeomPlateSurface *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 |
callbacks and implementers for the python object attributes | |
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... | |
GeomPlateSurface * | getGeomPlateSurfacePtr (void) const |
getter for the object handled by this class More... | |
![]() | |
GeometrySurfacePy (GeomSurface *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | toShape (PyObject *args) |
implementer for the toShape() method More... | |
PyObject * | getD0 (PyObject *args) |
implementer for the getD0() method More... | |
PyObject * | getDN (PyObject *args) |
implementer for the getDN() 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 * | projectPoint (PyObject *args, PyObject *kwd) |
implementer for the projectPoint() 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, PyObject *kwd) |
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... | |
Py::Object | getRotation (void) const |
getter for the Rotation 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... | |
![]() | |
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::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... | |
![]() | |
PersistencePy (Persistence *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | dumpContent (PyObject *args, PyObject *kwd) |
implementer for the dumpContent() method More... | |
PyObject * | restoreContent (PyObject *args) |
implementer for the restoreContent() method More... | |
Py::String | getContent (void) const |
getter for the Content attribute More... | |
Py::Int | getMemSize (void) const |
getter for the MemSize 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... | |
Persistence * | getPersistencePtr (void) const |
getter for the object handled by this class More... | |
![]() | |
BaseClassPy (BaseClass *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | isDerivedFrom (PyObject *args) |
implementer for the isDerivedFrom() method More... | |
PyObject * | getAllDerivedFrom (PyObject *args) |
implementer for the getAllDerivedFrom() method More... | |
Py::String | getTypeId (void) const |
getter for the TypeId attribute More... | |
Py::String | getModule (void) const |
getter for the Module 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... | |
BaseClass * | getBaseClassPtr (void) const |
getter for the object handled by this class More... | |
![]() | |
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 Member Functions | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_toShape (PyObject *self, PyObject *args) |
callback for the toShape() method More... | |
static PyObject * | staticCallback_getD0 (PyObject *self, PyObject *args) |
callback for the getD0() method More... | |
static PyObject * | staticCallback_getDN (PyObject *self, PyObject *args) |
callback for the getDN() method More... | |
static PyObject * | staticCallback_value (PyObject *self, PyObject *args) |
callback for the value() method More... | |
static PyObject * | staticCallback_tangent (PyObject *self, PyObject *args) |
callback for the tangent() method More... | |
static PyObject * | staticCallback_normal (PyObject *self, PyObject *args) |
callback for the normal() method More... | |
static PyObject * | staticCallback_projectPoint (PyObject *self, PyObject *args, PyObject *kwd) |
callback for the projectPoint() method More... | |
static PyObject * | staticCallback_isUmbillic (PyObject *self, PyObject *args) |
callback for the isUmbillic() method More... | |
static PyObject * | staticCallback_curvature (PyObject *self, PyObject *args) |
callback for the curvature() method More... | |
static PyObject * | staticCallback_curvatureDirections (PyObject *self, PyObject *args) |
callback for the curvatureDirections() method More... | |
static PyObject * | staticCallback_bounds (PyObject *self, PyObject *args) |
callback for the bounds() method More... | |
static PyObject * | staticCallback_isPlanar (PyObject *self, PyObject *args) |
callback for the isPlanar() method More... | |
static PyObject * | staticCallback_uIso (PyObject *self, PyObject *args) |
callback for the uIso() method More... | |
static PyObject * | staticCallback_vIso (PyObject *self, PyObject *args) |
callback for the vIso() method More... | |
static PyObject * | staticCallback_isUPeriodic (PyObject *self, PyObject *args) |
callback for the isUPeriodic() method More... | |
static PyObject * | staticCallback_isVPeriodic (PyObject *self, PyObject *args) |
callback for the isVPeriodic() method More... | |
static PyObject * | staticCallback_isUClosed (PyObject *self, PyObject *args) |
callback for the isUClosed() method More... | |
static PyObject * | staticCallback_isVClosed (PyObject *self, PyObject *args) |
callback for the isVClosed() method More... | |
static PyObject * | staticCallback_UPeriod (PyObject *self, PyObject *args) |
callback for the UPeriod() method More... | |
static PyObject * | staticCallback_VPeriod (PyObject *self, PyObject *args) |
callback for the VPeriod() method More... | |
static PyObject * | staticCallback_parameter (PyObject *self, PyObject *args) |
callback for the parameter() method More... | |
static PyObject * | staticCallback_toBSpline (PyObject *self, PyObject *args, PyObject *kwd) |
callback for the toBSpline() method More... | |
static PyObject * | staticCallback_intersect (PyObject *self, PyObject *args) |
callback for the intersect() method More... | |
static PyObject * | staticCallback_intersectSS (PyObject *self, PyObject *args) |
callback for the intersectSS() method More... | |
static PyObject * | staticCallback_getContinuity (PyObject *self, void *closure) |
getter callback for the Continuity attribute More... | |
static int | staticCallback_setContinuity (PyObject *self, PyObject *value, void *closure) |
setter callback for the Continuity attribute More... | |
static PyObject * | staticCallback_getRotation (PyObject *self, void *closure) |
getter callback for the Rotation attribute More... | |
static int | staticCallback_setRotation (PyObject *self, PyObject *value, void *closure) |
setter callback for the Rotation attribute More... | |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_mirror (PyObject *self, PyObject *args) |
callback for the mirror() method More... | |
static PyObject * | staticCallback_rotate (PyObject *self, PyObject *args) |
callback for the rotate() method More... | |
static PyObject * | staticCallback_scale (PyObject *self, PyObject *args) |
callback for the scale() method More... | |
static PyObject * | staticCallback_transform (PyObject *self, PyObject *args) |
callback for the transform() method More... | |
static PyObject * | staticCallback_translate (PyObject *self, PyObject *args) |
callback for the translate() method More... | |
static PyObject * | staticCallback_copy (PyObject *self, PyObject *args) |
callback for the copy() method More... | |
static PyObject * | staticCallback_clone (PyObject *self, PyObject *args) |
callback for the clone() method More... | |
static PyObject * | staticCallback_hasExtensionOfType (PyObject *self, PyObject *args) |
callback for the hasExtensionOfType() method More... | |
static PyObject * | staticCallback_hasExtensionOfName (PyObject *self, PyObject *args) |
callback for the hasExtensionOfName() method More... | |
static PyObject * | staticCallback_getExtensionOfType (PyObject *self, PyObject *args) |
callback for the getExtensionOfType() method More... | |
static PyObject * | staticCallback_getExtensionOfName (PyObject *self, PyObject *args) |
callback for the getExtensionOfName() method More... | |
static PyObject * | staticCallback_setExtension (PyObject *self, PyObject *args) |
callback for the setExtension() method More... | |
static PyObject * | staticCallback_deleteExtensionOfType (PyObject *self, PyObject *args) |
callback for the deleteExtensionOfType() method More... | |
static PyObject * | staticCallback_deleteExtensionOfName (PyObject *self, PyObject *args) |
callback for the deleteExtensionOfName() method More... | |
static PyObject * | staticCallback_getExtensions (PyObject *self, PyObject *args) |
callback for the getExtensions() method More... | |
static PyObject * | staticCallback_getTag (PyObject *self, void *closure) |
getter callback for the Tag attribute More... | |
static int | staticCallback_setTag (PyObject *self, PyObject *value, void *closure) |
setter callback for the Tag attribute More... | |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_dumpContent (PyObject *self, PyObject *args, PyObject *kwd) |
callback for the dumpContent() method More... | |
static PyObject * | staticCallback_restoreContent (PyObject *self, PyObject *args) |
callback for the restoreContent() method More... | |
static PyObject * | staticCallback_getContent (PyObject *self, void *closure) |
getter callback for the Content attribute More... | |
static int | staticCallback_setContent (PyObject *self, PyObject *value, void *closure) |
setter callback for the Content attribute More... | |
static PyObject * | staticCallback_getMemSize (PyObject *self, void *closure) |
getter callback for the MemSize attribute More... | |
static int | staticCallback_setMemSize (PyObject *self, PyObject *value, void *closure) |
setter callback for the MemSize attribute More... | |
![]() | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_isDerivedFrom (PyObject *self, PyObject *args) |
callback for the isDerivedFrom() method More... | |
static PyObject * | staticCallback_getAllDerivedFrom (PyObject *self, PyObject *args) |
callback for the getAllDerivedFrom() method More... | |
static PyObject * | staticCallback_getTypeId (PyObject *self, void *closure) |
getter callback for the TypeId attribute More... | |
static int | staticCallback_setTypeId (PyObject *self, PyObject *value, void *closure) |
setter callback for the TypeId attribute More... | |
static PyObject * | staticCallback_getModule (PyObject *self, void *closure) |
getter callback for the Module attribute More... | |
static int | staticCallback_setModule (PyObject *self, PyObject *value, void *closure) |
setter callback for the Module attribute More... | |
![]() | |
static void | PyDestructor (PyObject *P) |
Wrapper for the Python destructor. More... | |
Static Public Attributes | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of PlateSurfacePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of PlateSurfacePy. More... | |
static PyTypeObject | Type |
Type structure of PlateSurfacePy. More... | |
![]() | |
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 PyGetSetDef | GetterSetter [] |
Attribute structure of GeometryPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of GeometryPy. More... | |
static PyTypeObject | Type |
Type structure of GeometryPy. More... | |
![]() | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of PersistencePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of PersistencePy. More... | |
static PyTypeObject | Type |
Type structure of PersistencePy. More... | |
![]() | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of BaseClassPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of BaseClassPy. More... | |
static PyTypeObject | Type |
Type structure of BaseClassPy. More... | |
![]() | |
static PyMethodDef | Methods [] |
static PyTypeObject | Type |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~PlateSurfacePy () | |
![]() | |
~GeometrySurfacePy () | |
![]() | |
~GeometryPy () | |
![]() | |
~PersistencePy () | |
![]() | |
~BaseClassPy () | |
![]() | |
void | setTwinPointer (void *ptr) |
Overrides the pointer to the twin object. More... | |
virtual | ~PyObjectBase () |
destructor More... | |
callbacks and implementers for the python object methods | |
PyObject * | makeApprox (PyObject *args, PyObject *kwd) |
implementer for the makeApprox() method More... | |
static PyObject * | staticCallback_makeApprox (PyObject *self, PyObject *args, PyObject *kwd) |
callback for the makeApprox() method More... | |
Additional Inherited Members | |
![]() | |
std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for GeomPlateSurface.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~PlateSurfacePy()
|
protected |
◆ PlateSurfacePy()
PlateSurfacePy::PlateSurfacePy | ( | GeomPlateSurface * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Referenced by PyMake().
Member Function Documentation
◆ getCustomAttributes()
PyObject * PlateSurfacePy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getGeomPlateSurfacePtr()
GeomPlateSurface * PlateSurfacePy::getGeomPlateSurfacePtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by makeApprox(), and PyInit().
◆ GetType()
|
virtual |
Reimplemented from Part::GeometrySurfacePy.
◆ makeApprox()
implementer for the makeApprox() method
References getGeomPlateSurfacePtr().
Referenced by staticCallback_makeApprox().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Part::GeometrySurfacePy.
References Part::GeometryPy::getGeometryPtr(), getGeomPlateSurfacePtr(), Part::PartExceptionOCCError, Part::GeomPlateSurface::setHandle(), Part::GeometryPy::Type, and draftgeoutils.general::vec().
◆ PyMake()
References PlateSurfacePy().
◆ representation()
std::string PlateSurfacePy::representation | ( | void | ) | const |
Referenced by ifc4.ifcproduct::placementforshaperepresentation(), automotive_design.motion_link_relationship::wr1(), automotive_design.pcurve::wr1(), automotive_design.degenerate_pcurve::wr1(), config_control_design.pcurve::wr1(), config_control_design.degenerate_pcurve::wr1(), ifc2x3.ifcproduct::wr1(), automotive_design.pcurve::wr2(), automotive_design.degenerate_pcurve::wr2(), config_control_design.pcurve::wr2(), and config_control_design.degenerate_pcurve::wr2().
◆ setCustomAttributes()
int PlateSurfacePy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ staticCallback_makeApprox()
|
static |
callback for the makeApprox() method
References Base::BaseExceptionFreeCADAbort, Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), makeApprox(), Base::PyObjectBase::PyObjectBase(), and Base::PyObjectBase::startNotify().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of PlateSurfacePy.
◆ Methods
|
static |
Methods structure of PlateSurfacePy.
◆ Type
|
static |
Type structure of PlateSurfacePy.
Referenced by ArchPanel.CommandPanelSheet::Activated(), draftobjects.draft_annotation.DraftAnnotation::add_missing_properties_0v19(), ArchStructure.StructSelectionObserver::addSelection(), ArchSite.Compass::buildCoordinates(), ArchComponent.Component::execute(), draftobjects.layer.LayerContainer::execute(), ArchAxis.CommandArchGrid::IsActive(), ArchSchedule.CommandArchSchedule::IsActive(), draftobjects.layer.Layer::set_properties(), and ArchReference.ArchReference::setProperties().
The documentation for this class was generated from the following files:
- Sources/FreeCAD-SourceDocs/src/Mod/Part/App/PlateSurfacePy.h
- Sources/FreeCAD/src/Mod/Part/App/PlateSurfacePyImp.cpp
- Sources/FreeCAD-SourceDocs/src/Mod/Part/App/PlateSurfacePy.cpp