The PyObjectBase class, exports the class as a python type PyObjectBase is the base class for all C++ classes which need to get exported into the python namespace. More...

#include <PyObjectBase.h>

Public Types

typedef void * PointerType
 
enum  Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 }
 

Public Member Functions

PyObjectBaseDecRef (void)
 decref method wrapper (see python extending manual)
More...
 
virtual PyTypeObject * GetType (void)
 
PyObjectBaseIncRef (void)
 incref method wrapper (see python extending manual) More...
 
bool isConst ()
 
bool isNotTracking () const
 
bool isValid ()
 
virtual int PyInit (PyObject *, PyObject *)
 PyInit method Override this method to initialize a newly created instance of the class (Constructor) More...
 
 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 void PyDestructor (PyObject *P)
 Wrapper for the Python destructor. More...
 

Static Public Attributes

static PyMethodDef Methods []
 
static PyTypeObject Type
 Py_Header struct from python.h. More...
 

Protected Member Functions

virtual ~PyObjectBase ()
 destructor More...
 

Protected Attributes

std::bitset< 32 > StatusBits
 

Detailed Description

The PyObjectBase class, exports the class as a python type PyObjectBase is the base class for all C++ classes which need to get exported into the python namespace.

This class is very important because nearly all important classes in FreeCAD are visible in python for macro recording and automation purpose. The class App::Document is a good expample for an exported class. There are some convenience macros to make it easier to inherit from this class and defining new methods exported to python. PYFUNCDEF_D defines a new exported method. PYFUNCIMP_D defines the implementation of the new exported method. In the implementation you can use Py_Return, Py_Error, Py_Try and Py_Assert. PYMETHODEDEF makes the entry in the python method table.

See also
Document
PYFUNCDEF_D
PYFUNCIMP_D
PYMETHODEDEF
Py_Return
Py_Error
Py_Try
Py_Assert

Member Typedef Documentation

◆ PointerType

Member Enumeration Documentation

◆ Status

Enumerator
Valid 
Immutable 
Notify 
NoTrack 

Constructor & Destructor Documentation

◆ ~PyObjectBase()

PyObjectBase::~PyObjectBase ( )
protectedvirtual

destructor

References Base::Console(), and Base::ConsoleSingleton::Log().

◆ PyObjectBase()

PyObjectBase::PyObjectBase ( void *  p,
PyTypeObject *  T 
)

Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject.

References Base::Console(), Base::ConsoleSingleton::Log(), Notify, StatusBits, and Valid.

Referenced by Part::TopoShapePy::staticCallback___getstate__(), Part::BSplineCurvePy::staticCallback___reduce__(), Part::TopoShapePy::staticCallback___setstate__(), Path::AreaPy::staticCallback_abort(), App::DocumentPy::staticCallback_abortTransaction(), Gui::WorkbenchPy::staticCallback_activate(), Gui::DocumentPy::staticCallback_activeObject(), Gui::DocumentPy::staticCallback_activeView(), Part::TopoShapeCompoundPy::staticCallback_add(), Part::TopoShapeCompSolidPy::staticCallback_add(), Part::TopoShapeShellPy::staticCallback_add(), Path::AreaPy::staticCallback_add(), Part::TopoShapeWirePy::staticCallback_add(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_add(), Gui::DocumentPy::staticCallback_addAnnotation(), Path::PathPy::staticCallback_addCommands(), Sketcher::SketchPy::staticCallback_addConstraint(), Sketcher::SketchObjectPy::staticCallback_addConstraint(), Sketcher::SketchObjectPy::staticCallback_addCopy(), Gui::ViewProviderPy::staticCallback_addDisplayMode(), Fem::FemMeshPy::staticCallback_addEdge(), App::ExtensionContainerPy::staticCallback_addExtension(), Sketcher::SketchObjectPy::staticCallback_addExternal(), Fem::FemMeshPy::staticCallback_addFace(), Mesh::MeshPy::staticCallback_addFacet(), Mesh::MeshPy::staticCallback_addFacets(), Sketcher::SketchObjectPy::staticCallback_addGeometry(), Sketcher::SketchPy::staticCallback_addGeometry(), Fem::FemMeshPy::staticCallback_addHypothesis(), Mesh::MeshPy::staticCallback_addMesh(), Sketcher::SketchObjectPy::staticCallback_addMove(), Fem::FemMeshPy::staticCallback_addNode(), Path::FeaturePathCompoundPy::staticCallback_addObject(), App::GroupExtensionPy::staticCallback_addObject(), App::DocumentPy::staticCallback_addObject(), App::GroupExtensionPy::staticCallback_addObjects(), Points::PointsPy::staticCallback_addPoints(), TechDraw::DrawProjGroupPy::staticCallback_addProjection(), App::DocumentObjectPy::staticCallback_addProperty(), Gui::ViewProviderPy::staticCallback_addProperty(), Fem::FemMeshPy::staticCallback_addQuad(), Sketcher::SketchObjectPy::staticCallback_addRectangularArray(), Measure::MeasurementPy::staticCallback_addReference3D(), MeshGui::ViewProviderMeshPy::staticCallback_addSelection(), Sketcher::SketchObjectPy::staticCallback_addSymmetric(), Path::TooltablePy::staticCallback_addTools(), TechDraw::DrawPagePy::staticCallback_addView(), TechDraw::DrawViewClipPy::staticCallback_addView(), TechDraw::DrawViewCollectionPy::staticCallback_addView(), Fem::FemMeshPy::staticCallback_addVolume(), Sketcher::SketchObjectPy::staticCallback_analyseMissingPointOnPointCoincident(), Part::TopoShapePy::staticCallback_ancestorsOfType(), Measure::MeasurementPy::staticCallback_angle(), Gui::PythonWorkbenchPy::staticCallback_appendCommandbar(), Gui::PythonWorkbenchPy::staticCallback_AppendCommandbar(), Gui::PythonWorkbenchPy::staticCallback_appendContextMenu(), Gui::PythonWorkbenchPy::staticCallback_AppendContextMenu(), Gui::PythonWorkbenchPy::staticCallback_appendMenu(), Gui::PythonWorkbenchPy::staticCallback_AppendMenu(), Gui::PythonWorkbenchPy::staticCallback_appendToolbar(), Gui::PythonWorkbenchPy::staticCallback_AppendToolbar(), PathSimulator::PathSimPy::staticCallback_ApplyCommand(), FemGui::ViewProviderFemMeshPy::staticCallback_applyDisplacement(), Part::TopoShapeWirePy::staticCallback_approximate(), Part::BSplineCurve2dPy::staticCallback_approximate(), Part::BSplineCurvePy::staticCallback_approximate(), Part::BSplineSurfacePy::staticCallback_approximate(), Part::Curve2dPy::staticCallback_approximateBSpline(), Part::GeometryCurvePy::staticCallback_approximateBSpline(), Sketcher::SketchObjectPy::staticCallback_autoconstraint(), TechDraw::DrawProjGroupItemPy::staticCallback_autoPosition(), Sketcher::SketchObjectPy::staticCallback_autoRemoveRedundants(), PathSimulator::PathSimPy::staticCallback_BeginSimulation(), Part::BezierSurfacePy::staticCallback_bounds(), Part::BSplineSurfacePy::staticCallback_bounds(), Part::GeometrySurfacePy::staticCallback_bounds(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_build(), Part::BSplineCurve2dPy::staticCallback_buildFromPoles(), Part::BSplineCurvePy::staticCallback_buildFromPoles(), Part::BSplineCurve2dPy::staticCallback_buildFromPolesMultsKnots(), Part::BSplineCurvePy::staticCallback_buildFromPolesMultsKnots(), Part::BSplineSurfacePy::staticCallback_buildFromPolesMultsKnots(), App::LinkBaseExtensionPy::staticCallback_cacheChildLabel(), Sketcher::SketchObjectPy::staticCallback_calculateAngleViaPoint(), Attacher::AttachEnginePy::staticCallback_calculateAttachedPlacement(), Sketcher::SketchObjectPy::staticCallback_calculateConstraintError(), Sketcher::SketchObjectPy::staticCallback_carbonCopy(), Part::Curve2dPy::staticCallback_centerOfCurvature(), Part::GeometryCurvePy::staticCallback_centerOfCurvature(), Part::TopoShapeEdgePy::staticCallback_centerOfCurvatureAt(), Part::AttachExtensionPy::staticCallback_changeAttacherType(), Sketcher::SketchObjectPy::staticCallback_changeConstraintsLocking(), Robot::Robot6AxisPy::staticCallback_check(), Part::TopoShapePy::staticCallback_check(), Part::TopoShapePy::staticCallback_childShapes(), Gui::ViewProviderPy::staticCallback_claimChildren(), Part::TopoShapePy::staticCallback_cleaned(), Measure::MeasurementPy::staticCallback_clear(), Sketcher::SketchPy::staticCallback_clear(), Spreadsheet::SheetPy::staticCallback_clear(), Mesh::MeshPy::staticCallback_clear(), Spreadsheet::SheetPy::staticCallback_clearAll(), TechDraw::DrawViewPartPy::staticCallback_clearCenterLines(), TechDraw::DrawViewPartPy::staticCallback_clearCosmeticEdges(), TechDraw::DrawViewPartPy::staticCallback_clearCosmeticVertices(), TechDraw::DrawViewPartPy::staticCallback_clearGeomFormats(), MeshGui::ViewProviderMeshPy::staticCallback_clearSelection(), App::DocumentPy::staticCallback_clearUndos(), TechDraw::CosmeticEdgePy::staticCallback_clone(), TechDraw::CosmeticVertexPy::staticCallback_clone(), TechDraw::CenterLinePy::staticCallback_clone(), TechDraw::GeomFormatPy::staticCallback_clone(), Part::GeometryPy::staticCallback_clone(), Mesh::MeshPy::staticCallback_coarsen(), Mesh::MeshPy::staticCallback_collapseEdge(), Mesh::MeshPy::staticCallback_collapseFacet(), Mesh::MeshPy::staticCallback_collapseFacets(), Measure::MeasurementPy::staticCallback_com(), App::DocumentPy::staticCallback_commitTransaction(), Part::TopoShapePy::staticCallback_common(), Part::TopoShapePy::staticCallback_complement(), Part::ParabolaPy::staticCallback_compute(), Fem::FemMeshPy::staticCallback_compute(), App::LinkBaseExtensionPy::staticCallback_configLinkProperty(), Part::TopoShapeCompoundPy::staticCallback_connectEdgesToWires(), Sketcher::SketchObjectPy::staticCallback_convertToNURBS(), Part::GeometryExtensionPy::staticCallback_copy(), Path::ToolPy::staticCallback_copy(), Path::TooltablePy::staticCallback_copy(), Points::PointsPy::staticCallback_copy(), TechDraw::CosmeticVertexPy::staticCallback_copy(), TechDraw::CosmeticEdgePy::staticCallback_copy(), TechDraw::CenterLinePy::staticCallback_copy(), TechDraw::GeomFormatPy::staticCallback_copy(), Mesh::MeshPy::staticCallback_copy(), Part::Geometry2dPy::staticCallback_copy(), Part::GeometryPy::staticCallback_copy(), Attacher::AttachEnginePy::staticCallback_copy(), Path::PathPy::staticCallback_copy(), Fem::FemMeshPy::staticCallback_copy(), Part::TopoShapePy::staticCallback_copy(), App::DocumentPy::staticCallback_copyObject(), Mesh::MeshPy::staticCallback_countComponents(), Mesh::MeshFeaturePy::staticCallback_countFacets(), Mesh::MeshPy::staticCallback_countNonUniformOrientedFacets(), Mesh::MeshFeaturePy::staticCallback_countPoints(), Mesh::MeshPy::staticCallback_countSegments(), Mesh::MeshPy::staticCallback_crossSections(), Part::GeometrySurfacePy::staticCallback_curvature(), Part::Curve2dPy::staticCallback_curvature(), Part::GeometryCurvePy::staticCallback_curvature(), Part::TopoShapeFacePy::staticCallback_curvatureAt(), Part::TopoShapeEdgePy::staticCallback_curvatureAt(), Part::GeometrySurfacePy::staticCallback_curvatureDirections(), Part::TopoShapeFacePy::staticCallback_curveOnSurface(), Part::TopoShapePy::staticCallback_cut(), Mesh::MeshPy::staticCallback_cut(), Part::TopoShapeFacePy::staticCallback_cutHoles(), Mesh::MeshPy::staticCallback_decimate(), Part::TopoShapePy::staticCallback_defeaturing(), Sketcher::SketchObjectPy::staticCallback_delConstraint(), Sketcher::SketchObjectPy::staticCallback_delConstraintOnPoint(), Sketcher::SketchObjectPy::staticCallback_deleteAllConstraints(), Sketcher::SketchObjectPy::staticCallback_deleteAllGeometry(), Path::PathPy::staticCallback_deleteCommand(), Part::GeometryPy::staticCallback_deleteExtensionOfName(), Part::GeometryPy::staticCallback_deleteExtensionOfType(), Robot::TrajectoryPy::staticCallback_deleteLast(), Path::TooltablePy::staticCallback_deleteTool(), Sketcher::SketchObjectPy::staticCallback_DeleteUnusedInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_deleteUnusedInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_delExternal(), Sketcher::SketchObjectPy::staticCallback_delGeometry(), Measure::MeasurementPy::staticCallback_delta(), Part::TopoShapeFacePy::staticCallback_derivative1At(), Part::TopoShapeEdgePy::staticCallback_derivative1At(), Part::TopoShapeFacePy::staticCallback_derivative2At(), Part::TopoShapeEdgePy::staticCallback_derivative2At(), Part::TopoShapeEdgePy::staticCallback_derivative3At(), Sketcher::SketchObjectPy::staticCallback_detectMissingEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_detectMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_detectMissingVerticalHorizontalConstraints(), Mesh::MeshPy::staticCallback_difference(), Part::GeometryCurvePy::staticCallback_discretize(), Part::Curve2dPy::staticCallback_discretize(), Part::TopoShapeWirePy::staticCallback_discretize(), Part::TopoShapeEdgePy::staticCallback_discretize(), Part::TopoShapePy::staticCallback_distToShape(), Attacher::AttachEnginePy::staticCallback_downgradeRefType(), TechDraw::DrawParametricTemplatePy::staticCallback_drawLine(), App::PropertyContainerPy::staticCallback_dumpPropertyContent(), TechDraw::DrawViewSymbolPy::staticCallback_dumpSymbol(), Part::TopoShapePy::staticCallback_dumpToString(), App::DocumentObjectPy::staticCallback_enforceRecompute(), Part::BezierSurfacePy::staticCallback_exchangeUV(), Part::BSplineSurfacePy::staticCallback_exchangeUV(), App::LinkBaseExtensionPy::staticCallback_expandSubname(), Part::TopoShapePy::staticCallback_exportBinary(), Part::TopoShapePy::staticCallback_exportBrep(), Part::TopoShapePy::staticCallback_exportBrepToString(), Spreadsheet::SheetPy::staticCallback_exportFile(), App::DocumentPy::staticCallback_exportGraphviz(), Part::TopoShapePy::staticCallback_exportIges(), Part::TopoShapePy::staticCallback_exportStep(), Part::TopoShapePy::staticCallback_exportStl(), Sketcher::SketchObjectPy::staticCallback_ExposeInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_exposeInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_extend(), Part::TopoShapePy::staticCallback_extrude(), Sketcher::SketchObjectPy::staticCallback_fillet(), Mesh::MeshPy::staticCallback_fillupHoles(), App::DocumentPy::staticCallback_findObjects(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_firstShape(), Part::TopoShapeEdgePy::staticCallback_firstVertex(), Part::TopoShapePy::staticCallback_fix(), Mesh::MeshPy::staticCallback_fixCaps(), Mesh::MeshPy::staticCallback_fixDeformations(), Mesh::MeshFeaturePy::staticCallback_fixDegenerations(), Mesh::MeshPy::staticCallback_fixDegenerations(), Mesh::MeshFeaturePy::staticCallback_fixIndices(), Mesh::MeshPy::staticCallback_fixIndices(), Mesh::MeshFeaturePy::staticCallback_fixSelfIntersections(), Mesh::MeshPy::staticCallback_fixSelfIntersections(), Part::TopoShapePy::staticCallback_fixTolerance(), Part::TopoShapeWirePy::staticCallback_fixWire(), App::LinkBaseExtensionPy::staticCallback_flattenSubname(), Mesh::MeshPy::staticCallback_flipNormals(), Mesh::MeshPy::staticCallback_foraminate(), Points::PointsPy::staticCallback_fromSegment(), Points::PointsPy::staticCallback_fromValid(), Part::TopoShapePy::staticCallback_fuse(), Part::TopoShapePy::staticCallback_generalFuse(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_generated(), Spreadsheet::SheetPy::staticCallback_get(), Sketcher::SketchObjectPy::staticCallback_getActive(), Gui::DocumentPy::staticCallback_getActiveObject(), App::DocumentPy::staticCallback_getActiveObject(), Gui::DocumentPy::staticCallback_getActiveView(), Spreadsheet::SheetPy::staticCallback_getAlias(), Spreadsheet::SheetPy::staticCallback_getAlignment(), TechDraw::DrawPagePy::staticCallback_getAllViews(), App::MaterialPy::staticCallback_getAmbientColor(), TechDraw::DrawViewDimensionPy::staticCallback_getAnglePoints(), Part::ArcOfConicPy::staticCallback_getAngleXU(), Part::ConicPy::staticCallback_getAngleXU(), Gui::ViewProviderPy::staticCallback_getAnnotation(), Part::ConePy::staticCallback_getApex(), TechDraw::DrawViewDimensionPy::staticCallback_getArcPoints(), Path::FeatureAreaPy::staticCallback_getArea(), Part::SpherePy::staticCallback_getArea(), Part::ToroidPy::staticCallback_getArea(), Mesh::FacetPy::staticCallback_getArea(), Mesh::MeshPy::staticCallback_getArea(), Part::TopoShapePy::staticCallback_getArea(), Mesh::FacetPy::staticCallback_getAspectRatio(), Mesh::FacetPy::staticCallback_getAspectRatio2(), Part::AttachExtensionPy::staticCallback_getAttacher(), Attacher::AttachEnginePy::staticCallback_getAttacherType(), Attacher::AttachEnginePy::staticCallback_getAttachmentOffset(), Part::PlanePy::staticCallback_getAxis(), Part::ArcOfConicPy::staticCallback_getAxis(), Part::CylinderPy::staticCallback_getAxis(), Part::ConicPy::staticCallback_getAxis(), Part::ToroidPy::staticCallback_getAxis(), Part::SpherePy::staticCallback_getAxis(), Part::ConePy::staticCallback_getAxis(), Sketcher::SketchObjectPy::staticCallback_getAxis(), Robot::Robot6AxisPy::staticCallback_getAxis1(), Robot::Robot6AxisPy::staticCallback_getAxis2(), Robot::Robot6AxisPy::staticCallback_getAxis3(), Robot::Robot6AxisPy::staticCallback_getAxis4(), Robot::Robot6AxisPy::staticCallback_getAxis5(), Robot::Robot6AxisPy::staticCallback_getAxis6(), Sketcher::SketchObjectPy::staticCallback_getAxisCount(), Gui::AxisOriginPy::staticCallback_getAxisLength(), Spreadsheet::SheetPy::staticCallback_getBackground(), Part::TopoShapeShellPy::staticCallback_getBadEdges(), Robot::WaypointPy::staticCallback_getBase(), Robot::Robot6AxisPy::staticCallback_getBase(), PartDesign::FeaturePy::staticCallback_getBaseObject(), Part::OffsetCurve2dPy::staticCallback_getBasisCurve(), Part::OffsetCurvePy::staticCallback_getBasisCurve(), Part::SurfaceOfExtrusionPy::staticCallback_getBasisCurve(), Part::SurfaceOfRevolutionPy::staticCallback_getBasisCurve(), Part::OffsetSurfacePy::staticCallback_getBasisSurface(), Mesh::MeshPointPy::staticCallback_getBound(), Mesh::FacetPy::staticCallback_getBound(), Data::ComplexGeoDataPy::staticCallback_getBoundBox(), Gui::LinkViewPy::staticCallback_getBoundBox(), Part::BSplineCurve2dPy::staticCallback_getCardinalSplineTangents(), Part::BSplineCurvePy::staticCallback_getCardinalSplineTangents(), Fem::FemMeshPy::staticCallback_getccxVolumesByFace(), Spreadsheet::SheetPy::staticCallback_getCellFromAlias(), Part::ArcOfConicPy::staticCallback_getCenter(), Part::ConicPy::staticCallback_getCenter(), Part::CylinderPy::staticCallback_getCenter(), Part::ToroidPy::staticCallback_getCenter(), Part::SpherePy::staticCallback_getCenter(), Part::ConePy::staticCallback_getCenter(), Path::PathPy::staticCallback_getCenter(), Part::TopoShapeSolidPy::staticCallback_getCenterOfMass(), Part::TopoShapeShellPy::staticCallback_getCenterOfMass(), Part::TopoShapeWirePy::staticCallback_getCenterOfMass(), Part::TopoShapeFacePy::staticCallback_getCenterOfMass(), Part::TopoShapeEdgePy::staticCallback_getCenterOfMass(), Gui::LinkViewPy::staticCallback_getChildren(), TechDraw::DrawViewClipPy::staticCallback_getChildViewNames(), Part::ArcOfCirclePy::staticCallback_getCircle(), Part::ArcOfCircle2dPy::staticCallback_getCircle(), Mesh::FacetPy::staticCallback_getCircumCircle(), Part::Curve2dPy::staticCallback_getClosed(), Part::TopoShapeEdgePy::staticCallback_getClosed(), Spreadsheet::SheetPy::staticCallback_getColumnWidth(), Path::PathPy::staticCallback_getCommands(), Attacher::AttachEnginePy::staticCallback_getCompleteModeList(), Attacher::AttachEnginePy::staticCallback_getCompleteRefTypeList(), Part::TopoShapePy::staticCallback_getCompounds(), Part::TopoShapePy::staticCallback_getCompSolids(), Sketcher::SketchPy::staticCallback_getConflicts(), Sketcher::SketchPy::staticCallback_getConstraint(), Sketcher::SketchObjectPy::staticCallback_getConstraintCount(), Part::GeometryPy::staticCallback_getConstruction(), Robot::WaypointPy::staticCallback_getCont(), Spreadsheet::SheetPy::staticCallback_getContents(), Part::Curve2dPy::staticCallback_getContinuity(), Part::GeometrySurfacePy::staticCallback_getContinuity(), Part::GeometryCurvePy::staticCallback_getContinuity(), Path::ToolPy::staticCallback_getCornerRadius(), TechDraw::DrawViewPartPy::staticCallback_getCosmeticEdgeByIndex(), TechDraw::DrawViewPartPy::staticCallback_getCosmeticVertexByIndex(), Gui::LinkViewPy::staticCallback_getCount(), Mesh::MeshPy::staticCallback_getCountEdges(), Mesh::MeshPy::staticCallback_getCountFacets(), Points::PointsPy::staticCallback_getCountPoints(), Mesh::MeshPy::staticCallback_getCountPoints(), Part::TopoShapeEdgePy::staticCallback_getCurve(), Path::ToolPy::staticCallback_getCuttingEdgeAngle(), Path::ToolPy::staticCallback_getCuttingEdgeHeight(), Sketcher::SketchObjectPy::staticCallback_getDatum(), Path::AreaPy::staticCallback_getDefaultParams(), Part::TopoShapeEdgePy::staticCallback_getDegenerated(), Part::BezierCurvePy::staticCallback_getDegree(), Part::BezierCurve2dPy::staticCallback_getDegree(), Part::BSplineCurve2dPy::staticCallback_getDegree(), Part::BSplineCurvePy::staticCallback_getDegree(), App::DocumentPy::staticCallback_getDependencyGraph(), Gui::AxisOriginPy::staticCallback_getDetailPath(), Gui::LinkViewPy::staticCallback_getDetailPath(), Path::ToolPy::staticCallback_getDiameter(), App::MaterialPy::staticCallback_getDiffuseColor(), Part::Line2dPy::staticCallback_getDirection(), Part::LinePy::staticCallback_getDirection(), Part::SurfaceOfExtrusionPy::staticCallback_getDirection(), Part::SurfaceOfRevolutionPy::staticCallback_getDirection(), Spreadsheet::SheetPy::staticCallback_getDisplayUnit(), Gui::ViewProviderDocumentObjectPy::staticCallback_getDocument(), Gui::SelectionObjectPy::staticCallback_getDocument(), App::DocumentObjectPy::staticCallback_getDocument(), Gui::DocumentPy::staticCallback_getDocument(), App::PropertyContainerPy::staticCallback_getDocumentationOfProperty(), Gui::SelectionObjectPy::staticCallback_getDocumentName(), Gui::ViewProviderLinkPy::staticCallback_getDraggingPlacement(), Sketcher::ConstraintPy::staticCallback_getDriving(), Sketcher::SketchObjectPy::staticCallback_getDriving(), Robot::TrajectoryPy::staticCallback_getDuration(), Part::ArcOfConic2dPy::staticCallback_getEccentricity(), Part::Conic2dPy::staticCallback_getEccentricity(), Part::ConicPy::staticCallback_getEccentricity(), Fem::FemMeshPy::staticCallback_getEdgeCount(), Fem::FemMeshPy::staticCallback_getEdges(), Part::TopoShapePy::staticCallback_getEdges(), Fem::FemMeshPy::staticCallback_getEdgesByEdge(), Fem::FemMeshPy::staticCallback_getEdgesOnly(), TechDraw::DrawSVGTemplatePy::staticCallback_getEditFieldContent(), App::PropertyContainerPy::staticCallback_getEditorMode(), Mesh::MeshPy::staticCallback_getEigenSystem(), Part::TopoShapePy::staticCallback_getElement(), FemGui::ViewProviderFemMeshPy::staticCallback_getElementColor(), Fem::FemMeshPy::staticCallback_getElementNodes(), Gui::AxisOriginPy::staticCallback_getElementPicked(), Gui::LinkViewPy::staticCallback_getElementPicked(), Fem::FemMeshPy::staticCallback_getElementType(), Part::ArcOfEllipsePy::staticCallback_getEllipse(), Part::ArcOfEllipse2dPy::staticCallback_getEllipse(), App::MaterialPy::staticCallback_getEmissiveColor(), Part::BoundedCurvePy::staticCallback_getEndPoint(), Part::Line2dSegmentPy::staticCallback_getEndPoint(), Part::LineSegmentPy::staticCallback_getEndPoint(), Part::BezierCurvePy::staticCallback_getEndPoint(), Part::BezierCurve2dPy::staticCallback_getEndPoint(), Part::BSplineCurve2dPy::staticCallback_getEndPoint(), Part::BSplineCurvePy::staticCallback_getEndPoint(), Part::GeometryPy::staticCallback_getExtensionOfName(), Part::GeometryPy::staticCallback_getExtensionOfType(), Part::GeometryPy::staticCallback_getExtensions(), Fem::FemMeshPy::staticCallback_getFaceCount(), Fem::FemMeshPy::staticCallback_getFaces(), Part::TopoShapePy::staticCallback_getFaces(), Fem::FemMeshPy::staticCallback_getFacesByFace(), Data::ComplexGeoDataPy::staticCallback_getFacesFromSubelement(), Fem::FemMeshPy::staticCallback_getFacesOnly(), Mesh::MeshPy::staticCallback_getFacets(), Mesh::MeshPy::staticCallback_getFacetSelection(), Sketcher::ConstraintPy::staticCallback_getFirst(), Part::Curve2dPy::staticCallback_getFirstParameter(), Part::TopoShapeEdgePy::staticCallback_getFirstParameter(), Part::GeometryCurvePy::staticCallback_getFirstParameter(), Sketcher::ConstraintPy::staticCallback_getFirstPos(), Part::BSplineCurve2dPy::staticCallback_getFirstUKnotIndex(), Part::BSplineCurvePy::staticCallback_getFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getFirstVKnotIndex(), Path::ToolPy::staticCallback_getFlatRadius(), Part::Parabola2dPy::staticCallback_getFocal(), Part::ArcOfParabolaPy::staticCallback_getFocal(), Part::ArcOfParabola2dPy::staticCallback_getFocal(), Part::ParabolaPy::staticCallback_getFocal(), Part::Hyperbola2dPy::staticCallback_getFocal(), Part::HyperbolaPy::staticCallback_getFocal(), Part::EllipsePy::staticCallback_getFocal(), Part::Ellipse2dPy::staticCallback_getFocal(), Part::Parabola2dPy::staticCallback_getFocus(), Part::ParabolaPy::staticCallback_getFocus(), Part::Hyperbola2dPy::staticCallback_getFocus1(), Part::HyperbolaPy::staticCallback_getFocus1(), Part::EllipsePy::staticCallback_getFocus1(), Part::Ellipse2dPy::staticCallback_getFocus1(), Part::Hyperbola2dPy::staticCallback_getFocus2(), Part::HyperbolaPy::staticCallback_getFocus2(), Part::EllipsePy::staticCallback_getFocus2(), Part::Ellipse2dPy::staticCallback_getFocus2(), Spreadsheet::SheetPy::staticCallback_getForeground(), Part::TopoShapeShellPy::staticCallback_getFreeEdges(), Gui::SelectionObjectPy::staticCallback_getFullName(), Sketcher::SketchPy::staticCallback_getGeometries(), TechDraw::DrawParametricTemplatePy::staticCallback_getGeometryCount(), Sketcher::SketchObjectPy::staticCallback_getGeometryCount(), Sketcher::SketchObjectPy::staticCallback_getGeometryWithDependentParameters(), App::GeoFeaturePy::staticCallback_getGlobalPlacement(), Fem::FemMeshPy::staticCallback_getGroupCount(), Fem::FemMeshPy::staticCallback_getGroupElements(), Fem::FemMeshPy::staticCallback_getGroupElementType(), Fem::FemMeshPy::staticCallback_getGroupName(), App::PropertyContainerPy::staticCallback_getGroupOfProperty(), Fem::FemMeshPy::staticCallback_getGroups(), Gui::SelectionObjectPy::staticCallback_getHasSubObjects(), Fem::FemMeshPy::staticCallback_getHexaCount(), FemGui::ViewProviderFemMeshPy::staticCallback_getHighlightedNodes(), Part::ArcOfHyperbolaPy::staticCallback_getHyperbola(), Part::ArcOfHyperbola2dPy::staticCallback_getHyperbola(), Gui::ViewProviderPy::staticCallback_getIcon(), Sketcher::SketchGeometryExtensionPy::staticCallback_getId(), Fem::FemMeshPy::staticCallback_getIdByElementType(), Attacher::AttachEnginePy::staticCallback_getImplementedModes(), Mesh::FacetPy::staticCallback_getInCircle(), Mesh::MeshPointPy::staticCallback_getIndex(), Mesh::FacetPy::staticCallback_getIndex(), Gui::DocumentPy::staticCallback_getInEdit(), App::DocumentObjectPy::staticCallback_getInList(), App::DocumentObjectPy::staticCallback_getInListRecursive(), Mesh::MeshPy::staticCallback_getInternalFacets(), Sketcher::ConstraintPy::staticCallback_getInVirtualSpace(), Sketcher::ConstraintPy::staticCallback_getIsActive(), TechDraw::DrawProjGroupPy::staticCallback_getItemByLabel(), Gui::ViewProviderPy::staticCallback_getIV(), Part::BSplineCurve2dPy::staticCallback_getKnot(), Part::BSplineCurvePy::staticCallback_getKnot(), Part::BSplineCurve2dPy::staticCallback_getKnots(), Part::BSplineCurvePy::staticCallback_getKnots(), Part::BSplineCurve2dPy::staticCallback_getKnotSequence(), Part::BSplineCurvePy::staticCallback_getKnotSequence(), Gui::AxisOriginPy::staticCallback_getLabels(), Part::Curve2dPy::staticCallback_getLastParameter(), Part::TopoShapeEdgePy::staticCallback_getLastParameter(), Part::GeometryCurvePy::staticCallback_getLastParameter(), Fem::FemPostPipelinePy::staticCallback_getLastPostObject(), Part::BSplineCurve2dPy::staticCallback_getLastUKnotIndex(), Part::BSplineCurvePy::staticCallback_getLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getLastVKnotIndex(), Robot::TrajectoryPy::staticCallback_getLength(), Path::PathPy::staticCallback_getLength(), Part::TopoShapeEdgePy::staticCallback_getLength(), Part::TopoShapePy::staticCallback_getLength(), Path::ToolPy::staticCallback_getLengthOffset(), TechDraw::DrawViewDimensionPy::staticCallback_getLinearPoints(), Gui::AxisOriginPy::staticCallback_getLineWidth(), App::LinkBaseExtensionPy::staticCallback_getLinkedChildren(), Gui::LinkViewPy::staticCallback_getLinkedView(), App::LinkBaseExtensionPy::staticCallback_getLinkExtProperty(), App::LinkBaseExtensionPy::staticCallback_getLinkExtPropertyName(), App::LinkBaseExtensionPy::staticCallback_getLinkPropertyInfo(), Gui::ViewProviderLinkPy::staticCallback_getLinkView(), Part::Line2dPy::staticCallback_getLocation(), Part::ArcOfConicPy::staticCallback_getLocation(), Part::LinePy::staticCallback_getLocation(), Part::SurfaceOfRevolutionPy::staticCallback_getLocation(), Part::ConicPy::staticCallback_getLocation(), Part::ArcOfConic2dPy::staticCallback_getLocation(), Part::Conic2dPy::staticCallback_getLocation(), Part::Hyperbola2dPy::staticCallback_getMajorRadius(), Part::ArcOfEllipsePy::staticCallback_getMajorRadius(), Part::ArcOfHyperbolaPy::staticCallback_getMajorRadius(), Part::HyperbolaPy::staticCallback_getMajorRadius(), Part::EllipsePy::staticCallback_getMajorRadius(), Part::ArcOfEllipse2dPy::staticCallback_getMajorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_getMajorRadius(), Part::Ellipse2dPy::staticCallback_getMajorRadius(), Part::ToroidPy::staticCallback_getMajorRadius(), Part::TopoShapeSolidPy::staticCallback_getMass(), Part::TopoShapeShellPy::staticCallback_getMass(), Part::TopoShapeWirePy::staticCallback_getMass(), Part::TopoShapeFacePy::staticCallback_getMass(), Part::TopoShapeEdgePy::staticCallback_getMass(), Path::ToolPy::staticCallback_getMaterial(), Data::ComplexGeoDataPy::staticCallback_getMatrix(), Part::TopoShapeSolidPy::staticCallback_getMatrixOfInertia(), Part::TopoShapeShellPy::staticCallback_getMatrixOfInertia(), Part::TopoShapeWirePy::staticCallback_getMatrixOfInertia(), Part::TopoShapeFacePy::staticCallback_getMatrixOfInertia(), Part::TopoShapeEdgePy::staticCallback_getMatrixOfInertia(), Part::BezierCurvePy::staticCallback_getMaxDegree(), Part::BezierCurve2dPy::staticCallback_getMaxDegree(), Part::BezierSurfacePy::staticCallback_getMaxDegree(), Part::BSplineCurve2dPy::staticCallback_getMaxDegree(), Part::BSplineCurvePy::staticCallback_getMaxDegree(), Part::BSplineSurfacePy::staticCallback_getMaxDegree(), Part::Hyperbola2dPy::staticCallback_getMinorRadius(), Part::ArcOfEllipsePy::staticCallback_getMinorRadius(), Part::ArcOfHyperbolaPy::staticCallback_getMinorRadius(), Part::HyperbolaPy::staticCallback_getMinorRadius(), Part::ArcOfEllipse2dPy::staticCallback_getMinorRadius(), Part::EllipsePy::staticCallback_getMinorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_getMinorRadius(), Part::Ellipse2dPy::staticCallback_getMinorRadius(), Part::ToroidPy::staticCallback_getMinorRadius(), Sketcher::SketchObjectPy::staticCallback_getMissingLineEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_getMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_getMissingRadiusConstraints(), Sketcher::SketchObjectPy::staticCallback_getMissingVerticalHorizontalConstraints(), Attacher::AttachEnginePy::staticCallback_getMode(), Attacher::AttachEnginePy::staticCallback_getModeInfo(), Gui::DocumentPy::staticCallback_getModified(), Part::TopoShapeSolidPy::staticCallback_getMomentOfInertia(), Part::BSplineCurve2dPy::staticCallback_getMultiplicities(), Part::BSplineCurvePy::staticCallback_getMultiplicities(), Part::BSplineCurve2dPy::staticCallback_getMultiplicity(), Part::BSplineCurvePy::staticCallback_getMultiplicity(), Robot::WaypointPy::staticCallback_getName(), Part::GeometryExtensionPy::staticCallback_getName(), Path::CommandPy::staticCallback_getName(), Path::ToolPy::staticCallback_getName(), Sketcher::ConstraintPy::staticCallback_getName(), App::DocumentObjectPy::staticCallback_getName(), App::DocumentPy::staticCallback_getName(), Part::BSplineCurve2dPy::staticCallback_getNbKnots(), Part::BSplineCurvePy::staticCallback_getNbKnots(), Part::BezierCurvePy::staticCallback_getNbPoles(), Part::BezierCurve2dPy::staticCallback_getNbPoles(), Part::BSplineCurve2dPy::staticCallback_getNbPoles(), Part::BSplineCurvePy::staticCallback_getNbPoles(), Part::BSplineSurfacePy::staticCallback_getNbUKnots(), Part::BezierSurfacePy::staticCallback_getNbUPoles(), Part::BSplineSurfacePy::staticCallback_getNbUPoles(), Part::BSplineSurfacePy::staticCallback_getNbVKnots(), Part::BezierSurfacePy::staticCallback_getNbVPoles(), Part::BSplineSurfacePy::staticCallback_getNbVPoles(), Mesh::FacetPy::staticCallback_getNeighbourIndices(), Gui::AxisOriginPy::staticCallback_getNode(), Fem::FemMeshPy::staticCallback_getNodeById(), FemGui::ViewProviderFemMeshPy::staticCallback_getNodeColor(), Fem::FemMeshPy::staticCallback_getNodeCount(), FemGui::ViewProviderFemMeshPy::staticCallback_getNodeDisplacement(), Fem::FemMeshPy::staticCallback_getNodes(), Fem::FemMeshPy::staticCallback_getNodesByEdge(), Fem::FemMeshPy::staticCallback_getNodesByFace(), Fem::FemMeshPy::staticCallback_getNodesBySolid(), Fem::FemMeshPy::staticCallback_getNodesByVertex(), Mesh::MeshPy::staticCallback_getNonUniformOrientedFacets(), Mesh::MeshPointPy::staticCallback_getNormal(), Mesh::FacetPy::staticCallback_getNormal(), Gui::ViewProviderDocumentObjectPy::staticCallback_getObject(), App::GroupExtensionPy::staticCallback_getObject(), Gui::DocumentPy::staticCallback_getObject(), Gui::SelectionObjectPy::staticCallback_getObject(), App::DocumentPy::staticCallback_getObject(), Gui::SelectionObjectPy::staticCallback_getObjectName(), App::DocumentPy::staticCallback_getObjects(), App::DocumentPy::staticCallback_getObjectsByLabel(), Part::OffsetCurvePy::staticCallback_getOffsetDirection(), Part::OffsetCurve2dPy::staticCallback_getOffsetValue(), Part::OffsetCurvePy::staticCallback_getOffsetValue(), Part::OffsetSurfacePy::staticCallback_getOffsetValue(), Sketcher::SketchObjectPy::staticCallback_getOpenVertices(), Part::TopoShapeWirePy::staticCallback_getOrderedEdges(), Part::TopoShapeWirePy::staticCallback_getOrderedVertexes(), Part::TopoShapePy::staticCallback_getOrientation(), Part::TopoShapeSolidPy::staticCallback_getOuterShell(), Part::TopoShapeFacePy::staticCallback_getOuterWire(), App::DocumentObjectPy::staticCallback_getOutList(), App::DocumentObjectPy::staticCallback_getOutListRecursive(), Gui::LinkViewPy::staticCallback_getOwner(), TechDraw::DrawPagePy::staticCallback_getPageHeight(), TechDraw::DrawPagePy::staticCallback_getPageOrientation(), TechDraw::DrawPagePy::staticCallback_getPageWidth(), Part::ArcOfParabolaPy::staticCallback_getParabola(), Part::ArcOfParabola2dPy::staticCallback_getParabola(), Part::Parabola2dPy::staticCallback_getParameter(), Part::ParabolaPy::staticCallback_getParameter(), Attacher::AttachEnginePy::staticCallback_getParameter(), Part::TopoShapeEdgePy::staticCallback_getParameterByLength(), Part::TopoShapeFacePy::staticCallback_getParameterRange(), Part::TopoShapeEdgePy::staticCallback_getParameterRange(), Path::CommandPy::staticCallback_getParameters(), Path::AreaPy::staticCallback_getParams(), Path::AreaPy::staticCallback_getParamsDesc(), App::DocumentObjectPy::staticCallback_getParentGeoFeatureGroup(), App::DocumentObjectPy::staticCallback_getParentGroup(), App::GeoFeaturePy::staticCallback_getPaths(), App::DocumentObjectPy::staticCallback_getPathsByOutList(), Part::Curve2dPy::staticCallback_getPeriodic(), Gui::SelectionObjectPy::staticCallback_getPickedPoints(), Data::ComplexGeoDataPy::staticCallback_getPlacement(), Path::CommandPy::staticCallback_getPlacement(), Mesh::MeshPy::staticCallback_getPlanarSegments(), Gui::AxisOriginPy::staticCallback_getPlane(), Part::TopoShapeVertexPy::staticCallback_getPoint(), Sketcher::SketchObjectPy::staticCallback_getPoint(), Mesh::FacetPy::staticCallback_getPointIndices(), Mesh::MeshPy::staticCallback_getPointNormals(), Points::PointsPy::staticCallback_getPoints(), Mesh::FacetPy::staticCallback_getPoints(), Mesh::MeshPy::staticCallback_getPoints(), Mesh::MeshPy::staticCallback_getPointSelection(), Gui::AxisOriginPy::staticCallback_getPointSize(), Part::BezierCurvePy::staticCallback_getPole(), Part::BezierCurve2dPy::staticCallback_getPole(), Part::BSplineCurve2dPy::staticCallback_getPole(), Part::BSplineCurvePy::staticCallback_getPole(), Part::BezierSurfacePy::staticCallback_getPole(), Part::BSplineSurfacePy::staticCallback_getPole(), Part::BezierCurvePy::staticCallback_getPoles(), Part::BezierCurve2dPy::staticCallback_getPoles(), Part::BSplineCurve2dPy::staticCallback_getPoles(), Part::BSplineCurvePy::staticCallback_getPoles(), Part::BezierSurfacePy::staticCallback_getPoles(), Part::BSplineSurfacePy::staticCallback_getPoles(), Part::BSplineCurve2dPy::staticCallback_getPolesAndWeights(), Part::BSplineCurvePy::staticCallback_getPolesAndWeights(), Part::BSplineSurfacePy::staticCallback_getPolesAndWeights(), Fem::FemMeshPy::staticCallback_getPolygonCount(), Fem::FemMeshPy::staticCallback_getPolyhedronCount(), Robot::WaypointPy::staticCallback_getPos(), Part::PlanePy::staticCallback_getPosition(), Part::TopoShapeSolidPy::staticCallback_getPrincipalProperties(), Part::TopoShapeShellPy::staticCallback_getPrincipalProperties(), Part::TopoShapeWirePy::staticCallback_getPrincipalProperties(), Part::TopoShapeFacePy::staticCallback_getPrincipalProperties(), Part::TopoShapeEdgePy::staticCallback_getPrincipalProperties(), Fem::FemMeshPy::staticCallback_getPrismCount(), App::PropertyContainerPy::staticCallback_getPropertiesList(), App::PropertyContainerPy::staticCallback_getPropertyByName(), App::GeoFeaturePy::staticCallback_getPropertyNameOfGeometry(), Fem::FemMeshPy::staticCallback_getPyramidCount(), Fem::FemMeshPy::staticCallback_getQuadrangleCount(), Part::ArcOfCirclePy::staticCallback_getRadius(), Part::CirclePy::staticCallback_getRadius(), Part::ArcOfCircle2dPy::staticCallback_getRadius(), Part::Circle2dPy::staticCallback_getRadius(), Part::SpherePy::staticCallback_getRadius(), Part::CylinderPy::staticCallback_getRadius(), Part::ConePy::staticCallback_getRadius(), Part::TopoShapeSolidPy::staticCallback_getRadiusOfGyration(), App::DocumentPy::staticCallback_getRecomputesFrozen(), App::DocumentPy::staticCallback_getRedoCount(), App::DocumentPy::staticCallback_getRedoNames(), Sketcher::SketchPy::staticCallback_getRedundancies(), Sketcher::ExternalGeometryExtensionPy::staticCallback_getRef(), Attacher::AttachEnginePy::staticCallback_getReferences(), Attacher::AttachEnginePy::staticCallback_getRefTypeInfo(), Attacher::AttachEnginePy::staticCallback_getRefTypeOfShape(), Part::BezierCurvePy::staticCallback_getResolution(), Part::BezierCurve2dPy::staticCallback_getResolution(), Part::BSplineCurve2dPy::staticCallback_getResolution(), Part::BSplineCurvePy::staticCallback_getResolution(), Part::BezierSurfacePy::staticCallback_getResolution(), Part::BSplineSurfacePy::staticCallback_getResolution(), PathSimulator::PathSimPy::staticCallback_GetResultMesh(), Attacher::AttachEnginePy::staticCallback_getReverse(), Robot::RobotObjectPy::staticCallback_getRobot(), Gui::LinkViewPy::staticCallback_getRootNode(), Gui::ViewProviderPy::staticCallback_getRootNode(), App::DocumentPy::staticCallback_getRootObjects(), Mesh::FacetPy::staticCallback_getRoundness(), Spreadsheet::SheetPy::staticCallback_getRowHeight(), Gui::AxisOriginPy::staticCallback_getScale(), Sketcher::ConstraintPy::staticCallback_getSecond(), Sketcher::ConstraintPy::staticCallback_getSecondPos(), Path::AreaPy::staticCallback_getSections(), Mesh::MeshPy::staticCallback_getSegment(), Mesh::MeshPy::staticCallback_getSegmentsByCurvature(), Mesh::MeshPy::staticCallback_getSegmentsOfType(), Mesh::MeshPy::staticCallback_getSelfIntersections(), Part::ConePy::staticCallback_getSemiAngle(), Mesh::MeshPy::staticCallback_getSeparateComponents(), Path::AreaPy::staticCallback_getShape(), Sketcher::SketchPy::staticCallback_getShape(), Path::AreaPy::staticCallback_getShapes(), Part::TopoShapePy::staticCallback_getShapeType(), Part::TopoShapePy::staticCallback_getShells(), App::MaterialPy::staticCallback_getShininess(), Path::PathPy::staticCallback_getSize(), Part::TopoShapePy::staticCallback_getSolids(), App::MaterialPy::staticCallback_getSpecularColor(), Part::BoundedCurvePy::staticCallback_getStartPoint(), Part::Line2dSegmentPy::staticCallback_getStartPoint(), Part::LineSegmentPy::staticCallback_getStartPoint(), Part::BezierCurvePy::staticCallback_getStartPoint(), Part::BezierCurve2dPy::staticCallback_getStartPoint(), Part::BSplineCurve2dPy::staticCallback_getStartPoint(), Part::BSplineCurvePy::staticCallback_getStartPoint(), App::DocumentObjectPy::staticCallback_getState(), Part::TopoShapeSolidPy::staticCallback_getStaticMoments(), Part::TopoShapeShellPy::staticCallback_getStaticMoments(), Part::TopoShapeWirePy::staticCallback_getStaticMoments(), Part::TopoShapeFacePy::staticCallback_getStaticMoments(), Part::TopoShapeEdgePy::staticCallback_getStaticMoments(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_getStatus(), Spreadsheet::SheetPy::staticCallback_getStyle(), Gui::SelectionObjectPy::staticCallback_getSubElementNames(), Fem::FemMeshPy::staticCallback_getSubMeshCount(), Gui::LinkViewPy::staticCallback_getSubNames(), Gui::SelectionObjectPy::staticCallback_getSubObjects(), Part::TopoShapeFacePy::staticCallback_getSurface(), Part::GeometryPy::staticCallback_getTag(), Robot::Robot6AxisPy::staticCallback_getTcp(), App::DocumentPy::staticCallback_getTempFileName(), Fem::FemMeshPy::staticCallback_getTetraCount(), TechDraw::DrawViewDimensionPy::staticCallback_getText(), Sketcher::ConstraintPy::staticCallback_getThird(), Sketcher::ConstraintPy::staticCallback_getThirdPos(), Part::TopoShapeVertexPy::staticCallback_getTolerance(), Part::TopoShapeFacePy::staticCallback_getTolerance(), Part::TopoShapeEdgePy::staticCallback_getTolerance(), Part::TopoShapePy::staticCallback_getTolerance(), Path::TooltablePy::staticCallback_getTool(), PathSimulator::PathSimPy::staticCallback_getTool(), Robot::WaypointPy::staticCallback_getTool(), Path::ToolPy::staticCallback_getToolMaterials(), Path::TooltablePy::staticCallback_getTools(), Path::ToolPy::staticCallback_getToolType(), Path::ToolPy::staticCallback_getToolTypes(), App::DocumentPy::staticCallback_getTopologicalSortedObjects(), Mesh::MeshPy::staticCallback_getTopology(), App::MaterialPy::staticCallback_getTransparency(), Fem::FemMeshPy::staticCallback_getTriangleCount(), Sketcher::ConstraintPy::staticCallback_getType(), Robot::WaypointPy::staticCallback_getType(), App::PropertyContainerPy::staticCallback_getTypeIdOfProperty(), Gui::SelectionObjectPy::staticCallback_getTypeName(), App::PropertyContainerPy::staticCallback_getTypeOfProperty(), Part::BezierSurfacePy::staticCallback_getUDegree(), Part::BSplineSurfacePy::staticCallback_getUDegree(), Part::BSplineSurfacePy::staticCallback_getUKnot(), Part::BSplineSurfacePy::staticCallback_getUKnots(), Part::BSplineSurfacePy::staticCallback_getUKnotSequence(), Part::BSplineSurfacePy::staticCallback_getUMultiplicities(), Part::BSplineSurfacePy::staticCallback_getUMultiplicity(), App::DocumentPy::staticCallback_getUndoCount(), App::DocumentPy::staticCallback_getUndoMode(), App::DocumentPy::staticCallback_getUndoNames(), App::DocumentPy::staticCallback_getUndoRedoMemSize(), Gui::ViewProviderLinkPy::staticCallback_getUseCenterballDragger(), Part::TopoShapeFacePy::staticCallback_getUVNodes(), Part::GeometryBoolExtensionPy::staticCallback_getValue(), Part::GeometryDoubleExtensionPy::staticCallback_getValue(), Part::GeometryIntExtensionPy::staticCallback_getValue(), Part::GeometryStringExtensionPy::staticCallback_getValue(), Sketcher::ConstraintPy::staticCallback_getValue(), Part::BezierSurfacePy::staticCallback_getVDegree(), Part::BSplineSurfacePy::staticCallback_getVDegree(), Mesh::MeshPointPy::staticCallback_getVector(), Robot::WaypointPy::staticCallback_getVelocity(), Part::TopoShapePy::staticCallback_getVertexes(), App::DocumentObjectPy::staticCallback_getViewObject(), Sketcher::SketchObjectPy::staticCallback_getVirtualSpace(), Gui::LinkViewPy::staticCallback_getVisibilities(), FemGui::ViewProviderFemMeshPy::staticCallback_getVisibleElementFaces(), Part::BSplineSurfacePy::staticCallback_getVKnot(), Part::BSplineSurfacePy::staticCallback_getVKnots(), Part::BSplineSurfacePy::staticCallback_getVKnotSequence(), Part::BSplineSurfacePy::staticCallback_getVMultiplicities(), Part::BSplineSurfacePy::staticCallback_getVMultiplicity(), Part::SpherePy::staticCallback_getVolume(), Part::ToroidPy::staticCallback_getVolume(), Fem::FemMeshPy::staticCallback_getVolume(), Mesh::MeshPy::staticCallback_getVolume(), Part::TopoShapePy::staticCallback_getVolume(), Fem::FemMeshPy::staticCallback_getVolumeCount(), Fem::FemMeshPy::staticCallback_getVolumes(), Fem::FemMeshPy::staticCallback_getVolumesByFace(), Robot::TrajectoryPy::staticCallback_getWaypoints(), Part::BezierCurvePy::staticCallback_getWeight(), Part::BezierCurve2dPy::staticCallback_getWeight(), Part::BSplineCurve2dPy::staticCallback_getWeight(), Part::BSplineCurvePy::staticCallback_getWeight(), Part::BezierSurfacePy::staticCallback_getWeight(), Part::BSplineSurfacePy::staticCallback_getWeight(), Part::BezierCurvePy::staticCallback_getWeights(), Part::BezierCurve2dPy::staticCallback_getWeights(), Part::BSplineCurve2dPy::staticCallback_getWeights(), Part::BSplineCurvePy::staticCallback_getWeights(), Part::BezierSurfacePy::staticCallback_getWeights(), Part::BSplineSurfacePy::staticCallback_getWeights(), Part::TopoShapeFacePy::staticCallback_getWire(), Part::TopoShapePy::staticCallback_getWires(), Path::FeatureAreaPy::staticCallback_getWorkPlane(), Path::AreaPy::staticCallback_getWorkplane(), Part::TopoShapeVertexPy::staticCallback_getX(), Part::PointPy::staticCallback_getX(), Mesh::MeshPointPy::staticCallback_getx(), Part::ArcOfConic2dPy::staticCallback_getXAxis(), Part::Conic2dPy::staticCallback_getXAxis(), Part::ArcOfConicPy::staticCallback_getXAxis(), Part::ConicPy::staticCallback_getXAxis(), TechDraw::DrawProjGroupPy::staticCallback_getXYPosition(), Part::TopoShapeVertexPy::staticCallback_getY(), Part::PointPy::staticCallback_getY(), Mesh::MeshPointPy::staticCallback_gety(), Part::ArcOfConic2dPy::staticCallback_getYAxis(), Part::Conic2dPy::staticCallback_getYAxis(), Part::ArcOfConicPy::staticCallback_getYAxis(), Part::ConicPy::staticCallback_getYAxis(), Part::TopoShapeVertexPy::staticCallback_getZ(), Part::PointPy::staticCallback_getZ(), Mesh::MeshPointPy::staticCallback_getz(), Part::TopoShapePy::staticCallback_globalTolerance(), Mesh::MeshFeaturePy::staticCallback_harmonizeNormals(), Mesh::MeshPy::staticCallback_harmonizeNormals(), Measure::MeasurementPy::staticCallback_has3DReferences(), App::ExtensionContainerPy::staticCallback_hasExtension(), Part::GeometryPy::staticCallback_hasExtensionOfName(), Part::GeometryPy::staticCallback_hasExtensionOfType(), Part::TopoShapePy::staticCallback_hashCode(), Mesh::MeshPy::staticCallback_hasInvalidPoints(), Mesh::MeshPy::staticCallback_hasNonManifolds(), Mesh::MeshPy::staticCallback_hasNonUniformOrientedFacets(), App::GroupExtensionPy::staticCallback_hasObject(), Mesh::MeshPy::staticCallback_hasSelfIntersections(), Gui::DocumentPy::staticCallback_hide(), Gui::ViewProviderPy::staticCallback_hide(), Fem::FemPostPipelinePy::staticCallback_holdsPostObject(), Part::TopoShapePy::staticCallback_importBinary(), Part::TopoShapePy::staticCallback_importBrep(), Part::TopoShapePy::staticCallback_importBrepFromString(), Spreadsheet::SheetPy::staticCallback_importFile(), Part::BezierCurvePy::staticCallback_increase(), Part::BezierCurve2dPy::staticCallback_increase(), Part::BezierSurfacePy::staticCallback_increase(), Sketcher::SketchObjectPy::staticCallback_increaseBSplineDegree(), Part::BSplineCurve2dPy::staticCallback_increaseDegree(), Part::BSplineCurvePy::staticCallback_increaseDegree(), Part::BSplineSurfacePy::staticCallback_increaseDegree(), Part::BSplineCurve2dPy::staticCallback_increaseMultiplicity(), Part::BSplineCurvePy::staticCallback_increaseMultiplicity(), Part::BSplineSurfacePy::staticCallback_increaseUMultiplicity(), Part::BSplineSurfacePy::staticCallback_increaseVMultiplicity(), Part::BSplineCurve2dPy::staticCallback_incrementMultiplicity(), Part::BSplineCurvePy::staticCallback_incrementMultiplicity(), Part::BSplineSurfacePy::staticCallback_incrementUMultiplicity(), Part::BSplineSurfacePy::staticCallback_incrementVMultiplicity(), Mesh::MeshPy::staticCallback_inner(), Spreadsheet::SheetPy::staticCallback_insertColumns(), Path::PathPy::staticCallback_insertCommand(), Part::BSplineCurve2dPy::staticCallback_insertKnot(), Part::BSplineCurvePy::staticCallback_insertKnot(), Part::BSplineCurve2dPy::staticCallback_insertKnots(), Part::BSplineCurvePy::staticCallback_insertKnots(), PartDesign::BodyPy::staticCallback_insertObject(), Part::BezierCurvePy::staticCallback_insertPoleAfter(), Part::BezierCurve2dPy::staticCallback_insertPoleAfter(), Part::BezierCurvePy::staticCallback_insertPoleBefore(), Part::BezierCurve2dPy::staticCallback_insertPoleBefore(), Part::BezierSurfacePy::staticCallback_insertPoleColAfter(), Part::BezierSurfacePy::staticCallback_insertPoleColBefore(), Part::BezierSurfacePy::staticCallback_insertPoleRowAfter(), Part::BezierSurfacePy::staticCallback_insertPoleRowBefore(), Spreadsheet::SheetPy::staticCallback_insertRows(), Part::BSplineSurfacePy::staticCallback_insertUKnot(), Part::BSplineSurfacePy::staticCallback_insertUKnots(), Mesh::MeshPy::staticCallback_insertVertex(), Part::BSplineSurfacePy::staticCallback_insertVKnot(), Part::BSplineSurfacePy::staticCallback_insertVKnots(), Robot::TrajectoryPy::staticCallback_insertWaypoints(), Part::BSplineCurve2dPy::staticCallback_interpolate(), Part::BSplineCurvePy::staticCallback_interpolate(), Part::BSplineSurfacePy::staticCallback_interpolate(), Mesh::FacetPy::staticCallback_intersect(), Mesh::MeshPy::staticCallback_intersect(), Part::GeometryCurvePy::staticCallback_intersect(), Part::GeometrySurfacePy::staticCallback_intersect(), Part::GeometryCurvePy::staticCallback_intersect2d(), Part::Curve2dPy::staticCallback_intersectCC(), Part::GeometryCurvePy::staticCallback_intersectCC(), Part::GeometryCurvePy::staticCallback_intersectCS(), Part::GeometrySurfacePy::staticCallback_intersectSS(), Part::TopoShapePy::staticCallback_inTolerance(), MeshGui::ViewProviderMeshPy::staticCallback_invertSelection(), Part::BezierCurvePy::staticCallback_isClosed(), Part::BezierCurve2dPy::staticCallback_isClosed(), Part::BSplineCurve2dPy::staticCallback_isClosed(), Part::BSplineCurvePy::staticCallback_isClosed(), Part::GeometryCurvePy::staticCallback_isClosed(), Part::TopoShapePy::staticCallback_isClosed(), Mesh::FacetPy::staticCallback_isDeformed(), Mesh::FacetPy::staticCallback_isDegenerated(), Part::TopoShapePy::staticCallback_isEqual(), Attacher::AttachEnginePy::staticCallback_isFittingRefType(), Part::TopoShapePy::staticCallback_isInside(), Part::TopoShapePy::staticCallback_isNull(), Gui::SelectionObjectPy::staticCallback_isObjectTypeOf(), Part::TopoShapePy::staticCallback_isPartner(), Part::TopoShapeFacePy::staticCallback_isPartOfDomain(), Part::BezierCurvePy::staticCallback_isPeriodic(), Part::BezierCurve2dPy::staticCallback_isPeriodic(), Part::BSplineCurve2dPy::staticCallback_isPeriodic(), Part::BSplineCurvePy::staticCallback_isPeriodic(), Part::GeometryCurvePy::staticCallback_isPeriodic(), Part::GeometrySurfacePy::staticCallback_isPlanar(), Sketcher::SketchObjectPy::staticCallback_isPointOnCurve(), Part::BezierCurvePy::staticCallback_isRational(), Part::BezierCurve2dPy::staticCallback_isRational(), Part::BSplineCurve2dPy::staticCallback_isRational(), Part::BSplineCurvePy::staticCallback_isRational(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_isReady(), Part::TopoShapePy::staticCallback_isSame(), Part::TopoShapeEdgePy::staticCallback_isSeam(), Mesh::MeshPy::staticCallback_isSolid(), Part::BezierSurfacePy::staticCallback_isUClosed(), Part::BSplineSurfacePy::staticCallback_isUClosed(), Part::GeometrySurfacePy::staticCallback_isUClosed(), Part::GeometrySurfacePy::staticCallback_isUmbillic(), Part::BSplineSurfacePy::staticCallback_isUPeriodic(), Part::BezierSurfacePy::staticCallback_isUPeriodic(), Part::GeometrySurfacePy::staticCallback_isUPeriodic(), Part::BezierSurfacePy::staticCallback_isURational(), Part::BSplineSurfacePy::staticCallback_isURational(), Part::TopoShapePy::staticCallback_isValid(), Part::BezierSurfacePy::staticCallback_isVClosed(), Part::BSplineSurfacePy::staticCallback_isVClosed(), Part::GeometrySurfacePy::staticCallback_isVClosed(), Gui::ViewProviderPy::staticCallback_isVisible(), Part::BezierSurfacePy::staticCallback_isVPeriodic(), Part::BSplineSurfacePy::staticCallback_isVPeriodic(), Part::GeometrySurfacePy::staticCallback_isVPeriodic(), Part::BezierSurfacePy::staticCallback_isVRational(), Part::BSplineSurfacePy::staticCallback_isVRational(), Part::BSplineCurve2dPy::staticCallback_join(), Part::BSplineCurvePy::staticCallback_join(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_lastShape(), Part::TopoShapeEdgePy::staticCallback_lastVertex(), Part::GeometryCurvePy::staticCallback_length(), Part::Curve2dPy::staticCallback_length(), Measure::MeasurementPy::staticCallback_length(), Part::TopoShapePy::staticCallback_limitTolerance(), Gui::PythonWorkbenchPy::staticCallback_listCommandbars(), Gui::PythonWorkbenchPy::staticCallback_ListCommandbars(), Gui::ViewProviderPy::staticCallback_listDisplayModes(), Gui::PythonWorkbenchPy::staticCallback_listMenus(), Gui::PythonWorkbenchPy::staticCallback_ListMenus(), Gui::PythonWorkbenchPy::staticCallback_listToolbars(), Gui::PythonWorkbenchPy::staticCallback_ListToolbars(), Fem::FemPostPipelinePy::staticCallback_load(), App::DocumentPy::staticCallback_load(), Part::PlateSurfacePy::staticCallback_makeApprox(), Part::BSplineCurve2dPy::staticCallback_makeC1Continuous(), Part::BSplineCurvePy::staticCallback_makeC1Continuous(), Part::TopoShapePy::staticCallback_makeChamfer(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticCircle(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticCircleArc(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticLine(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticVertex(), Part::TopoShapePy::staticCallback_makeFillet(), Part::TopoShapeShellPy::staticCallback_makeHalfSpace(), Part::TopoShapeFacePy::staticCallback_makeHalfSpace(), Part::TopoShapeWirePy::staticCallback_makeHomogenousWires(), Sketcher::SketchObjectPy::staticCallback_makeMissingEquality(), Sketcher::SketchObjectPy::staticCallback_makeMissingPointOnPointCoincident(), Sketcher::SketchObjectPy::staticCallback_makeMissingVerticalHorizontal(), Part::TopoShapeWirePy::staticCallback_makeOffset(), Part::TopoShapeFacePy::staticCallback_makeOffset(), Path::AreaPy::staticCallback_makeOffset(), Part::TopoShapePy::staticCallback_makeOffset2D(), Part::TopoShapePy::staticCallback_makeOffsetShape(), Part::TopoShapePy::staticCallback_makeParallelProjection(), Part::TopoShapePy::staticCallback_makePerspectiveProjection(), Part::TopoShapeWirePy::staticCallback_makePipe(), Part::TopoShapeWirePy::staticCallback_makePipeShell(), Path::AreaPy::staticCallback_makePocket(), Part::GeometryCurvePy::staticCallback_makeRuledSurface(), Path::AreaPy::staticCallback_makeSections(), Part::TopoShapePy::staticCallback_makeShapeFromMesh(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_makeSolid(), PartDesignGui::ViewProviderPy::staticCallback_makeTemporaryVisible(), Part::TopoShapePy::staticCallback_makeThickness(), Gui::DocumentPy::staticCallback_mdiViewsOfType(), Spreadsheet::SheetPy::staticCallback_mergeCells(), Mesh::MeshPy::staticCallback_mergeFacets(), App::DocumentPy::staticCallback_mergeProject(), Gui::DocumentPy::staticCallback_mergeProject(), Mesh::MeshPy::staticCallback_meshFromSegment(), Part::GeometryPy::staticCallback_mirror(), Part::Geometry2dPy::staticCallback_mirror(), Part::TopoShapePy::staticCallback_mirror(), Sketcher::SketchObjectPy::staticCallback_modifyBSplineKnotMultiplicity(), Mesh::MeshPointPy::staticCallback_move(), Sketcher::SketchObjectPy::staticCallback_moveDatumsToEnd(), App::DocumentPy::staticCallback_moveObject(), Sketcher::SketchPy::staticCallback_movePoint(), Part::BSplineCurve2dPy::staticCallback_movePoint(), Part::BSplineCurvePy::staticCallback_movePoint(), Sketcher::SketchObjectPy::staticCallback_movePoint(), Part::BSplineSurfacePy::staticCallback_movePoint(), Part::TopoShapePy::staticCallback_multiFuse(), Gui::WorkbenchPy::staticCallback_name(), Mesh::MeshPy::staticCallback_nearestFacetOnRay(), App::GroupExtensionPy::staticCallback_newObject(), Part::GeometrySurfacePy::staticCallback_normal(), Part::Curve2dPy::staticCallback_normal(), Part::GeometryCurvePy::staticCallback_normal(), Part::TopoShapeFacePy::staticCallback_normalAt(), Part::TopoShapeEdgePy::staticCallback_normalAt(), Part::TopoShapePy::staticCallback_nullify(), Mesh::MeshPy::staticCallback_offset(), Part::TopoShapeSolidPy::staticCallback_offsetFaces(), Mesh::MeshPy::staticCallback_offsetSpecial(), Part::TopoShapePy::staticCallback_oldFuse(), App::DocumentPy::staticCallback_openTransaction(), Part::TopoShapePy::staticCallback_optimalBoundingBox(), Mesh::MeshPy::staticCallback_optimizeEdges(), Mesh::MeshPy::staticCallback_optimizeTopology(), Mesh::MeshPy::staticCallback_outer(), Part::TopoShapePy::staticCallback_overTolerance(), Part::Curve2dPy::staticCallback_parameter(), Part::GeometryCurvePy::staticCallback_parameter(), Part::GeometrySurfacePy::staticCallback_parameter(), Part::TopoShapeEdgePy::staticCallback_parameterAt(), Part::GeometryCurvePy::staticCallback_parameterAtDistance(), Part::Curve2dPy::staticCallback_parameterAtDistance(), Part::TopoShapeEdgePy::staticCallback_parameters(), Part::GeometryCurvePy::staticCallback_period(), Robot::TrajectoryPy::staticCallback_position(), Part::AttachExtensionPy::staticCallback_positionBySupport(), Mesh::MeshPy::staticCallback_printInfo(), Part::TopoShapePy::staticCallback_project(), Part::TopoShapePy::staticCallback_proximity(), TechDraw::DrawProjGroupPy::staticCallback_purgeProjections(), App::DocumentObjectPy::staticCallback_purgeTouched(), Measure::MeasurementPy::staticCallback_radius(), Fem::FemPostPipelinePy::staticCallback_read(), Mesh::MeshPy::staticCallback_read(), Import::StepShapePy::staticCallback_read(), Points::PointsPy::staticCallback_read(), Part::TopoShapePy::staticCallback_read(), Fem::FemMeshPy::staticCallback_read(), Attacher::AttachEnginePy::staticCallback_readParametersFromFeature(), Mesh::MeshPy::staticCallback_rebuildNeighbourHood(), App::DocumentObjectPy::staticCallback_recompute(), App::DocumentPy::staticCallback_recompute(), App::DocumentPy::staticCallback_redo(), Mesh::MeshPy::staticCallback_refine(), Part::TopoShapePy::staticCallback_reflectLines(), Gui::SelectionObjectPy::staticCallback_remove(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_remove(), Spreadsheet::SheetPy::staticCallback_removeColumns(), Gui::PythonWorkbenchPy::staticCallback_removeCommandbar(), Gui::PythonWorkbenchPy::staticCallback_RemoveCommandbar(), Mesh::MeshPy::staticCallback_removeComponents(), Gui::PythonWorkbenchPy::staticCallback_removeContextMenu(), Gui::PythonWorkbenchPy::staticCallback_RemoveContextMenu(), TechDraw::DrawViewPartPy::staticCallback_removeCosmeticEdge(), TechDraw::DrawViewPartPy::staticCallback_removeCosmeticVertex(), Mesh::MeshFeaturePy::staticCallback_removeDuplicatedFacets(), Mesh::MeshPy::staticCallback_removeDuplicatedFacets(), Mesh::MeshFeaturePy::staticCallback_removeDuplicatedPoints(), Mesh::MeshPy::staticCallback_removeDuplicatedPoints(), Mesh::MeshPy::staticCallback_removeFacets(), Mesh::MeshFeaturePy::staticCallback_removeFoldsOnSurface(), Mesh::MeshPy::staticCallback_removeFoldsOnSurface(), Mesh::MeshPy::staticCallback_removeFullBoundaryFacets(), Part::TopoShapePy::staticCallback_removeInternalWires(), Mesh::MeshFeaturePy::staticCallback_removeInvalidPoints(), Mesh::MeshPy::staticCallback_removeInvalidPoints(), Part::BSplineCurve2dPy::staticCallback_removeKnot(), Part::BSplineCurvePy::staticCallback_removeKnot(), Gui::PythonWorkbenchPy::staticCallback_removeMenu(), Gui::PythonWorkbenchPy::staticCallback_RemoveMenu(), Mesh::MeshPy::staticCallback_removeNeedles(), Mesh::MeshFeaturePy::staticCallback_removeNonManifoldPoints(), Mesh::MeshPy::staticCallback_removeNonManifoldPoints(), Mesh::MeshFeaturePy::staticCallback_removeNonManifolds(), Mesh::MeshPy::staticCallback_removeNonManifolds(), Path::FeaturePathCompoundPy::staticCallback_removeObject(), App::GroupExtensionPy::staticCallback_removeObject(), App::DocumentPy::staticCallback_removeObject(), App::GroupExtensionPy::staticCallback_removeObjects(), App::GroupExtensionPy::staticCallback_removeObjectsFromDocument(), Part::BezierCurvePy::staticCallback_removePole(), Part::BezierCurve2dPy::staticCallback_removePole(), Part::BezierSurfacePy::staticCallback_removePoleCol(), Part::BezierSurfacePy::staticCallback_removePoleRow(), TechDraw::DrawProjGroupPy::staticCallback_removeProjection(), App::DocumentObjectPy::staticCallback_removeProperty(), Gui::ViewProviderPy::staticCallback_removeProperty(), Spreadsheet::SheetPy::staticCallback_removeRows(), MeshGui::ViewProviderMeshPy::staticCallback_removeSelection(), Part::TopoShapePy::staticCallback_removeShape(), Part::TopoShapePy::staticCallback_removeSplitter(), Gui::PythonWorkbenchPy::staticCallback_removeToolbar(), Gui::PythonWorkbenchPy::staticCallback_RemoveToolbar(), Part::BSplineSurfacePy::staticCallback_removeUKnot(), TechDraw::DrawViewClipPy::staticCallback_removeView(), TechDraw::DrawViewCollectionPy::staticCallback_removeView(), TechDraw::DrawPagePy::staticCallback_removeView(), Part::BSplineSurfacePy::staticCallback_removeVKnot(), Sketcher::SketchObjectPy::staticCallback_renameConstraint(), Part::BSplineSurfacePy::staticCallback_reparametrize(), Part::TopoShapePy::staticCallback_replaceShape(), Gui::LinkViewPy::staticCallback_reset(), Gui::DocumentPy::staticCallback_resetEdit(), App::DocumentPy::staticCallback_restore(), App::PropertyContainerPy::staticCallback_restorePropertyContent(), Part::Curve2dPy::staticCallback_reverse(), Part::GeometryCurvePy::staticCallback_reverse(), Part::TopoShapePy::staticCallback_reverse(), Part::GeometryCurvePy::staticCallback_reversedParameter(), Part::TopoShapePy::staticCallback_revolve(), Part::Geometry2dPy::staticCallback_rotate(), Part::GeometryPy::staticCallback_rotate(), Mesh::MeshPy::staticCallback_rotate(), Part::TopoShapePy::staticCallback_rotate(), App::DocumentPy::staticCallback_save(), App::DocumentPy::staticCallback_saveAs(), App::DocumentPy::staticCallback_saveCopy(), Part::Geometry2dPy::staticCallback_scale(), Part::GeometryPy::staticCallback_scale(), Part::TopoShapePy::staticCallback_scale(), Gui::DocumentPy::staticCallback_scrollToTreeItem(), Part::TopoShapePy::staticCallback_section(), Part::BezierCurvePy::staticCallback_segment(), Part::BezierCurve2dPy::staticCallback_segment(), Part::BSplineCurve2dPy::staticCallback_segment(), Part::BSplineCurvePy::staticCallback_segment(), Part::BezierSurfacePy::staticCallback_segment(), Part::BSplineSurfacePy::staticCallback_segment(), Gui::DocumentPy::staticCallback_sendMsgToViews(), App::MaterialPy::staticCallback_set(), Spreadsheet::SheetPy::staticCallback_set(), Sketcher::SketchObjectPy::staticCallback_setActive(), Gui::DocumentPy::staticCallback_setActiveObject(), App::DocumentPy::staticCallback_setActiveObject(), Gui::DocumentPy::staticCallback_setActiveView(), Spreadsheet::SheetPy::staticCallback_setAlias(), Spreadsheet::SheetPy::staticCallback_setAlignment(), App::MaterialPy::staticCallback_setAmbientColor(), Part::ArcOfConicPy::staticCallback_setAngleXU(), Part::ConicPy::staticCallback_setAngleXU(), Gui::ViewProviderPy::staticCallback_setAnnotation(), Part::ConePy::staticCallback_setApex(), Part::SpherePy::staticCallback_setArea(), Part::ToroidPy::staticCallback_setArea(), Mesh::FacetPy::staticCallback_setArea(), Mesh::MeshPy::staticCallback_setArea(), Part::TopoShapePy::staticCallback_setArea(), Mesh::FacetPy::staticCallback_setAspectRatio(), Mesh::FacetPy::staticCallback_setAspectRatio2(), Part::AttachExtensionPy::staticCallback_setAttacher(), Attacher::AttachEnginePy::staticCallback_setAttacherType(), Attacher::AttachEnginePy::staticCallback_setAttachmentOffset(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setAuxiliarySpine(), Part::PlanePy::staticCallback_setAxis(), Part::ArcOfConicPy::staticCallback_setAxis(), Part::CylinderPy::staticCallback_setAxis(), Part::ConicPy::staticCallback_setAxis(), Part::ToroidPy::staticCallback_setAxis(), Part::SpherePy::staticCallback_setAxis(), Part::ConePy::staticCallback_setAxis(), Robot::Robot6AxisPy::staticCallback_setAxis1(), Robot::Robot6AxisPy::staticCallback_setAxis2(), Robot::Robot6AxisPy::staticCallback_setAxis3(), Robot::Robot6AxisPy::staticCallback_setAxis4(), Robot::Robot6AxisPy::staticCallback_setAxis5(), Robot::Robot6AxisPy::staticCallback_setAxis6(), Sketcher::SketchObjectPy::staticCallback_setAxisCount(), Gui::AxisOriginPy::staticCallback_setAxisLength(), Spreadsheet::SheetPy::staticCallback_setBackground(), Robot::WaypointPy::staticCallback_setBase(), Robot::Robot6AxisPy::staticCallback_setBase(), Part::OffsetCurve2dPy::staticCallback_setBasisCurve(), Part::OffsetCurvePy::staticCallback_setBasisCurve(), Part::SurfaceOfExtrusionPy::staticCallback_setBasisCurve(), Part::SurfaceOfRevolutionPy::staticCallback_setBasisCurve(), Part::OffsetSurfacePy::staticCallback_setBasisSurface(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setBiNormalMode(), PartDesignGui::ViewProviderPy::staticCallback_setBodyMode(), Mesh::MeshPointPy::staticCallback_setBound(), Mesh::FacetPy::staticCallback_setBound(), Data::ComplexGeoDataPy::staticCallback_setBoundBox(), Part::ArcOfConicPy::staticCallback_setCenter(), Part::ConicPy::staticCallback_setCenter(), Part::CylinderPy::staticCallback_setCenter(), Part::ToroidPy::staticCallback_setCenter(), Part::SpherePy::staticCallback_setCenter(), Part::ConePy::staticCallback_setCenter(), Path::PathPy::staticCallback_setCenter(), Part::TopoShapeSolidPy::staticCallback_setCenterOfMass(), Part::TopoShapeShellPy::staticCallback_setCenterOfMass(), Part::TopoShapeWirePy::staticCallback_setCenterOfMass(), Part::TopoShapeFacePy::staticCallback_setCenterOfMass(), Part::TopoShapeEdgePy::staticCallback_setCenterOfMass(), Gui::LinkViewPy::staticCallback_setChildren(), Part::ArcOfCirclePy::staticCallback_setCircle(), Part::ArcOfCircle2dPy::staticCallback_setCircle(), Mesh::FacetPy::staticCallback_setCircumCircle(), Part::Curve2dPy::staticCallback_setClosed(), Part::TopoShapeEdgePy::staticCallback_setClosed(), Spreadsheet::SheetPy::staticCallback_setColumnWidth(), Path::PathPy::staticCallback_setCommands(), Attacher::AttachEnginePy::staticCallback_setCompleteModeList(), Attacher::AttachEnginePy::staticCallback_setCompleteRefTypeList(), Part::TopoShapePy::staticCallback_setCompounds(), Part::TopoShapePy::staticCallback_setCompSolids(), Sketcher::SketchPy::staticCallback_setConflicts(), Sketcher::SketchPy::staticCallback_setConstraint(), Sketcher::SketchObjectPy::staticCallback_setConstraintCount(), Sketcher::SketchObjectPy::staticCallback_setConstruction(), Part::GeometryPy::staticCallback_setConstruction(), Robot::WaypointPy::staticCallback_setCont(), Part::Curve2dPy::staticCallback_setContinuity(), Part::GeometrySurfacePy::staticCallback_setContinuity(), Part::GeometryCurvePy::staticCallback_setContinuity(), Path::ToolPy::staticCallback_setCornerRadius(), Gui::LinkViewPy::staticCallback_setCount(), Mesh::MeshPy::staticCallback_setCountEdges(), Mesh::MeshPy::staticCallback_setCountFacets(), Points::PointsPy::staticCallback_setCountPoints(), Mesh::MeshPy::staticCallback_setCountPoints(), PathSimulator::PathSimPy::staticCallback_SetCurrentTool(), Part::TopoShapeEdgePy::staticCallback_setCurve(), Path::ToolPy::staticCallback_setCuttingEdgeAngle(), Path::ToolPy::staticCallback_setCuttingEdgeHeight(), Sketcher::SketchObjectPy::staticCallback_setDatum(), Sketcher::SketchObjectPy::staticCallback_setDatumsDriving(), Path::AreaPy::staticCallback_setDefaultParams(), Part::TopoShapeEdgePy::staticCallback_setDegenerated(), Part::BezierCurvePy::staticCallback_setDegree(), Part::BezierCurve2dPy::staticCallback_setDegree(), Part::BSplineCurve2dPy::staticCallback_setDegree(), Part::BSplineCurvePy::staticCallback_setDegree(), App::DocumentPy::staticCallback_setDependencyGraph(), Path::ToolPy::staticCallback_setDiameter(), App::MaterialPy::staticCallback_setDiffuseColor(), Part::Line2dPy::staticCallback_setDirection(), Part::SurfaceOfExtrusionPy::staticCallback_setDirection(), Part::LinePy::staticCallback_setDirection(), Part::SurfaceOfRevolutionPy::staticCallback_setDirection(), Spreadsheet::SheetPy::staticCallback_setDisplayUnit(), Gui::ViewProviderDocumentObjectPy::staticCallback_setDocument(), Gui::SelectionObjectPy::staticCallback_setDocument(), App::DocumentObjectPy::staticCallback_setDocument(), Gui::DocumentPy::staticCallback_setDocument(), Gui::SelectionObjectPy::staticCallback_setDocumentName(), Gui::ViewProviderLinkPy::staticCallback_setDraggingPlacement(), Sketcher::SketchObjectPy::staticCallback_setDriving(), Sketcher::ConstraintPy::staticCallback_setDriving(), Robot::TrajectoryPy::staticCallback_setDuration(), Part::ArcOfConic2dPy::staticCallback_setEccentricity(), Part::Conic2dPy::staticCallback_setEccentricity(), Part::ConicPy::staticCallback_setEccentricity(), Fem::FemMeshPy::staticCallback_setEdgeCount(), Fem::FemMeshPy::staticCallback_setEdges(), Part::TopoShapePy::staticCallback_setEdges(), Fem::FemMeshPy::staticCallback_setEdgesOnly(), Gui::DocumentPy::staticCallback_setEdit(), TechDraw::DrawSVGTemplatePy::staticCallback_setEditFieldContent(), App::PropertyContainerPy::staticCallback_setEditorMode(), FemGui::ViewProviderFemMeshPy::staticCallback_setElementColor(), Part::ArcOfEllipsePy::staticCallback_setEllipse(), Part::ArcOfEllipse2dPy::staticCallback_setEllipse(), App::MaterialPy::staticCallback_setEmissiveColor(), Part::BoundedCurvePy::staticCallback_setEndPoint(), Part::LineSegmentPy::staticCallback_setEndPoint(), Part::Line2dSegmentPy::staticCallback_setEndPoint(), Part::BezierCurvePy::staticCallback_setEndPoint(), Part::BezierCurve2dPy::staticCallback_setEndPoint(), Part::BSplineCurve2dPy::staticCallback_setEndPoint(), Part::BSplineCurvePy::staticCallback_setEndPoint(), App::DocumentObjectPy::staticCallback_setExpression(), Part::GeometryPy::staticCallback_setExtension(), Fem::FemMeshPy::staticCallback_setFaceCount(), Fem::FemMeshPy::staticCallback_setFaces(), Part::TopoShapePy::staticCallback_setFaces(), Fem::FemMeshPy::staticCallback_setFacesOnly(), Mesh::MeshPy::staticCallback_setFacets(), Sketcher::ConstraintPy::staticCallback_setFirst(), Part::Curve2dPy::staticCallback_setFirstParameter(), Part::TopoShapeEdgePy::staticCallback_setFirstParameter(), Part::GeometryCurvePy::staticCallback_setFirstParameter(), Sketcher::ConstraintPy::staticCallback_setFirstPos(), Part::BSplineCurve2dPy::staticCallback_setFirstUKnotIndex(), Part::BSplineCurvePy::staticCallback_setFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_setFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_setFirstVKnotIndex(), Sketcher::ExternalGeometryExtensionPy::staticCallback_setFlag(), Path::ToolPy::staticCallback_setFlatRadius(), Part::Parabola2dPy::staticCallback_setFocal(), Part::ArcOfParabola2dPy::staticCallback_setFocal(), Part::ArcOfParabolaPy::staticCallback_setFocal(), Part::ParabolaPy::staticCallback_setFocal(), Part::Hyperbola2dPy::staticCallback_setFocal(), Part::HyperbolaPy::staticCallback_setFocal(), Part::EllipsePy::staticCallback_setFocal(), Part::Ellipse2dPy::staticCallback_setFocal(), Part::Parabola2dPy::staticCallback_setFocus(), Part::ParabolaPy::staticCallback_setFocus(), Part::Hyperbola2dPy::staticCallback_setFocus1(), Part::HyperbolaPy::staticCallback_setFocus1(), Part::EllipsePy::staticCallback_setFocus1(), Part::Ellipse2dPy::staticCallback_setFocus1(), Part::HyperbolaPy::staticCallback_setFocus2(), Part::Hyperbola2dPy::staticCallback_setFocus2(), Part::EllipsePy::staticCallback_setFocus2(), Part::Ellipse2dPy::staticCallback_setFocus2(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setForceApproxC1(), Spreadsheet::SheetPy::staticCallback_setForeground(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setFrenetMode(), Path::CommandPy::staticCallback_setFromGCode(), Path::PathPy::staticCallback_setFromGCode(), Path::ToolPy::staticCallback_setFromTemplate(), Path::TooltablePy::staticCallback_setFromTemplate(), Gui::SelectionObjectPy::staticCallback_setFullName(), Sketcher::SketchPy::staticCallback_setGeometries(), TechDraw::DrawParametricTemplatePy::staticCallback_setGeometryCount(), Sketcher::SketchObjectPy::staticCallback_setGeometryCount(), Fem::FemMeshPy::staticCallback_setGroupCount(), Fem::FemMeshPy::staticCallback_setGroups(), Gui::SelectionObjectPy::staticCallback_setHasSubObjects(), Fem::FemMeshPy::staticCallback_setHexaCount(), FemGui::ViewProviderFemMeshPy::staticCallback_setHighlightedNodes(), Part::ArcOfHyperbolaPy::staticCallback_setHyperbola(), Part::ArcOfHyperbola2dPy::staticCallback_setHyperbola(), Gui::ViewProviderPy::staticCallback_setIcon(), Sketcher::SketchGeometryExtensionPy::staticCallback_setId(), Attacher::AttachEnginePy::staticCallback_setImplementedModes(), Mesh::FacetPy::staticCallback_setInCircle(), Mesh::MeshPointPy::staticCallback_setIndex(), Mesh::FacetPy::staticCallback_setIndex(), App::DocumentObjectPy::staticCallback_setInList(), App::DocumentObjectPy::staticCallback_setInListRecursive(), Sketcher::ConstraintPy::staticCallback_setInVirtualSpace(), Sketcher::ConstraintPy::staticCallback_setIsActive(), Gui::ViewProviderPy::staticCallback_setIV(), Part::BSplineCurve2dPy::staticCallback_setKnot(), Part::BSplineCurvePy::staticCallback_setKnot(), Part::BSplineCurve2dPy::staticCallback_setKnots(), Part::BSplineCurvePy::staticCallback_setKnots(), Part::BSplineCurve2dPy::staticCallback_setKnotSequence(), Part::BSplineCurvePy::staticCallback_setKnotSequence(), Gui::AxisOriginPy::staticCallback_setLabels(), Part::Curve2dPy::staticCallback_setLastParameter(), Part::TopoShapeEdgePy::staticCallback_setLastParameter(), Part::GeometryCurvePy::staticCallback_setLastParameter(), Part::BSplineCurve2dPy::staticCallback_setLastUKnotIndex(), Part::BSplineCurvePy::staticCallback_setLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_setLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_setLastVKnotIndex(), Robot::TrajectoryPy::staticCallback_setLength(), Path::PathPy::staticCallback_setLength(), Part::TopoShapeEdgePy::staticCallback_setLength(), Part::TopoShapePy::staticCallback_setLength(), Path::ToolPy::staticCallback_setLengthOffset(), Gui::AxisOriginPy::staticCallback_setLineWidth(), App::LinkBaseExtensionPy::staticCallback_setLink(), Gui::LinkViewPy::staticCallback_setLink(), App::LinkBaseExtensionPy::staticCallback_setLinkedChildren(), Gui::LinkViewPy::staticCallback_setLinkedView(), Gui::ViewProviderLinkPy::staticCallback_setLinkView(), Part::Line2dPy::staticCallback_setLocation(), Part::ArcOfConicPy::staticCallback_setLocation(), Part::ArcOfConic2dPy::staticCallback_setLocation(), Part::LinePy::staticCallback_setLocation(), Part::SurfaceOfRevolutionPy::staticCallback_setLocation(), Part::ConicPy::staticCallback_setLocation(), Part::Conic2dPy::staticCallback_setLocation(), Part::HyperbolaPy::staticCallback_setMajorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_setMajorRadius(), Part::ArcOfEllipsePy::staticCallback_setMajorRadius(), Part::EllipsePy::staticCallback_setMajorRadius(), Part::Hyperbola2dPy::staticCallback_setMajorRadius(), Part::ArcOfEllipse2dPy::staticCallback_setMajorRadius(), Part::ArcOfHyperbolaPy::staticCallback_setMajorRadius(), Part::Ellipse2dPy::staticCallback_setMajorRadius(), Part::ToroidPy::staticCallback_setMajorRadius(), Part::TopoShapeSolidPy::staticCallback_setMass(), Part::TopoShapeShellPy::staticCallback_setMass(), Part::TopoShapeWirePy::staticCallback_setMass(), Part::TopoShapeFacePy::staticCallback_setMass(), Part::TopoShapeEdgePy::staticCallback_setMass(), Gui::LinkViewPy::staticCallback_setMaterial(), Path::ToolPy::staticCallback_setMaterial(), Data::ComplexGeoDataPy::staticCallback_setMatrix(), Part::TopoShapeSolidPy::staticCallback_setMatrixOfInertia(), Part::TopoShapeShellPy::staticCallback_setMatrixOfInertia(), Part::TopoShapeWirePy::staticCallback_setMatrixOfInertia(), Part::TopoShapeFacePy::staticCallback_setMatrixOfInertia(), Part::TopoShapeEdgePy::staticCallback_setMatrixOfInertia(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setMaxDegree(), Part::BezierCurvePy::staticCallback_setMaxDegree(), Part::BezierCurve2dPy::staticCallback_setMaxDegree(), Part::BezierSurfacePy::staticCallback_setMaxDegree(), Part::BSplineCurve2dPy::staticCallback_setMaxDegree(), Part::BSplineCurvePy::staticCallback_setMaxDegree(), Part::BSplineSurfacePy::staticCallback_setMaxDegree(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setMaxSegments(), Part::ArcOfEllipsePy::staticCallback_setMinorRadius(), Part::ArcOfHyperbolaPy::staticCallback_setMinorRadius(), Part::EllipsePy::staticCallback_setMinorRadius(), Part::HyperbolaPy::staticCallback_setMinorRadius(), Part::Ellipse2dPy::staticCallback_setMinorRadius(), Part::ArcOfEllipse2dPy::staticCallback_setMinorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_setMinorRadius(), Part::Hyperbola2dPy::staticCallback_setMinorRadius(), Part::ToroidPy::staticCallback_setMinorRadius(), Sketcher::SketchObjectPy::staticCallback_setMissingLineEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingRadiusConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingVerticalHorizontalConstraints(), Attacher::AttachEnginePy::staticCallback_setMode(), Gui::DocumentPy::staticCallback_setModified(), Robot::WaypointPy::staticCallback_setName(), Part::GeometryExtensionPy::staticCallback_setName(), Path::CommandPy::staticCallback_setName(), Path::ToolPy::staticCallback_setName(), Sketcher::ConstraintPy::staticCallback_setName(), App::DocumentObjectPy::staticCallback_setName(), App::DocumentPy::staticCallback_setName(), Part::BSplineCurve2dPy::staticCallback_setNbKnots(), Part::BSplineCurvePy::staticCallback_setNbKnots(), Part::BezierCurvePy::staticCallback_setNbPoles(), Part::BezierCurve2dPy::staticCallback_setNbPoles(), Part::BSplineCurve2dPy::staticCallback_setNbPoles(), Part::BSplineCurvePy::staticCallback_setNbPoles(), Part::BSplineSurfacePy::staticCallback_setNbUKnots(), Part::BezierSurfacePy::staticCallback_setNbUPoles(), Part::BSplineSurfacePy::staticCallback_setNbUPoles(), Part::BSplineSurfacePy::staticCallback_setNbVKnots(), Part::BezierSurfacePy::staticCallback_setNbVPoles(), Part::BSplineSurfacePy::staticCallback_setNbVPoles(), Mesh::FacetPy::staticCallback_setNeighbourIndices(), Gui::AxisOriginPy::staticCallback_setNode(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeColor(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeColorByScalars(), Fem::FemMeshPy::staticCallback_setNodeCount(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeDisplacement(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeDisplacementByVectors(), Fem::FemMeshPy::staticCallback_setNodes(), Mesh::MeshPointPy::staticCallback_setNormal(), Mesh::FacetPy::staticCallback_setNormal(), Part::BSplineCurve2dPy::staticCallback_setNotPeriodic(), Part::BSplineCurvePy::staticCallback_setNotPeriodic(), Gui::ViewProviderDocumentObjectPy::staticCallback_setObject(), Gui::SelectionObjectPy::staticCallback_setObject(), Gui::SelectionObjectPy::staticCallback_setObjectName(), App::GroupExtensionPy::staticCallback_setObjects(), App::DocumentPy::staticCallback_setObjects(), Part::OffsetCurvePy::staticCallback_setOffsetDirection(), Part::OffsetSurfacePy::staticCallback_setOffsetValue(), Part::OffsetCurve2dPy::staticCallback_setOffsetValue(), Part::OffsetCurvePy::staticCallback_setOffsetValue(), Sketcher::SketchObjectPy::staticCallback_setOpenVertices(), Part::TopoShapeWirePy::staticCallback_setOrderedEdges(), Part::TopoShapeWirePy::staticCallback_setOrderedVertexes(), Part::TopoShapePy::staticCallback_setOrientation(), Part::BSplineCurve2dPy::staticCallback_setOrigin(), Part::BSplineCurvePy::staticCallback_setOrigin(), Part::TopoShapeSolidPy::staticCallback_setOuterShell(), Part::TopoShapeFacePy::staticCallback_setOuterWire(), App::DocumentObjectPy::staticCallback_setOutList(), App::DocumentObjectPy::staticCallback_setOutListRecursive(), Gui::LinkViewPy::staticCallback_setOwner(), Part::ArcOfParabola2dPy::staticCallback_setParabola(), Part::ArcOfParabolaPy::staticCallback_setParabola(), Part::Parabola2dPy::staticCallback_setParameter(), Part::ParabolaPy::staticCallback_setParameter(), Attacher::AttachEnginePy::staticCallback_setParameter(), Part::Line2dSegmentPy::staticCallback_setParameterRange(), Part::LineSegmentPy::staticCallback_setParameterRange(), Part::TrimmedCurvePy::staticCallback_setParameterRange(), Part::TopoShapeFacePy::staticCallback_setParameterRange(), Part::TopoShapeEdgePy::staticCallback_setParameterRange(), Path::CommandPy::staticCallback_setParameters(), Path::FeatureAreaPy::staticCallback_setParams(), Path::AreaPy::staticCallback_setParams(), Part::Curve2dPy::staticCallback_setPeriodic(), Part::BSplineCurve2dPy::staticCallback_setPeriodic(), Part::BSplineCurvePy::staticCallback_setPeriodic(), Gui::SelectionObjectPy::staticCallback_setPickedPoints(), Data::ComplexGeoDataPy::staticCallback_setPlacement(), Path::CommandPy::staticCallback_setPlacement(), Path::AreaPy::staticCallback_setPlane(), Gui::AxisOriginPy::staticCallback_setPlane(), Part::TopoShapeVertexPy::staticCallback_setPoint(), Mesh::MeshPy::staticCallback_setPoint(), Mesh::FacetPy::staticCallback_setPointIndices(), Points::PointsPy::staticCallback_setPoints(), Mesh::FacetPy::staticCallback_setPoints(), Mesh::MeshPy::staticCallback_setPoints(), Gui::AxisOriginPy::staticCallback_setPointSize(), Part::BezierCurve2dPy::staticCallback_setPole(), Part::BezierCurvePy::staticCallback_setPole(), Part::BSplineCurve2dPy::staticCallback_setPole(), Part::BezierSurfacePy::staticCallback_setPole(), Part::BSplineCurvePy::staticCallback_setPole(), Part::BSplineSurfacePy::staticCallback_setPole(), Part::BezierSurfacePy::staticCallback_setPoleCol(), Part::BSplineSurfacePy::staticCallback_setPoleCol(), Part::BezierSurfacePy::staticCallback_setPoleRow(), Part::BSplineSurfacePy::staticCallback_setPoleRow(), Part::BezierCurvePy::staticCallback_setPoles(), Part::BezierCurve2dPy::staticCallback_setPoles(), Fem::FemMeshPy::staticCallback_setPolygonCount(), Fem::FemMeshPy::staticCallback_setPolyhedronCount(), Gui::DocumentPy::staticCallback_setPos(), Robot::WaypointPy::staticCallback_setPos(), Part::PlanePy::staticCallback_setPosition(), Part::TopoShapeSolidPy::staticCallback_setPrincipalProperties(), Part::TopoShapeShellPy::staticCallback_setPrincipalProperties(), Part::TopoShapeWirePy::staticCallback_setPrincipalProperties(), Part::TopoShapeFacePy::staticCallback_setPrincipalProperties(), Part::TopoShapeEdgePy::staticCallback_setPrincipalProperties(), Fem::FemMeshPy::staticCallback_setPrismCount(), App::PropertyContainerPy::staticCallback_setPropertiesList(), Fem::FemMeshPy::staticCallback_setPyramidCount(), Fem::FemMeshPy::staticCallback_setQuadrangleCount(), Part::ArcOfCirclePy::staticCallback_setRadius(), Part::CirclePy::staticCallback_setRadius(), Part::Circle2dPy::staticCallback_setRadius(), Part::ArcOfCircle2dPy::staticCallback_setRadius(), Part::SpherePy::staticCallback_setRadius(), Part::CylinderPy::staticCallback_setRadius(), Part::ConePy::staticCallback_setRadius(), App::DocumentPy::staticCallback_setRecomputesFrozen(), App::DocumentPy::staticCallback_setRedoCount(), App::DocumentPy::staticCallback_setRedoNames(), Sketcher::SketchPy::staticCallback_setRedundancies(), Sketcher::ExternalGeometryExtensionPy::staticCallback_setRef(), Attacher::AttachEnginePy::staticCallback_setReferences(), Attacher::AttachEnginePy::staticCallback_setReverse(), Gui::LinkViewPy::staticCallback_setRootNode(), Gui::ViewProviderPy::staticCallback_setRootNode(), App::DocumentPy::staticCallback_setRootObjects(), Mesh::FacetPy::staticCallback_setRoundness(), Spreadsheet::SheetPy::staticCallback_setRowHeight(), Gui::AxisOriginPy::staticCallback_setScale(), Sketcher::ConstraintPy::staticCallback_setSecond(), Sketcher::ConstraintPy::staticCallback_setSecondPos(), Path::AreaPy::staticCallback_setSections(), MeshGui::ViewProviderMeshPy::staticCallback_setSelection(), Part::ConePy::staticCallback_setSemiAngle(), Fem::FemMeshPy::staticCallback_setShape(), Sketcher::SketchPy::staticCallback_setShape(), Path::AreaPy::staticCallback_setShapes(), Part::TopoShapePy::staticCallback_setShapeType(), Part::TopoShapePy::staticCallback_setShells(), App::MaterialPy::staticCallback_setShininess(), Path::PathPy::staticCallback_setSize(), Part::TopoShapePy::staticCallback_setSolids(), App::MaterialPy::staticCallback_setSpecularColor(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setSpineSupport(), Fem::FemMeshPy::staticCallback_setStandardHypotheses(), Part::BoundedCurvePy::staticCallback_setStartPoint(), Part::Line2dSegmentPy::staticCallback_setStartPoint(), Part::LineSegmentPy::staticCallback_setStartPoint(), Part::BezierCurvePy::staticCallback_setStartPoint(), Part::BezierCurve2dPy::staticCallback_setStartPoint(), Part::BSplineCurve2dPy::staticCallback_setStartPoint(), Part::BSplineCurvePy::staticCallback_setStartPoint(), App::DocumentObjectPy::staticCallback_setState(), Part::TopoShapeSolidPy::staticCallback_setStaticMoments(), Part::TopoShapeShellPy::staticCallback_setStaticMoments(), Part::TopoShapeWirePy::staticCallback_setStaticMoments(), Part::TopoShapeFacePy::staticCallback_setStaticMoments(), Part::TopoShapeEdgePy::staticCallback_setStaticMoments(), Spreadsheet::SheetPy::staticCallback_setStyle(), Gui::SelectionObjectPy::staticCallback_setSubElementNames(), Fem::FemMeshPy::staticCallback_setSubMeshCount(), Gui::LinkViewPy::staticCallback_setSubNames(), Gui::SelectionObjectPy::staticCallback_setSubObjects(), Part::TopoShapeFacePy::staticCallback_setSurface(), Part::GeometryPy::staticCallback_setTag(), Robot::Robot6AxisPy::staticCallback_setTcp(), Fem::FemMeshPy::staticCallback_setTetraCount(), Sketcher::ConstraintPy::staticCallback_setThird(), Sketcher::ConstraintPy::staticCallback_setThirdPos(), Part::TopoShapeVertexPy::staticCallback_setTolerance(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTolerance(), Part::TopoShapeFacePy::staticCallback_setTolerance(), Part::TopoShapeEdgePy::staticCallback_setTolerance(), Path::TooltablePy::staticCallback_setTool(), PathSimulator::PathSimPy::staticCallback_setTool(), Robot::WaypointPy::staticCallback_setTool(), Path::TooltablePy::staticCallback_setTools(), Path::ToolPy::staticCallback_setToolType(), App::DocumentPy::staticCallback_setTopologicalSortedObjects(), Mesh::MeshPy::staticCallback_setTopology(), Gui::LinkViewPy::staticCallback_setTransform(), Fem::FemMeshPy::staticCallback_setTransform(), Gui::ViewProviderPy::staticCallback_setTransformation(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTransitionMode(), App::MaterialPy::staticCallback_setTransparency(), Fem::FemMeshPy::staticCallback_setTriangleCount(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTrihedronMode(), Gui::LinkViewPy::staticCallback_setType(), Sketcher::ConstraintPy::staticCallback_setType(), Robot::WaypointPy::staticCallback_setType(), Gui::SelectionObjectPy::staticCallback_setTypeName(), Part::BezierSurfacePy::staticCallback_setUDegree(), Part::BSplineSurfacePy::staticCallback_setUDegree(), Part::BSplineSurfacePy::staticCallback_setUKnot(), Part::BSplineSurfacePy::staticCallback_setUKnots(), Part::BSplineSurfacePy::staticCallback_setUKnotSequence(), App::DocumentPy::staticCallback_setUndoCount(), App::DocumentPy::staticCallback_setUndoMode(), App::DocumentPy::staticCallback_setUndoNames(), App::DocumentPy::staticCallback_setUndoRedoMemSize(), Part::BSplineSurfacePy::staticCallback_setUNotPeriodic(), Part::BSplineSurfacePy::staticCallback_setUOrigin(), Part::BSplineSurfacePy::staticCallback_setUPeriodic(), Gui::ViewProviderLinkPy::staticCallback_setUseCenterballDragger(), Part::GeometryBoolExtensionPy::staticCallback_setValue(), Part::GeometryIntExtensionPy::staticCallback_setValue(), Part::GeometryDoubleExtensionPy::staticCallback_setValue(), Part::GeometryStringExtensionPy::staticCallback_setValue(), Sketcher::ConstraintPy::staticCallback_setValue(), Part::BezierSurfacePy::staticCallback_setVDegree(), Part::BSplineSurfacePy::staticCallback_setVDegree(), Mesh::MeshPointPy::staticCallback_setVector(), Robot::WaypointPy::staticCallback_setVelocity(), Part::TopoShapePy::staticCallback_setVertexes(), App::DocumentObjectPy::staticCallback_setViewObject(), Sketcher::SketchObjectPy::staticCallback_setVirtualSpace(), Gui::LinkViewPy::staticCallback_setVisibilities(), FemGui::ViewProviderFemMeshPy::staticCallback_setVisibleElementFaces(), Part::BSplineSurfacePy::staticCallback_setVKnot(), Part::BSplineSurfacePy::staticCallback_setVKnots(), Part::BSplineSurfacePy::staticCallback_setVKnotSequence(), Part::BSplineSurfacePy::staticCallback_setVNotPeriodic(), Part::SpherePy::staticCallback_setVolume(), Part::ToroidPy::staticCallback_setVolume(), Fem::FemMeshPy::staticCallback_setVolume(), Mesh::MeshPy::staticCallback_setVolume(), Part::TopoShapePy::staticCallback_setVolume(), Fem::FemMeshPy::staticCallback_setVolumeCount(), Fem::FemMeshPy::staticCallback_setVolumes(), Part::BSplineSurfacePy::staticCallback_setVOrigin(), Part::BSplineSurfacePy::staticCallback_setVPeriodic(), Robot::TrajectoryPy::staticCallback_setWaypoints(), Part::BezierCurve2dPy::staticCallback_setWeight(), Part::BezierCurvePy::staticCallback_setWeight(), Part::BSplineCurve2dPy::staticCallback_setWeight(), Part::BSplineCurvePy::staticCallback_setWeight(), Part::BezierSurfacePy::staticCallback_setWeight(), Part::BSplineSurfacePy::staticCallback_setWeight(), Part::BezierSurfacePy::staticCallback_setWeightCol(), Part::BSplineSurfacePy::staticCallback_setWeightCol(), Part::BezierSurfacePy::staticCallback_setWeightRow(), Part::BSplineSurfacePy::staticCallback_setWeightRow(), Part::TopoShapeFacePy::staticCallback_setWire(), Part::TopoShapePy::staticCallback_setWires(), Path::FeatureAreaPy::staticCallback_setWorkPlane(), Path::AreaPy::staticCallback_setWorkplane(), Part::TopoShapeVertexPy::staticCallback_setX(), Part::PointPy::staticCallback_setX(), Mesh::MeshPointPy::staticCallback_setx(), Part::Conic2dPy::staticCallback_setXAxis(), Part::ArcOfConic2dPy::staticCallback_setXAxis(), Part::ArcOfConicPy::staticCallback_setXAxis(), Part::ConicPy::staticCallback_setXAxis(), Part::TopoShapeVertexPy::staticCallback_setY(), Part::PointPy::staticCallback_setY(), Mesh::MeshPointPy::staticCallback_sety(), Part::ArcOfConic2dPy::staticCallback_setYAxis(), Part::Conic2dPy::staticCallback_setYAxis(), Part::ArcOfConicPy::staticCallback_setYAxis(), Part::ConicPy::staticCallback_setYAxis(), Part::TopoShapeVertexPy::staticCallback_setZ(), Part::PointPy::staticCallback_setZ(), Mesh::MeshPointPy::staticCallback_setz(), Part::TopoShapePy::staticCallback_sewShape(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_shape(), Gui::DocumentPy::staticCallback_show(), Gui::ViewProviderPy::staticCallback_show(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_simulate(), Part::TopoShapePy::staticCallback_slice(), Part::TopoShapePy::staticCallback_slices(), Mesh::MeshFeaturePy::staticCallback_smooth(), Mesh::MeshPy::staticCallback_smooth(), Mesh::MeshPy::staticCallback_snapVertex(), Sketcher::SketchObjectPy::staticCallback_solve(), Sketcher::SketchPy::staticCallback_solve(), Part::TopoShapeEdgePy::staticCallback_split(), Spreadsheet::SheetPy::staticCallback_splitCell(), Mesh::MeshPy::staticCallback_splitEdge(), Mesh::MeshPy::staticCallback_splitEdges(), Mesh::MeshPy::staticCallback_splitFacet(), Attacher::AttachEnginePy::staticCallback_suggestModes(), Gui::ViewProviderPy::staticCallback_supportedProperties(), App::DocumentObjectPy::staticCallback_supportedProperties(), App::DocumentPy::staticCallback_supportedTypes(), Mesh::MeshPy::staticCallback_swapEdge(), Part::GeometrySurfacePy::staticCallback_tangent(), Part::GeometryCurvePy::staticCallback_tangent(), Part::Curve2dPy::staticCallback_tangent(), Part::TopoShapeEdgePy::staticCallback_tangentAt(), Part::TopoShapeFacePy::staticCallback_tangentAt(), TechDraw::DrawViewDimExtentPy::staticCallback_tbd(), Path::ToolPy::staticCallback_templateAttrs(), Path::TooltablePy::staticCallback_templateAttrs(), Part::TopoShapePy::staticCallback_tessellate(), Sketcher::ExternalGeometryExtensionPy::staticCallback_testFlag(), Part::BSplineCurve2dPy::staticCallback_toBezier(), Part::BSplineCurvePy::staticCallback_toBezier(), Part::BSplineCurve2dPy::staticCallback_toBiArcs(), Part::BSplineCurvePy::staticCallback_toBiArcs(), Part::Curve2dPy::staticCallback_toBSpline(), Part::GeometryCurvePy::staticCallback_toBSpline(), Part::GeometrySurfacePy::staticCallback_toBSpline(), Path::CommandPy::staticCallback_toGCode(), Path::PathPy::staticCallback_toGCode(), Sketcher::SketchObjectPy::staticCallback_toggleActive(), Sketcher::SketchObjectPy::staticCallback_toggleConstruction(), Sketcher::SketchObjectPy::staticCallback_toggleDriving(), Gui::DocumentPy::staticCallback_toggleTreeItem(), Sketcher::SketchObjectPy::staticCallback_toggleVirtualSpace(), Part::GeometryCurvePy::staticCallback_toNurbs(), Part::TopoShapePy::staticCallback_toNurbs(), Part::GeometryCurvePy::staticCallback_toShape(), Part::PointPy::staticCallback_toShape(), Part::GeometrySurfacePy::staticCallback_toShape(), Part::Curve2dPy::staticCallback_toShape(), Gui::ViewProviderPy::staticCallback_toString(), App::DocumentObjectPy::staticCallback_touch(), Path::CommandPy::staticCallback_transform(), Part::GeometryPy::staticCallback_transform(), Part::Geometry2dPy::staticCallback_transform(), Mesh::MeshPy::staticCallback_transform(), Part::TopoShapePy::staticCallback_transformGeometry(), Part::TopoShapePy::staticCallback_transformShape(), Mesh::MeshPy::staticCallback_transformToEigen(), Part::GeometryPy::staticCallback_translate(), Part::Geometry2dPy::staticCallback_translate(), Mesh::MeshPy::staticCallback_translate(), Part::TopoShapePy::staticCallback_translate(), Part::GeometryCurvePy::staticCallback_trim(), Sketcher::SketchObjectPy::staticCallback_trim(), Mesh::MeshPy::staticCallback_trim(), Part::ConePy::staticCallback_uIso(), Part::RectangularTrimmedSurfacePy::staticCallback_uIso(), Part::PlanePy::staticCallback_uIso(), Part::CylinderPy::staticCallback_uIso(), Part::SurfaceOfExtrusionPy::staticCallback_uIso(), Part::SpherePy::staticCallback_uIso(), Part::ToroidPy::staticCallback_uIso(), Part::GeometrySurfacePy::staticCallback_uIso(), Part::BezierSurfacePy::staticCallback_uIso(), Part::BSplineSurfacePy::staticCallback_uIso(), Mesh::FacetPy::staticCallback_unbound(), Mesh::MeshPointPy::staticCallback_unbound(), App::DocumentPy::staticCallback_undo(), Mesh::MeshPy::staticCallback_unite(), Gui::ViewProviderDocumentObjectPy::staticCallback_update(), Gui::DocumentPy::staticCallback_update(), Part::GeometrySurfacePy::staticCallback_UPeriod(), Part::TopoShapeFacePy::staticCallback_validate(), Part::GeometrySurfacePy::staticCallback_value(), Part::GeometryCurvePy::staticCallback_value(), Part::Curve2dPy::staticCallback_value(), Part::TopoShapeEdgePy::staticCallback_valueAt(), Part::TopoShapeFacePy::staticCallback_valueAt(), Robot::TrajectoryPy::staticCallback_velocity(), Part::ToroidPy::staticCallback_vIso(), Part::PlanePy::staticCallback_vIso(), Part::ConePy::staticCallback_vIso(), Part::SurfaceOfExtrusionPy::staticCallback_vIso(), Part::RectangularTrimmedSurfacePy::staticCallback_vIso(), Part::SpherePy::staticCallback_vIso(), Part::CylinderPy::staticCallback_vIso(), Part::GeometrySurfacePy::staticCallback_vIso(), Part::BezierSurfacePy::staticCallback_vIso(), Part::BSplineSurfacePy::staticCallback_vIso(), Part::GeometrySurfacePy::staticCallback_VPeriod(), Mesh::MeshPy::staticCallback_write(), Points::PointsPy::staticCallback_write(), Fem::FemMeshPy::staticCallback_write(), Fem::FemMeshPy::staticCallback_writeABAQUS(), Mesh::MeshPy::staticCallback_writeInventor(), Points::PointsPy::staticCallback_writeInventor(), Part::TopoShapePy::staticCallback_writeInventor(), and Attacher::AttachEnginePy::staticCallback_writeParametersToFeature().

Member Function Documentation

◆ DecRef()

PyObjectBase* Base::PyObjectBase::DecRef ( void  )

decref method wrapper (see python extending manual)

Referenced by Gui::ViewProvider::~ViewProvider().

◆ GetType()

virtual PyTypeObject* Base::PyObjectBase::GetType ( void  )
virtual

Reimplemented in Part::LinePyOld, Base::TypePy, Base::VectorPy, Base::MatrixPy, Base::QuantityPy, Base::UnitPy, Base::PlacementPy, Base::RotationPy, App::LinkBaseExtensionPy, Gui::AxisOriginPy, Gui::LinkViewPy, Gui::ViewProviderLinkPy, TechDraw::CosmeticExtensionPy, TechDraw::DrawTilePy, TechDraw::DrawTileWeldPy, TechDraw::DrawViewDimExtentPy, TechDraw::DrawWeldSymbolPy, Base::AxisPy, Base::BaseClassPy, Base::BoundBoxPy, Base::CoordinateSystemPy, Base::PersistencePy, Data::ComplexGeoDataPy, App::DocumentObjectExtensionPy, App::DocumentObjectGroupPy, App::DocumentObjectPy, App::DocumentPy, App::ExtensionContainerPy, App::ExtensionPy, App::GeoFeatureGroupExtensionPy, App::GeoFeaturePy, App::GroupExtensionPy, App::MaterialPy, App::OriginGroupExtensionPy, App::PartPy, App::PropertyContainerPy, Gui::DocumentPy, Gui::PythonWorkbenchPy, Gui::SelectionObjectPy, Gui::ViewProviderDocumentObjectPy, Gui::ViewProviderPy, Gui::WorkbenchPy, Fem::FemMeshPy, Fem::FemPostPipelinePy, FemGui::ViewProviderFemMeshPy, Import::StepShapePy, Measure::MeasurementPy, Mesh::FacetPy, Mesh::MeshFeaturePy, Mesh::MeshPointPy, Mesh::MeshPy, MeshGui::ViewProviderMeshPy, Part::ArcOfCirclePy, Part::ArcOfConicPy, Part::ArcOfEllipsePy, Part::ArcOfHyperbolaPy, Part::ArcOfParabolaPy, Part::ArcPy, Attacher::AttachEnginePy, Part::AttachExtensionPy, Part::BezierCurvePy, Part::BezierSurfacePy, Part::BodyBasePy, Part::BoundedCurvePy, Part::BRepOffsetAPI_MakePipeShellPy, Part::BSplineCurvePy, Part::BSplineSurfacePy, Part::CirclePy, Part::ConePy, Part::ConicPy, Part::CylinderPy, Part::EllipsePy, Part::ArcOfCircle2dPy, Part::ArcOfConic2dPy, Part::ArcOfEllipse2dPy, Part::ArcOfHyperbola2dPy, Part::ArcOfParabola2dPy, Part::BezierCurve2dPy, Part::BSplineCurve2dPy, Part::Circle2dPy, Part::Conic2dPy, Part::Curve2dPy, Part::Ellipse2dPy, Part::Geometry2dPy, Part::Hyperbola2dPy, Part::Line2dPy, Part::Line2dSegmentPy, Part::OffsetCurve2dPy, Part::Parabola2dPy, Part::GeometryBoolExtensionPy, Part::GeometryCurvePy, Part::GeometryDoubleExtensionPy, Part::GeometryExtensionPy, Part::GeometryIntExtensionPy, Part::GeometryPy, Part::GeometryStringExtensionPy, Part::GeometrySurfacePy, Part::HyperbolaPy, Part::LinePy, Part::LineSegmentPy, Part::OffsetCurvePy, Part::OffsetSurfacePy, Part::ParabolaPy, Part::Part2DObjectPy, Part::PartFeaturePy, Part::PlanePy, Part::PlateSurfacePy, Part::PointPy, Part::RectangularTrimmedSurfacePy, Part::SpherePy, Part::SurfaceOfExtrusionPy, Part::SurfaceOfRevolutionPy, Part::TopoShapeCompoundPy, Part::TopoShapeCompSolidPy, Part::TopoShapeEdgePy, Part::TopoShapeFacePy, Part::TopoShapePy, Part::TopoShapeShellPy, Part::TopoShapeSolidPy, Part::TopoShapeVertexPy, Part::TopoShapeWirePy, Part::ToroidPy, Part::TrimmedCurvePy, PartDesign::BodyPy, PartDesign::FeaturePy, PartDesignGui::ViewProviderPy, Path::AreaPy, Path::CommandPy, Path::FeatureAreaPy, Path::FeaturePathCompoundPy, Path::PathPy, Path::ToolPy, Path::TooltablePy, PathSimulator::PathSimPy, Points::PointsPy, Robot::Robot6AxisPy, Robot::RobotObjectPy, Robot::TrajectoryPy, Robot::WaypointPy, Sketcher::ConstraintPy, Sketcher::ExternalGeometryExtensionPy, Sketcher::SketchGeometryExtensionPy, Sketcher::SketchObjectPy, Sketcher::SketchObjectSFPy, Sketcher::SketchPy, Spreadsheet::PropertyColumnWidthsPy, Spreadsheet::PropertyRowHeightsPy, Spreadsheet::PropertySheetPy, Spreadsheet::SheetPy, TechDraw::CenterLinePy, TechDraw::CosmeticEdgePy, TechDraw::CosmeticVertexPy, TechDraw::DrawGeomHatchPy, TechDraw::DrawHatchPy, TechDraw::DrawLeaderLinePy, TechDraw::DrawPagePy, TechDraw::DrawParametricTemplatePy, TechDraw::DrawProjGroupItemPy, TechDraw::DrawProjGroupPy, TechDraw::DrawRichAnnoPy, TechDraw::DrawSVGTemplatePy, TechDraw::DrawTemplatePy, TechDraw::DrawViewAnnotationPy, TechDraw::DrawViewClipPy, TechDraw::DrawViewCollectionPy, TechDraw::DrawViewDimensionPy, TechDraw::DrawViewPartPy, TechDraw::DrawViewPy, TechDraw::DrawViewSymbolPy, and TechDraw::GeomFormatPy.

◆ IncRef()

◆ isConst()

bool Base::PyObjectBase::isConst ( )

Referenced by Part::TopoShapePy::staticCallback___setstate__(), Path::AreaPy::staticCallback_abort(), App::DocumentPy::staticCallback_abortTransaction(), Gui::WorkbenchPy::staticCallback_activate(), Gui::DocumentPy::staticCallback_activeObject(), Gui::DocumentPy::staticCallback_activeView(), Part::TopoShapeCompoundPy::staticCallback_add(), Part::TopoShapeCompSolidPy::staticCallback_add(), Part::TopoShapeShellPy::staticCallback_add(), Path::AreaPy::staticCallback_add(), Part::TopoShapeWirePy::staticCallback_add(), Base::BoundBoxPy::staticCallback_add(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_add(), Gui::DocumentPy::staticCallback_addAnnotation(), Path::PathPy::staticCallback_addCommands(), Sketcher::SketchPy::staticCallback_addConstraint(), Sketcher::SketchObjectPy::staticCallback_addConstraint(), Sketcher::SketchObjectPy::staticCallback_addCopy(), Gui::ViewProviderPy::staticCallback_addDisplayMode(), Fem::FemMeshPy::staticCallback_addEdge(), App::ExtensionContainerPy::staticCallback_addExtension(), Sketcher::SketchObjectPy::staticCallback_addExternal(), Fem::FemMeshPy::staticCallback_addFace(), Mesh::MeshPy::staticCallback_addFacet(), Mesh::MeshPy::staticCallback_addFacets(), Sketcher::SketchObjectPy::staticCallback_addGeometry(), Sketcher::SketchPy::staticCallback_addGeometry(), Fem::FemMeshPy::staticCallback_addHypothesis(), Mesh::MeshPy::staticCallback_addMesh(), Sketcher::SketchObjectPy::staticCallback_addMove(), Fem::FemMeshPy::staticCallback_addNode(), Path::FeaturePathCompoundPy::staticCallback_addObject(), App::GroupExtensionPy::staticCallback_addObject(), App::DocumentPy::staticCallback_addObject(), App::GroupExtensionPy::staticCallback_addObjects(), Points::PointsPy::staticCallback_addPoints(), TechDraw::DrawProjGroupPy::staticCallback_addProjection(), App::DocumentObjectPy::staticCallback_addProperty(), Gui::ViewProviderPy::staticCallback_addProperty(), Fem::FemMeshPy::staticCallback_addQuad(), Sketcher::SketchObjectPy::staticCallback_addRectangularArray(), Measure::MeasurementPy::staticCallback_addReference3D(), MeshGui::ViewProviderMeshPy::staticCallback_addSelection(), Sketcher::SketchObjectPy::staticCallback_addSymmetric(), Path::TooltablePy::staticCallback_addTools(), TechDraw::DrawPagePy::staticCallback_addView(), TechDraw::DrawViewClipPy::staticCallback_addView(), TechDraw::DrawViewCollectionPy::staticCallback_addView(), Fem::FemMeshPy::staticCallback_addVolume(), Sketcher::SketchObjectPy::staticCallback_analyseMissingPointOnPointCoincident(), Base::MatrixPy::staticCallback_analyze(), Measure::MeasurementPy::staticCallback_angle(), Gui::PythonWorkbenchPy::staticCallback_appendCommandbar(), Gui::PythonWorkbenchPy::staticCallback_AppendCommandbar(), Gui::PythonWorkbenchPy::staticCallback_appendContextMenu(), Gui::PythonWorkbenchPy::staticCallback_AppendContextMenu(), Gui::PythonWorkbenchPy::staticCallback_appendMenu(), Gui::PythonWorkbenchPy::staticCallback_AppendMenu(), Gui::PythonWorkbenchPy::staticCallback_appendToolbar(), Gui::PythonWorkbenchPy::staticCallback_AppendToolbar(), PathSimulator::PathSimPy::staticCallback_ApplyCommand(), FemGui::ViewProviderFemMeshPy::staticCallback_applyDisplacement(), Part::BSplineCurve2dPy::staticCallback_approximate(), Part::BSplineCurvePy::staticCallback_approximate(), Part::BSplineSurfacePy::staticCallback_approximate(), Part::Curve2dPy::staticCallback_approximateBSpline(), Sketcher::SketchObjectPy::staticCallback_autoconstraint(), TechDraw::DrawProjGroupItemPy::staticCallback_autoPosition(), Sketcher::SketchObjectPy::staticCallback_autoRemoveRedundants(), PathSimulator::PathSimPy::staticCallback_BeginSimulation(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_build(), Part::BSplineCurve2dPy::staticCallback_buildFromPoles(), Part::BSplineCurvePy::staticCallback_buildFromPoles(), Part::BSplineCurve2dPy::staticCallback_buildFromPolesMultsKnots(), Part::BSplineCurvePy::staticCallback_buildFromPolesMultsKnots(), Part::BSplineSurfacePy::staticCallback_buildFromPolesMultsKnots(), App::LinkBaseExtensionPy::staticCallback_cacheChildLabel(), Sketcher::SketchObjectPy::staticCallback_calculateAngleViaPoint(), Sketcher::SketchObjectPy::staticCallback_calculateConstraintError(), Sketcher::SketchObjectPy::staticCallback_carbonCopy(), Part::AttachExtensionPy::staticCallback_changeAttacherType(), Sketcher::SketchObjectPy::staticCallback_changeConstraintsLocking(), Robot::Robot6AxisPy::staticCallback_check(), Measure::MeasurementPy::staticCallback_clear(), Sketcher::SketchPy::staticCallback_clear(), Spreadsheet::SheetPy::staticCallback_clear(), Mesh::MeshPy::staticCallback_clear(), Spreadsheet::SheetPy::staticCallback_clearAll(), TechDraw::DrawViewPartPy::staticCallback_clearCenterLines(), TechDraw::DrawViewPartPy::staticCallback_clearCosmeticEdges(), TechDraw::DrawViewPartPy::staticCallback_clearCosmeticVertices(), TechDraw::DrawViewPartPy::staticCallback_clearGeomFormats(), MeshGui::ViewProviderMeshPy::staticCallback_clearSelection(), App::DocumentPy::staticCallback_clearUndos(), Base::BoundBoxPy::staticCallback_closestPoint(), Mesh::MeshPy::staticCallback_coarsen(), Mesh::MeshPy::staticCallback_collapseEdge(), Mesh::MeshPy::staticCallback_collapseFacet(), Mesh::MeshPy::staticCallback_collapseFacets(), Measure::MeasurementPy::staticCallback_com(), App::DocumentPy::staticCallback_commitTransaction(), Part::TopoShapePy::staticCallback_complement(), Part::ParabolaPy::staticCallback_compute(), Fem::FemMeshPy::staticCallback_compute(), App::LinkBaseExtensionPy::staticCallback_configLinkProperty(), Sketcher::SketchObjectPy::staticCallback_convertToNURBS(), Path::ToolPy::staticCallback_copy(), Path::TooltablePy::staticCallback_copy(), Base::AxisPy::staticCallback_copy(), App::DocumentPy::staticCallback_copyObject(), Mesh::MeshFeaturePy::staticCallback_countFacets(), Mesh::MeshFeaturePy::staticCallback_countPoints(), Mesh::MeshPy::staticCallback_cut(), Part::TopoShapeFacePy::staticCallback_cutHoles(), Mesh::MeshPy::staticCallback_decimate(), Sketcher::SketchObjectPy::staticCallback_delConstraint(), Sketcher::SketchObjectPy::staticCallback_delConstraintOnPoint(), Sketcher::SketchObjectPy::staticCallback_deleteAllConstraints(), Sketcher::SketchObjectPy::staticCallback_deleteAllGeometry(), Path::PathPy::staticCallback_deleteCommand(), Part::GeometryPy::staticCallback_deleteExtensionOfName(), Part::GeometryPy::staticCallback_deleteExtensionOfType(), Robot::TrajectoryPy::staticCallback_deleteLast(), Path::TooltablePy::staticCallback_deleteTool(), Sketcher::SketchObjectPy::staticCallback_DeleteUnusedInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_deleteUnusedInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_delExternal(), Sketcher::SketchObjectPy::staticCallback_delGeometry(), Measure::MeasurementPy::staticCallback_delta(), Sketcher::SketchObjectPy::staticCallback_detectMissingEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_detectMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_detectMissingVerticalHorizontalConstraints(), Base::MatrixPy::staticCallback_determinant(), Attacher::AttachEnginePy::staticCallback_downgradeRefType(), TechDraw::DrawParametricTemplatePy::staticCallback_drawLine(), TechDraw::DrawViewSymbolPy::staticCallback_dumpSymbol(), App::DocumentObjectPy::staticCallback_enforceRecompute(), Base::BoundBoxPy::staticCallback_enlarge(), Part::BezierSurfacePy::staticCallback_exchangeUV(), Part::BSplineSurfacePy::staticCallback_exchangeUV(), App::LinkBaseExtensionPy::staticCallback_expandSubname(), Spreadsheet::SheetPy::staticCallback_exportFile(), App::DocumentPy::staticCallback_exportGraphviz(), Sketcher::SketchObjectPy::staticCallback_ExposeInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_exposeInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_extend(), Sketcher::SketchObjectPy::staticCallback_fillet(), App::DocumentPy::staticCallback_findObjects(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_firstShape(), Part::TopoShapePy::staticCallback_fix(), Mesh::MeshPy::staticCallback_fixCaps(), Mesh::MeshPy::staticCallback_fixDeformations(), Mesh::MeshFeaturePy::staticCallback_fixDegenerations(), Mesh::MeshPy::staticCallback_fixDegenerations(), Mesh::MeshFeaturePy::staticCallback_fixIndices(), Mesh::MeshPy::staticCallback_fixIndices(), Mesh::MeshFeaturePy::staticCallback_fixSelfIntersections(), Mesh::MeshPy::staticCallback_fixSelfIntersections(), Part::TopoShapeWirePy::staticCallback_fixWire(), App::LinkBaseExtensionPy::staticCallback_flattenSubname(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_generated(), Spreadsheet::SheetPy::staticCallback_get(), Sketcher::SketchObjectPy::staticCallback_getActive(), Spreadsheet::SheetPy::staticCallback_getAlias(), Spreadsheet::SheetPy::staticCallback_getAlignment(), TechDraw::DrawPagePy::staticCallback_getAllViews(), TechDraw::DrawViewDimensionPy::staticCallback_getAnglePoints(), TechDraw::DrawViewDimensionPy::staticCallback_getArcPoints(), Path::FeatureAreaPy::staticCallback_getArea(), Sketcher::SketchObjectPy::staticCallback_getAxis(), Spreadsheet::SheetPy::staticCallback_getBackground(), PartDesign::FeaturePy::staticCallback_getBaseObject(), Gui::LinkViewPy::staticCallback_getBoundBox(), Part::BSplineCurve2dPy::staticCallback_getCardinalSplineTangents(), Spreadsheet::SheetPy::staticCallback_getCellFromAlias(), TechDraw::DrawViewClipPy::staticCallback_getChildViewNames(), Spreadsheet::SheetPy::staticCallback_getColumnWidth(), Spreadsheet::SheetPy::staticCallback_getContents(), TechDraw::DrawViewPartPy::staticCallback_getCosmeticEdgeByIndex(), TechDraw::DrawViewPartPy::staticCallback_getCosmeticVertexByIndex(), Sketcher::SketchObjectPy::staticCallback_getDatum(), Path::AreaPy::staticCallback_getDefaultParams(), Gui::LinkViewPy::staticCallback_getDetailPath(), Spreadsheet::SheetPy::staticCallback_getDisplayUnit(), App::PropertyContainerPy::staticCallback_getDocumentationOfProperty(), Sketcher::SketchObjectPy::staticCallback_getDriving(), Base::BoundBoxPy::staticCallback_getEdge(), TechDraw::DrawSVGTemplatePy::staticCallback_getEditFieldContent(), App::PropertyContainerPy::staticCallback_getEditorMode(), Gui::LinkViewPy::staticCallback_getElementPicked(), Spreadsheet::SheetPy::staticCallback_getForeground(), Sketcher::SketchObjectPy::staticCallback_getGeometryWithDependentParameters(), App::GeoFeaturePy::staticCallback_getGlobalPlacement(), App::PropertyContainerPy::staticCallback_getGroupOfProperty(), Gui::DocumentPy::staticCallback_getInEdit(), Base::BoundBoxPy::staticCallback_getIntersectionPoint(), TechDraw::DrawProjGroupPy::staticCallback_getItemByLabel(), Part::BSplineCurve2dPy::staticCallback_getKnot(), Part::BSplineCurve2dPy::staticCallback_getKnots(), Fem::FemPostPipelinePy::staticCallback_getLastPostObject(), TechDraw::DrawViewDimensionPy::staticCallback_getLinearPoints(), App::LinkBaseExtensionPy::staticCallback_getLinkExtProperty(), App::LinkBaseExtensionPy::staticCallback_getLinkExtPropertyName(), App::LinkBaseExtensionPy::staticCallback_getLinkPropertyInfo(), Attacher::AttachEnginePy::staticCallback_getModeInfo(), Part::BSplineCurve2dPy::staticCallback_getMultiplicities(), Part::BSplineCurve2dPy::staticCallback_getMultiplicity(), App::GroupExtensionPy::staticCallback_getObject(), Gui::DocumentPy::staticCallback_getObject(), App::DocumentPy::staticCallback_getObject(), App::DocumentPy::staticCallback_getObjectsByLabel(), TechDraw::DrawPagePy::staticCallback_getPageHeight(), TechDraw::DrawPagePy::staticCallback_getPageOrientation(), TechDraw::DrawPagePy::staticCallback_getPageWidth(), Path::AreaPy::staticCallback_getParams(), Path::AreaPy::staticCallback_getParamsDesc(), App::DocumentObjectPy::staticCallback_getParentGeoFeatureGroup(), App::DocumentObjectPy::staticCallback_getParentGroup(), App::GeoFeaturePy::staticCallback_getPaths(), App::DocumentObjectPy::staticCallback_getPathsByOutList(), Base::BoundBoxPy::staticCallback_getPoint(), Sketcher::SketchObjectPy::staticCallback_getPoint(), Part::BezierCurve2dPy::staticCallback_getPole(), Part::BSplineCurve2dPy::staticCallback_getPole(), Part::BezierCurve2dPy::staticCallback_getPoles(), Part::BSplineCurve2dPy::staticCallback_getPoles(), Part::BSplineCurve2dPy::staticCallback_getPolesAndWeights(), App::PropertyContainerPy::staticCallback_getPropertyByName(), App::GeoFeaturePy::staticCallback_getPropertyNameOfGeometry(), Attacher::AttachEnginePy::staticCallback_getRefTypeInfo(), Attacher::AttachEnginePy::staticCallback_getRefTypeOfShape(), PathSimulator::PathSimPy::staticCallback_GetResultMesh(), Robot::RobotObjectPy::staticCallback_getRobot(), Spreadsheet::SheetPy::staticCallback_getRowHeight(), Path::AreaPy::staticCallback_getShape(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_getStatus(), Spreadsheet::SheetPy::staticCallback_getStyle(), App::DocumentPy::staticCallback_getTempFileName(), TechDraw::DrawViewDimensionPy::staticCallback_getText(), Path::TooltablePy::staticCallback_getTool(), Path::ToolPy::staticCallback_getToolMaterials(), Path::ToolPy::staticCallback_getToolTypes(), App::PropertyContainerPy::staticCallback_getTypeIdOfProperty(), App::PropertyContainerPy::staticCallback_getTypeOfProperty(), Sketcher::SketchObjectPy::staticCallback_getVirtualSpace(), Part::BezierCurve2dPy::staticCallback_getWeight(), Part::BSplineCurve2dPy::staticCallback_getWeight(), Part::BezierCurve2dPy::staticCallback_getWeights(), Part::BSplineCurve2dPy::staticCallback_getWeights(), TechDraw::DrawProjGroupPy::staticCallback_getXYPosition(), Mesh::MeshFeaturePy::staticCallback_harmonizeNormals(), Measure::MeasurementPy::staticCallback_has3DReferences(), App::GroupExtensionPy::staticCallback_hasObject(), Gui::DocumentPy::staticCallback_hide(), Gui::ViewProviderPy::staticCallback_hide(), Fem::FemPostPipelinePy::staticCallback_holdsPostObject(), Part::TopoShapePy::staticCallback_importBinary(), Part::TopoShapePy::staticCallback_importBrep(), Part::TopoShapePy::staticCallback_importBrepFromString(), Spreadsheet::SheetPy::staticCallback_importFile(), Part::BezierCurvePy::staticCallback_increase(), Part::BezierCurve2dPy::staticCallback_increase(), Part::BezierSurfacePy::staticCallback_increase(), Sketcher::SketchObjectPy::staticCallback_increaseBSplineDegree(), Part::BSplineCurve2dPy::staticCallback_increaseDegree(), Part::BSplineCurvePy::staticCallback_increaseDegree(), Part::BSplineSurfacePy::staticCallback_increaseDegree(), Part::BSplineCurve2dPy::staticCallback_increaseMultiplicity(), Part::BSplineCurvePy::staticCallback_increaseMultiplicity(), Part::BSplineSurfacePy::staticCallback_increaseUMultiplicity(), Part::BSplineSurfacePy::staticCallback_increaseVMultiplicity(), Part::BSplineCurve2dPy::staticCallback_incrementMultiplicity(), Part::BSplineCurvePy::staticCallback_incrementMultiplicity(), Part::BSplineSurfacePy::staticCallback_incrementUMultiplicity(), Part::BSplineSurfacePy::staticCallback_incrementVMultiplicity(), Spreadsheet::SheetPy::staticCallback_insertColumns(), Path::PathPy::staticCallback_insertCommand(), Part::BSplineCurve2dPy::staticCallback_insertKnot(), Part::BSplineCurvePy::staticCallback_insertKnot(), Part::BSplineCurve2dPy::staticCallback_insertKnots(), Part::BSplineCurvePy::staticCallback_insertKnots(), PartDesign::BodyPy::staticCallback_insertObject(), Part::BezierCurvePy::staticCallback_insertPoleAfter(), Part::BezierCurve2dPy::staticCallback_insertPoleAfter(), Part::BezierCurvePy::staticCallback_insertPoleBefore(), Part::BezierCurve2dPy::staticCallback_insertPoleBefore(), Part::BezierSurfacePy::staticCallback_insertPoleColAfter(), Part::BezierSurfacePy::staticCallback_insertPoleColBefore(), Part::BezierSurfacePy::staticCallback_insertPoleRowAfter(), Part::BezierSurfacePy::staticCallback_insertPoleRowBefore(), Spreadsheet::SheetPy::staticCallback_insertRows(), Part::BSplineSurfacePy::staticCallback_insertUKnot(), Part::BSplineSurfacePy::staticCallback_insertUKnots(), Mesh::MeshPy::staticCallback_insertVertex(), Part::BSplineSurfacePy::staticCallback_insertVKnot(), Part::BSplineSurfacePy::staticCallback_insertVKnots(), Robot::TrajectoryPy::staticCallback_insertWaypoints(), Part::BSplineCurve2dPy::staticCallback_interpolate(), Part::BSplineCurvePy::staticCallback_interpolate(), Part::BSplineSurfacePy::staticCallback_interpolate(), Mesh::FacetPy::staticCallback_intersect(), Base::BoundBoxPy::staticCallback_intersect(), Base::BoundBoxPy::staticCallback_intersected(), Base::MatrixPy::staticCallback_inverse(), Base::RotationPy::staticCallback_invert(), Base::MatrixPy::staticCallback_invert(), Base::RotationPy::staticCallback_inverted(), MeshGui::ViewProviderMeshPy::staticCallback_invertSelection(), Part::BSplineCurve2dPy::staticCallback_isClosed(), Part::BezierCurve2dPy::staticCallback_isClosed(), Base::BoundBoxPy::staticCallback_isCutPlane(), Mesh::FacetPy::staticCallback_isDeformed(), Mesh::FacetPy::staticCallback_isDegenerated(), Base::VectorPy::staticCallback_isEqual(), Attacher::AttachEnginePy::staticCallback_isFittingRefType(), Base::BoundBoxPy::staticCallback_isInside(), Gui::SelectionObjectPy::staticCallback_isObjectTypeOf(), Base::MatrixPy::staticCallback_isOrthogonal(), Part::BSplineCurve2dPy::staticCallback_isPeriodic(), Part::BezierCurve2dPy::staticCallback_isPeriodic(), Sketcher::SketchObjectPy::staticCallback_isPointOnCurve(), Part::BezierCurve2dPy::staticCallback_isRational(), Part::BSplineCurve2dPy::staticCallback_isRational(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_isReady(), Base::RotationPy::staticCallback_isSame(), Base::BoundBoxPy::staticCallback_isValid(), Gui::ViewProviderPy::staticCallback_isVisible(), Part::BSplineCurve2dPy::staticCallback_join(), Part::BSplineCurvePy::staticCallback_join(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_lastShape(), Part::Curve2dPy::staticCallback_length(), Measure::MeasurementPy::staticCallback_length(), Gui::PythonWorkbenchPy::staticCallback_listCommandbars(), Gui::PythonWorkbenchPy::staticCallback_ListCommandbars(), Gui::ViewProviderPy::staticCallback_listDisplayModes(), Gui::PythonWorkbenchPy::staticCallback_listMenus(), Gui::PythonWorkbenchPy::staticCallback_ListMenus(), Gui::PythonWorkbenchPy::staticCallback_listToolbars(), Gui::PythonWorkbenchPy::staticCallback_ListToolbars(), Fem::FemPostPipelinePy::staticCallback_load(), App::DocumentPy::staticCallback_load(), Part::PlateSurfacePy::staticCallback_makeApprox(), Part::BSplineCurve2dPy::staticCallback_makeC1Continuous(), Part::BSplineCurvePy::staticCallback_makeC1Continuous(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticCircle(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticCircleArc(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticLine(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticVertex(), Sketcher::SketchObjectPy::staticCallback_makeMissingEquality(), Sketcher::SketchObjectPy::staticCallback_makeMissingPointOnPointCoincident(), Sketcher::SketchObjectPy::staticCallback_makeMissingVerticalHorizontal(), Path::AreaPy::staticCallback_makeOffset(), Path::AreaPy::staticCallback_makePocket(), Path::AreaPy::staticCallback_makeSections(), Part::TopoShapePy::staticCallback_makeShapeFromMesh(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_makeSolid(), PartDesignGui::ViewProviderPy::staticCallback_makeTemporaryVisible(), Spreadsheet::SheetPy::staticCallback_mergeCells(), Mesh::MeshPy::staticCallback_mergeFacets(), App::DocumentPy::staticCallback_mergeProject(), Gui::DocumentPy::staticCallback_mergeProject(), Part::Geometry2dPy::staticCallback_mirror(), Part::GeometryPy::staticCallback_mirror(), Sketcher::SketchObjectPy::staticCallback_modifyBSplineKnotMultiplicity(), Base::MatrixPy::staticCallback_move(), Mesh::MeshPointPy::staticCallback_move(), Base::AxisPy::staticCallback_move(), Base::PlacementPy::staticCallback_move(), Base::BoundBoxPy::staticCallback_move(), Sketcher::SketchObjectPy::staticCallback_moveDatumsToEnd(), App::DocumentPy::staticCallback_moveObject(), Sketcher::SketchPy::staticCallback_movePoint(), Part::BSplineCurve2dPy::staticCallback_movePoint(), Part::BSplineCurvePy::staticCallback_movePoint(), Sketcher::SketchObjectPy::staticCallback_movePoint(), Part::BSplineSurfacePy::staticCallback_movePoint(), Base::AxisPy::staticCallback_multiply(), Base::VectorPy::staticCallback_multiply(), Base::MatrixPy::staticCallback_multiply(), Gui::WorkbenchPy::staticCallback_name(), App::GroupExtensionPy::staticCallback_newObject(), Base::VectorPy::staticCallback_normalize(), Part::TopoShapePy::staticCallback_nullify(), Mesh::MeshPy::staticCallback_offset(), Mesh::MeshPy::staticCallback_offsetSpecial(), App::DocumentPy::staticCallback_openTransaction(), Part::Curve2dPy::staticCallback_parameter(), Part::Curve2dPy::staticCallback_parameterAtDistance(), Robot::TrajectoryPy::staticCallback_position(), Part::AttachExtensionPy::staticCallback_positionBySupport(), Base::VectorPy::staticCallback_projectToLine(), Base::VectorPy::staticCallback_projectToPlane(), TechDraw::DrawProjGroupPy::staticCallback_purgeProjections(), App::DocumentObjectPy::staticCallback_purgeTouched(), Measure::MeasurementPy::staticCallback_radius(), Fem::FemPostPipelinePy::staticCallback_read(), Import::StepShapePy::staticCallback_read(), Mesh::MeshPy::staticCallback_read(), Points::PointsPy::staticCallback_read(), Part::TopoShapePy::staticCallback_read(), Fem::FemMeshPy::staticCallback_read(), Attacher::AttachEnginePy::staticCallback_readParametersFromFeature(), Mesh::MeshPy::staticCallback_rebuildNeighbourHood(), App::DocumentObjectPy::staticCallback_recompute(), App::DocumentPy::staticCallback_recompute(), App::DocumentPy::staticCallback_redo(), Mesh::MeshPy::staticCallback_refine(), Gui::SelectionObjectPy::staticCallback_remove(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_remove(), Spreadsheet::SheetPy::staticCallback_removeColumns(), Gui::PythonWorkbenchPy::staticCallback_removeCommandbar(), Gui::PythonWorkbenchPy::staticCallback_RemoveCommandbar(), Mesh::MeshPy::staticCallback_removeComponents(), Gui::PythonWorkbenchPy::staticCallback_removeContextMenu(), Gui::PythonWorkbenchPy::staticCallback_RemoveContextMenu(), TechDraw::DrawViewPartPy::staticCallback_removeCosmeticEdge(), TechDraw::DrawViewPartPy::staticCallback_removeCosmeticVertex(), Mesh::MeshFeaturePy::staticCallback_removeDuplicatedFacets(), Mesh::MeshPy::staticCallback_removeDuplicatedFacets(), Mesh::MeshFeaturePy::staticCallback_removeDuplicatedPoints(), Mesh::MeshPy::staticCallback_removeDuplicatedPoints(), Mesh::MeshPy::staticCallback_removeFacets(), Mesh::MeshFeaturePy::staticCallback_removeFoldsOnSurface(), Mesh::MeshPy::staticCallback_removeFoldsOnSurface(), Mesh::MeshPy::staticCallback_removeFullBoundaryFacets(), Part::TopoShapePy::staticCallback_removeInternalWires(), Mesh::MeshFeaturePy::staticCallback_removeInvalidPoints(), Mesh::MeshPy::staticCallback_removeInvalidPoints(), Part::BSplineCurve2dPy::staticCallback_removeKnot(), Part::BSplineCurvePy::staticCallback_removeKnot(), Gui::PythonWorkbenchPy::staticCallback_removeMenu(), Gui::PythonWorkbenchPy::staticCallback_RemoveMenu(), Mesh::MeshPy::staticCallback_removeNeedles(), Mesh::MeshFeaturePy::staticCallback_removeNonManifoldPoints(), Mesh::MeshPy::staticCallback_removeNonManifoldPoints(), Mesh::MeshFeaturePy::staticCallback_removeNonManifolds(), Mesh::MeshPy::staticCallback_removeNonManifolds(), Path::FeaturePathCompoundPy::staticCallback_removeObject(), App::GroupExtensionPy::staticCallback_removeObject(), App::DocumentPy::staticCallback_removeObject(), App::GroupExtensionPy::staticCallback_removeObjects(), App::GroupExtensionPy::staticCallback_removeObjectsFromDocument(), Part::BezierCurvePy::staticCallback_removePole(), Part::BezierCurve2dPy::staticCallback_removePole(), Part::BezierSurfacePy::staticCallback_removePoleCol(), Part::BezierSurfacePy::staticCallback_removePoleRow(), TechDraw::DrawProjGroupPy::staticCallback_removeProjection(), App::DocumentObjectPy::staticCallback_removeProperty(), Gui::ViewProviderPy::staticCallback_removeProperty(), Spreadsheet::SheetPy::staticCallback_removeRows(), MeshGui::ViewProviderMeshPy::staticCallback_removeSelection(), Gui::PythonWorkbenchPy::staticCallback_removeToolbar(), Gui::PythonWorkbenchPy::staticCallback_RemoveToolbar(), Part::BSplineSurfacePy::staticCallback_removeUKnot(), TechDraw::DrawPagePy::staticCallback_removeView(), TechDraw::DrawViewClipPy::staticCallback_removeView(), TechDraw::DrawViewCollectionPy::staticCallback_removeView(), Part::BSplineSurfacePy::staticCallback_removeVKnot(), Sketcher::SketchObjectPy::staticCallback_renameConstraint(), Gui::LinkViewPy::staticCallback_reset(), Gui::DocumentPy::staticCallback_resetEdit(), App::DocumentPy::staticCallback_restore(), Base::PersistencePy::staticCallback_restoreContent(), App::PropertyContainerPy::staticCallback_restorePropertyContent(), Part::Curve2dPy::staticCallback_reverse(), Part::GeometryCurvePy::staticCallback_reverse(), Part::TopoShapePy::staticCallback_reverse(), Base::AxisPy::staticCallback_reversed(), Part::Geometry2dPy::staticCallback_rotate(), Part::GeometryPy::staticCallback_rotate(), Mesh::MeshPy::staticCallback_rotate(), Part::TopoShapePy::staticCallback_rotate(), Base::MatrixPy::staticCallback_rotateX(), Base::MatrixPy::staticCallback_rotateY(), Base::MatrixPy::staticCallback_rotateZ(), App::DocumentPy::staticCallback_save(), App::DocumentPy::staticCallback_saveAs(), App::DocumentPy::staticCallback_saveCopy(), Base::MatrixPy::staticCallback_scale(), Part::Geometry2dPy::staticCallback_scale(), Part::GeometryPy::staticCallback_scale(), Base::VectorPy::staticCallback_scale(), Base::BoundBoxPy::staticCallback_scale(), Part::TopoShapePy::staticCallback_scale(), Gui::DocumentPy::staticCallback_scrollToTreeItem(), Part::BezierCurvePy::staticCallback_segment(), Part::BezierCurve2dPy::staticCallback_segment(), Part::BSplineCurve2dPy::staticCallback_segment(), Part::BSplineCurvePy::staticCallback_segment(), Part::BezierSurfacePy::staticCallback_segment(), Part::BSplineSurfacePy::staticCallback_segment(), Gui::DocumentPy::staticCallback_sendMsgToViews(), App::MaterialPy::staticCallback_set(), Spreadsheet::SheetPy::staticCallback_set(), Base::MatrixPy::staticCallback_setA(), Base::MatrixPy::staticCallback_setA11(), Base::MatrixPy::staticCallback_setA12(), Base::MatrixPy::staticCallback_setA13(), Base::MatrixPy::staticCallback_setA14(), Base::MatrixPy::staticCallback_setA21(), Base::MatrixPy::staticCallback_setA22(), Base::MatrixPy::staticCallback_setA23(), Base::MatrixPy::staticCallback_setA24(), Base::MatrixPy::staticCallback_setA31(), Base::MatrixPy::staticCallback_setA32(), Base::MatrixPy::staticCallback_setA33(), Base::MatrixPy::staticCallback_setA34(), Base::MatrixPy::staticCallback_setA41(), Base::MatrixPy::staticCallback_setA42(), Base::MatrixPy::staticCallback_setA43(), Base::MatrixPy::staticCallback_setA44(), Sketcher::SketchObjectPy::staticCallback_setActive(), Gui::DocumentPy::staticCallback_setActiveObject(), Gui::DocumentPy::staticCallback_setActiveView(), Spreadsheet::SheetPy::staticCallback_setAlias(), Spreadsheet::SheetPy::staticCallback_setAlignment(), App::MaterialPy::staticCallback_setAmbientColor(), Base::RotationPy::staticCallback_setAngle(), Part::ArcOfConicPy::staticCallback_setAngleXU(), Part::ConicPy::staticCallback_setAngleXU(), Gui::ViewProviderPy::staticCallback_setAnnotation(), Attacher::AttachEnginePy::staticCallback_setAttachmentOffset(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setAuxiliarySpine(), Base::CoordinateSystemPy::staticCallback_setAxes(), Part::PlanePy::staticCallback_setAxis(), Base::CoordinateSystemPy::staticCallback_setAxis(), Part::ArcOfConicPy::staticCallback_setAxis(), Part::CylinderPy::staticCallback_setAxis(), Part::ConicPy::staticCallback_setAxis(), Part::ToroidPy::staticCallback_setAxis(), Part::SpherePy::staticCallback_setAxis(), Part::ConePy::staticCallback_setAxis(), Base::RotationPy::staticCallback_setAxis(), Robot::Robot6AxisPy::staticCallback_setAxis1(), Robot::Robot6AxisPy::staticCallback_setAxis2(), Robot::Robot6AxisPy::staticCallback_setAxis3(), Robot::Robot6AxisPy::staticCallback_setAxis4(), Robot::Robot6AxisPy::staticCallback_setAxis5(), Robot::Robot6AxisPy::staticCallback_setAxis6(), Gui::AxisOriginPy::staticCallback_setAxisLength(), Spreadsheet::SheetPy::staticCallback_setBackground(), Base::AxisPy::staticCallback_setBase(), Base::PlacementPy::staticCallback_setBase(), Robot::WaypointPy::staticCallback_setBase(), Robot::Robot6AxisPy::staticCallback_setBase(), Part::OffsetCurve2dPy::staticCallback_setBasisCurve(), Part::SurfaceOfRevolutionPy::staticCallback_setBasisCurve(), Part::SurfaceOfExtrusionPy::staticCallback_setBasisCurve(), Part::OffsetCurvePy::staticCallback_setBasisCurve(), Part::OffsetSurfacePy::staticCallback_setBasisSurface(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setBiNormalMode(), PartDesignGui::ViewProviderPy::staticCallback_setBodyMode(), Part::ArcOfConicPy::staticCallback_setCenter(), Part::ConicPy::staticCallback_setCenter(), Part::CylinderPy::staticCallback_setCenter(), Part::ToroidPy::staticCallback_setCenter(), Part::SpherePy::staticCallback_setCenter(), Part::ConePy::staticCallback_setCenter(), Path::PathPy::staticCallback_setCenter(), Gui::LinkViewPy::staticCallback_setChildren(), Spreadsheet::SheetPy::staticCallback_setColumnWidth(), Path::PathPy::staticCallback_setCommands(), Sketcher::SketchObjectPy::staticCallback_setConstruction(), Part::GeometryPy::staticCallback_setConstruction(), Robot::WaypointPy::staticCallback_setCont(), Path::ToolPy::staticCallback_setCornerRadius(), Gui::LinkViewPy::staticCallback_setCount(), PathSimulator::PathSimPy::staticCallback_SetCurrentTool(), Path::ToolPy::staticCallback_setCuttingEdgeAngle(), Path::ToolPy::staticCallback_setCuttingEdgeHeight(), Sketcher::SketchObjectPy::staticCallback_setDatum(), Sketcher::SketchObjectPy::staticCallback_setDatumsDriving(), Path::AreaPy::staticCallback_setDefaultParams(), Path::ToolPy::staticCallback_setDiameter(), App::MaterialPy::staticCallback_setDiffuseColor(), Part::Line2dPy::staticCallback_setDirection(), Part::LinePy::staticCallback_setDirection(), Part::SurfaceOfRevolutionPy::staticCallback_setDirection(), Part::SurfaceOfExtrusionPy::staticCallback_setDirection(), Base::AxisPy::staticCallback_setDirection(), Spreadsheet::SheetPy::staticCallback_setDisplayUnit(), Gui::ViewProviderLinkPy::staticCallback_setDraggingPlacement(), Sketcher::SketchObjectPy::staticCallback_setDriving(), Gui::DocumentPy::staticCallback_setEdit(), TechDraw::DrawSVGTemplatePy::staticCallback_setEditFieldContent(), App::PropertyContainerPy::staticCallback_setEditorMode(), FemGui::ViewProviderFemMeshPy::staticCallback_setElementColor(), App::MaterialPy::staticCallback_setEmissiveColor(), Part::Line2dSegmentPy::staticCallback_setEndPoint(), Part::LineSegmentPy::staticCallback_setEndPoint(), App::DocumentObjectPy::staticCallback_setExpression(), Part::GeometryPy::staticCallback_setExtension(), Sketcher::ConstraintPy::staticCallback_setFirst(), Sketcher::ConstraintPy::staticCallback_setFirstPos(), Sketcher::ExternalGeometryExtensionPy::staticCallback_setFlag(), Path::ToolPy::staticCallback_setFlatRadius(), Part::Parabola2dPy::staticCallback_setFocal(), Part::ArcOfParabolaPy::staticCallback_setFocal(), Part::ArcOfParabola2dPy::staticCallback_setFocal(), Part::ParabolaPy::staticCallback_setFocal(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setForceApproxC1(), Spreadsheet::SheetPy::staticCallback_setForeground(), Base::QuantityPy::staticCallback_setFormat(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setFrenetMode(), Path::CommandPy::staticCallback_setFromGCode(), Path::PathPy::staticCallback_setFromGCode(), Path::ToolPy::staticCallback_setFromTemplate(), Path::TooltablePy::staticCallback_setFromTemplate(), FemGui::ViewProviderFemMeshPy::staticCallback_setHighlightedNodes(), Sketcher::SketchGeometryExtensionPy::staticCallback_setId(), Part::BSplineCurve2dPy::staticCallback_setKnot(), Part::BSplineCurvePy::staticCallback_setKnot(), Part::BSplineCurve2dPy::staticCallback_setKnots(), Part::BSplineCurvePy::staticCallback_setKnots(), Gui::AxisOriginPy::staticCallback_setLabels(), Base::VectorPy::staticCallback_setLength(), Path::ToolPy::staticCallback_setLengthOffset(), Gui::AxisOriginPy::staticCallback_setLineWidth(), App::LinkBaseExtensionPy::staticCallback_setLink(), Gui::LinkViewPy::staticCallback_setLink(), Part::Conic2dPy::staticCallback_setLocation(), Part::LinePy::staticCallback_setLocation(), Part::ConicPy::staticCallback_setLocation(), Part::Line2dPy::staticCallback_setLocation(), Part::ArcOfConicPy::staticCallback_setLocation(), Part::SurfaceOfRevolutionPy::staticCallback_setLocation(), Part::ArcOfConic2dPy::staticCallback_setLocation(), Part::Ellipse2dPy::staticCallback_setMajorRadius(), Part::Hyperbola2dPy::staticCallback_setMajorRadius(), Part::HyperbolaPy::staticCallback_setMajorRadius(), Part::ArcOfEllipsePy::staticCallback_setMajorRadius(), Part::ArcOfHyperbolaPy::staticCallback_setMajorRadius(), Part::EllipsePy::staticCallback_setMajorRadius(), Part::ArcOfEllipse2dPy::staticCallback_setMajorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_setMajorRadius(), Part::ToroidPy::staticCallback_setMajorRadius(), Gui::LinkViewPy::staticCallback_setMaterial(), Path::ToolPy::staticCallback_setMaterial(), Data::ComplexGeoDataPy::staticCallback_setMatrix(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setMaxDegree(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setMaxSegments(), Part::Ellipse2dPy::staticCallback_setMinorRadius(), Part::Hyperbola2dPy::staticCallback_setMinorRadius(), Part::HyperbolaPy::staticCallback_setMinorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_setMinorRadius(), Part::ArcOfEllipse2dPy::staticCallback_setMinorRadius(), Part::ArcOfHyperbolaPy::staticCallback_setMinorRadius(), Part::ArcOfEllipsePy::staticCallback_setMinorRadius(), Part::EllipsePy::staticCallback_setMinorRadius(), Part::ToroidPy::staticCallback_setMinorRadius(), Sketcher::SketchObjectPy::staticCallback_setMissingLineEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingRadiusConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingVerticalHorizontalConstraints(), Attacher::AttachEnginePy::staticCallback_setMode(), Robot::WaypointPy::staticCallback_setName(), Part::GeometryExtensionPy::staticCallback_setName(), Path::CommandPy::staticCallback_setName(), Path::ToolPy::staticCallback_setName(), Sketcher::ConstraintPy::staticCallback_setName(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeColor(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeColorByScalars(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeDisplacement(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeDisplacementByVectors(), Part::BSplineCurve2dPy::staticCallback_setNotPeriodic(), Part::BSplineCurvePy::staticCallback_setNotPeriodic(), App::GroupExtensionPy::staticCallback_setObjects(), Part::OffsetCurvePy::staticCallback_setOffsetDirection(), Part::OffsetCurvePy::staticCallback_setOffsetValue(), Part::OffsetSurfacePy::staticCallback_setOffsetValue(), Part::OffsetCurve2dPy::staticCallback_setOffsetValue(), Part::TopoShapePy::staticCallback_setOrientation(), Part::BSplineCurve2dPy::staticCallback_setOrigin(), Part::BSplineCurvePy::staticCallback_setOrigin(), Gui::LinkViewPy::staticCallback_setOwner(), Attacher::AttachEnginePy::staticCallback_setParameter(), Part::TrimmedCurvePy::staticCallback_setParameterRange(), Part::Line2dSegmentPy::staticCallback_setParameterRange(), Part::LineSegmentPy::staticCallback_setParameterRange(), Path::CommandPy::staticCallback_setParameters(), Path::FeatureAreaPy::staticCallback_setParams(), Path::AreaPy::staticCallback_setParams(), Part::BSplineCurve2dPy::staticCallback_setPeriodic(), Part::BSplineCurvePy::staticCallback_setPeriodic(), Base::CoordinateSystemPy::staticCallback_setPlacement(), Data::ComplexGeoDataPy::staticCallback_setPlacement(), Path::CommandPy::staticCallback_setPlacement(), Path::AreaPy::staticCallback_setPlane(), Gui::AxisOriginPy::staticCallback_setPlane(), Mesh::MeshPy::staticCallback_setPoint(), Gui::AxisOriginPy::staticCallback_setPointSize(), Part::BezierCurvePy::staticCallback_setPole(), Part::BezierCurve2dPy::staticCallback_setPole(), Part::BSplineCurve2dPy::staticCallback_setPole(), Part::BezierSurfacePy::staticCallback_setPole(), Part::BSplineCurvePy::staticCallback_setPole(), Part::BSplineSurfacePy::staticCallback_setPole(), Part::BezierSurfacePy::staticCallback_setPoleCol(), Part::BSplineSurfacePy::staticCallback_setPoleCol(), Part::BezierSurfacePy::staticCallback_setPoleRow(), Part::BSplineSurfacePy::staticCallback_setPoleRow(), Part::BezierCurvePy::staticCallback_setPoles(), Part::BezierCurve2dPy::staticCallback_setPoles(), Gui::DocumentPy::staticCallback_setPos(), Robot::WaypointPy::staticCallback_setPos(), Part::PlanePy::staticCallback_setPosition(), Base::CoordinateSystemPy::staticCallback_setPosition(), Base::RotationPy::staticCallback_setQ(), Part::Circle2dPy::staticCallback_setRadius(), Part::ArcOfCirclePy::staticCallback_setRadius(), Part::ArcOfCircle2dPy::staticCallback_setRadius(), Part::CirclePy::staticCallback_setRadius(), Part::CylinderPy::staticCallback_setRadius(), Part::SpherePy::staticCallback_setRadius(), Part::ConePy::staticCallback_setRadius(), App::DocumentPy::staticCallback_setRecomputesFrozen(), Sketcher::ExternalGeometryExtensionPy::staticCallback_setRef(), Attacher::AttachEnginePy::staticCallback_setReferences(), Attacher::AttachEnginePy::staticCallback_setReverse(), Gui::ViewProviderPy::staticCallback_setRootNode(), Base::PlacementPy::staticCallback_setRotation(), Spreadsheet::SheetPy::staticCallback_setRowHeight(), Gui::AxisOriginPy::staticCallback_setScale(), Sketcher::ConstraintPy::staticCallback_setSecond(), Sketcher::ConstraintPy::staticCallback_setSecondPos(), MeshGui::ViewProviderMeshPy::staticCallback_setSelection(), Part::ConePy::staticCallback_setSemiAngle(), Fem::FemMeshPy::staticCallback_setShape(), App::MaterialPy::staticCallback_setShininess(), App::MaterialPy::staticCallback_setSpecularColor(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setSpineSupport(), Fem::FemMeshPy::staticCallback_setStandardHypotheses(), Part::Line2dSegmentPy::staticCallback_setStartPoint(), Part::LineSegmentPy::staticCallback_setStartPoint(), Spreadsheet::SheetPy::staticCallback_setStyle(), Robot::Robot6AxisPy::staticCallback_setTcp(), Sketcher::ConstraintPy::staticCallback_setThird(), Sketcher::ConstraintPy::staticCallback_setThirdPos(), Part::TopoShapeVertexPy::staticCallback_setTolerance(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTolerance(), Part::TopoShapeFacePy::staticCallback_setTolerance(), Part::TopoShapeEdgePy::staticCallback_setTolerance(), Path::TooltablePy::staticCallback_setTool(), Robot::WaypointPy::staticCallback_setTool(), Path::TooltablePy::staticCallback_setTools(), Path::ToolPy::staticCallback_setToolType(), Gui::LinkViewPy::staticCallback_setTransform(), Fem::FemMeshPy::staticCallback_setTransform(), Gui::ViewProviderPy::staticCallback_setTransformation(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTransitionMode(), App::MaterialPy::staticCallback_setTransparency(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTrihedronMode(), Gui::LinkViewPy::staticCallback_setType(), Robot::WaypointPy::staticCallback_setType(), Part::BSplineSurfacePy::staticCallback_setUKnot(), Part::BSplineSurfacePy::staticCallback_setUKnots(), App::DocumentPy::staticCallback_setUndoMode(), Base::QuantityPy::staticCallback_setUnit(), Part::BSplineSurfacePy::staticCallback_setUNotPeriodic(), Part::BSplineSurfacePy::staticCallback_setUOrigin(), Part::BSplineSurfacePy::staticCallback_setUPeriodic(), Gui::ViewProviderLinkPy::staticCallback_setUseCenterballDragger(), Part::GeometryIntExtensionPy::staticCallback_setValue(), Part::GeometryBoolExtensionPy::staticCallback_setValue(), Part::GeometryDoubleExtensionPy::staticCallback_setValue(), Part::GeometryStringExtensionPy::staticCallback_setValue(), Base::QuantityPy::staticCallback_setValue(), Robot::WaypointPy::staticCallback_setVelocity(), Sketcher::SketchObjectPy::staticCallback_setVirtualSpace(), Gui::LinkViewPy::staticCallback_setVisibilities(), Part::BSplineSurfacePy::staticCallback_setVKnot(), Part::BSplineSurfacePy::staticCallback_setVKnots(), Part::BSplineSurfacePy::staticCallback_setVNotPeriodic(), Base::BoundBoxPy::staticCallback_setVoid(), Part::BSplineSurfacePy::staticCallback_setVOrigin(), Part::BSplineSurfacePy::staticCallback_setVPeriodic(), Robot::TrajectoryPy::staticCallback_setWaypoints(), Part::BezierCurve2dPy::staticCallback_setWeight(), Part::BezierCurvePy::staticCallback_setWeight(), Part::BSplineCurve2dPy::staticCallback_setWeight(), Part::BSplineCurvePy::staticCallback_setWeight(), Part::BezierSurfacePy::staticCallback_setWeight(), Part::BSplineSurfacePy::staticCallback_setWeight(), Part::BezierSurfacePy::staticCallback_setWeightCol(), Part::BSplineSurfacePy::staticCallback_setWeightCol(), Part::BezierSurfacePy::staticCallback_setWeightRow(), Part::BSplineSurfacePy::staticCallback_setWeightRow(), Path::FeatureAreaPy::staticCallback_setWorkPlane(), Path::AreaPy::staticCallback_setWorkplane(), Part::PointPy::staticCallback_setX(), Mesh::MeshPointPy::staticCallback_setx(), Base::VectorPy::staticCallback_setx(), Part::Conic2dPy::staticCallback_setXAxis(), Part::ArcOfConic2dPy::staticCallback_setXAxis(), Part::ArcOfConicPy::staticCallback_setXAxis(), Part::ConicPy::staticCallback_setXAxis(), Base::CoordinateSystemPy::staticCallback_setXDirection(), Base::BoundBoxPy::staticCallback_setXMax(), Base::BoundBoxPy::staticCallback_setXMin(), Part::PointPy::staticCallback_setY(), Mesh::MeshPointPy::staticCallback_sety(), Base::VectorPy::staticCallback_sety(), Part::Conic2dPy::staticCallback_setYAxis(), Part::ArcOfConic2dPy::staticCallback_setYAxis(), Part::ArcOfConicPy::staticCallback_setYAxis(), Part::ConicPy::staticCallback_setYAxis(), Base::CoordinateSystemPy::staticCallback_setYDirection(), Base::BoundBoxPy::staticCallback_setYMax(), Base::BoundBoxPy::staticCallback_setYMin(), Part::PointPy::staticCallback_setZ(), Mesh::MeshPointPy::staticCallback_setz(), Base::VectorPy::staticCallback_setz(), Base::CoordinateSystemPy::staticCallback_setZDirection(), Base::BoundBoxPy::staticCallback_setZMax(), Base::BoundBoxPy::staticCallback_setZMin(), Part::TopoShapePy::staticCallback_sewShape(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_shape(), Gui::DocumentPy::staticCallback_show(), Gui::ViewProviderPy::staticCallback_show(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_simulate(), Mesh::MeshFeaturePy::staticCallback_smooth(), Mesh::MeshPy::staticCallback_snapVertex(), Sketcher::SketchPy::staticCallback_solve(), Sketcher::SketchObjectPy::staticCallback_solve(), Spreadsheet::SheetPy::staticCallback_splitCell(), Mesh::MeshPy::staticCallback_splitEdge(), Mesh::MeshPy::staticCallback_splitEdges(), Mesh::MeshPy::staticCallback_splitFacet(), Base::MatrixPy::staticCallback_submatrix(), Attacher::AttachEnginePy::staticCallback_suggestModes(), App::DocumentObjectPy::staticCallback_supportedProperties(), Gui::ViewProviderPy::staticCallback_supportedProperties(), App::DocumentPy::staticCallback_supportedTypes(), Mesh::MeshPy::staticCallback_swapEdge(), Part::Curve2dPy::staticCallback_tangent(), TechDraw::DrawViewDimExtentPy::staticCallback_tbd(), Part::BSplineCurve2dPy::staticCallback_toBezier(), Part::BSplineCurve2dPy::staticCallback_toBiArcs(), Part::Curve2dPy::staticCallback_toBSpline(), Sketcher::SketchObjectPy::staticCallback_toggleActive(), Sketcher::SketchObjectPy::staticCallback_toggleConstruction(), Sketcher::SketchObjectPy::staticCallback_toggleDriving(), Gui::DocumentPy::staticCallback_toggleTreeItem(), Sketcher::SketchObjectPy::staticCallback_toggleVirtualSpace(), Gui::ViewProviderPy::staticCallback_toString(), App::DocumentObjectPy::staticCallback_touch(), Path::CommandPy::staticCallback_transform(), Part::Geometry2dPy::staticCallback_transform(), Part::GeometryPy::staticCallback_transform(), Base::CoordinateSystemPy::staticCallback_transform(), Base::MatrixPy::staticCallback_transform(), Mesh::MeshPy::staticCallback_transform(), Base::BoundBoxPy::staticCallback_transformed(), Part::TopoShapePy::staticCallback_transformShape(), Base::CoordinateSystemPy::staticCallback_transformTo(), Mesh::MeshPy::staticCallback_transformToEigen(), Part::Geometry2dPy::staticCallback_translate(), Part::GeometryPy::staticCallback_translate(), Mesh::MeshPy::staticCallback_translate(), Part::TopoShapePy::staticCallback_translate(), Base::MatrixPy::staticCallback_transpose(), Sketcher::SketchObjectPy::staticCallback_trim(), Mesh::MeshPy::staticCallback_trim(), Mesh::MeshPointPy::staticCallback_unbound(), Mesh::FacetPy::staticCallback_unbound(), App::DocumentPy::staticCallback_undo(), Base::BoundBoxPy::staticCallback_united(), Base::MatrixPy::staticCallback_unity(), Gui::ViewProviderDocumentObjectPy::staticCallback_update(), Gui::DocumentPy::staticCallback_update(), Part::TopoShapeFacePy::staticCallback_validate(), Part::Curve2dPy::staticCallback_value(), Robot::TrajectoryPy::staticCallback_velocity(), and Attacher::AttachEnginePy::staticCallback_writeParametersToFeature().

◆ isNotTracking()

bool Base::PyObjectBase::isNotTracking ( ) const

◆ isValid()

bool Base::PyObjectBase::isValid ( )

Referenced by Part::TopoShapePy::isValid(), Part::TopoShapePy::staticCallback___getstate__(), Part::BSplineCurvePy::staticCallback___reduce__(), Base::VectorPy::staticCallback___reduce__(), Part::TopoShapePy::staticCallback___setstate__(), Path::AreaPy::staticCallback_abort(), App::DocumentPy::staticCallback_abortTransaction(), Gui::WorkbenchPy::staticCallback_activate(), Gui::DocumentPy::staticCallback_activeObject(), Gui::DocumentPy::staticCallback_activeView(), Part::TopoShapeCompSolidPy::staticCallback_add(), Part::TopoShapeCompoundPy::staticCallback_add(), Part::TopoShapeShellPy::staticCallback_add(), Path::AreaPy::staticCallback_add(), Part::TopoShapeWirePy::staticCallback_add(), Base::BoundBoxPy::staticCallback_add(), Base::VectorPy::staticCallback_add(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_add(), Gui::DocumentPy::staticCallback_addAnnotation(), Path::PathPy::staticCallback_addCommands(), Sketcher::SketchPy::staticCallback_addConstraint(), Sketcher::SketchObjectPy::staticCallback_addConstraint(), Sketcher::SketchObjectPy::staticCallback_addCopy(), Gui::ViewProviderPy::staticCallback_addDisplayMode(), Fem::FemMeshPy::staticCallback_addEdge(), App::ExtensionContainerPy::staticCallback_addExtension(), Sketcher::SketchObjectPy::staticCallback_addExternal(), Fem::FemMeshPy::staticCallback_addFace(), Mesh::MeshPy::staticCallback_addFacet(), Mesh::MeshPy::staticCallback_addFacets(), Sketcher::SketchObjectPy::staticCallback_addGeometry(), Sketcher::SketchPy::staticCallback_addGeometry(), Fem::FemMeshPy::staticCallback_addHypothesis(), Mesh::MeshPy::staticCallback_addMesh(), Sketcher::SketchObjectPy::staticCallback_addMove(), Fem::FemMeshPy::staticCallback_addNode(), Path::FeaturePathCompoundPy::staticCallback_addObject(), App::GroupExtensionPy::staticCallback_addObject(), App::DocumentPy::staticCallback_addObject(), App::GroupExtensionPy::staticCallback_addObjects(), Points::PointsPy::staticCallback_addPoints(), TechDraw::DrawProjGroupPy::staticCallback_addProjection(), App::DocumentObjectPy::staticCallback_addProperty(), Gui::ViewProviderPy::staticCallback_addProperty(), Fem::FemMeshPy::staticCallback_addQuad(), Sketcher::SketchObjectPy::staticCallback_addRectangularArray(), Measure::MeasurementPy::staticCallback_addReference3D(), MeshGui::ViewProviderMeshPy::staticCallback_addSelection(), Sketcher::SketchObjectPy::staticCallback_addSymmetric(), Path::TooltablePy::staticCallback_addTools(), TechDraw::DrawPagePy::staticCallback_addView(), TechDraw::DrawViewClipPy::staticCallback_addView(), TechDraw::DrawViewCollectionPy::staticCallback_addView(), Fem::FemMeshPy::staticCallback_addVolume(), Sketcher::SketchObjectPy::staticCallback_analyseMissingPointOnPointCoincident(), Base::MatrixPy::staticCallback_analyze(), Part::TopoShapePy::staticCallback_ancestorsOfType(), Measure::MeasurementPy::staticCallback_angle(), Gui::PythonWorkbenchPy::staticCallback_appendCommandbar(), Gui::PythonWorkbenchPy::staticCallback_AppendCommandbar(), Gui::PythonWorkbenchPy::staticCallback_appendContextMenu(), Gui::PythonWorkbenchPy::staticCallback_AppendContextMenu(), Gui::PythonWorkbenchPy::staticCallback_appendMenu(), Gui::PythonWorkbenchPy::staticCallback_AppendMenu(), Gui::PythonWorkbenchPy::staticCallback_appendToolbar(), Gui::PythonWorkbenchPy::staticCallback_AppendToolbar(), PathSimulator::PathSimPy::staticCallback_ApplyCommand(), FemGui::ViewProviderFemMeshPy::staticCallback_applyDisplacement(), Part::TopoShapeWirePy::staticCallback_approximate(), Part::BSplineCurve2dPy::staticCallback_approximate(), Part::BSplineCurvePy::staticCallback_approximate(), Part::BSplineSurfacePy::staticCallback_approximate(), Part::Curve2dPy::staticCallback_approximateBSpline(), Part::GeometryCurvePy::staticCallback_approximateBSpline(), Sketcher::SketchObjectPy::staticCallback_autoconstraint(), TechDraw::DrawProjGroupItemPy::staticCallback_autoPosition(), Sketcher::SketchObjectPy::staticCallback_autoRemoveRedundants(), PathSimulator::PathSimPy::staticCallback_BeginSimulation(), Part::BezierSurfacePy::staticCallback_bounds(), Part::BSplineSurfacePy::staticCallback_bounds(), Part::GeometrySurfacePy::staticCallback_bounds(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_build(), Part::BSplineCurve2dPy::staticCallback_buildFromPoles(), Part::BSplineCurvePy::staticCallback_buildFromPoles(), Part::BSplineCurve2dPy::staticCallback_buildFromPolesMultsKnots(), Part::BSplineCurvePy::staticCallback_buildFromPolesMultsKnots(), Part::BSplineSurfacePy::staticCallback_buildFromPolesMultsKnots(), App::LinkBaseExtensionPy::staticCallback_cacheChildLabel(), Sketcher::SketchObjectPy::staticCallback_calculateAngleViaPoint(), Attacher::AttachEnginePy::staticCallback_calculateAttachedPlacement(), Sketcher::SketchObjectPy::staticCallback_calculateConstraintError(), Sketcher::SketchObjectPy::staticCallback_carbonCopy(), Part::Curve2dPy::staticCallback_centerOfCurvature(), Part::GeometryCurvePy::staticCallback_centerOfCurvature(), Part::TopoShapeEdgePy::staticCallback_centerOfCurvatureAt(), Part::AttachExtensionPy::staticCallback_changeAttacherType(), Sketcher::SketchObjectPy::staticCallback_changeConstraintsLocking(), Robot::Robot6AxisPy::staticCallback_check(), Part::TopoShapePy::staticCallback_check(), Part::TopoShapePy::staticCallback_childShapes(), Gui::ViewProviderPy::staticCallback_claimChildren(), Part::TopoShapePy::staticCallback_cleaned(), Measure::MeasurementPy::staticCallback_clear(), Sketcher::SketchPy::staticCallback_clear(), Spreadsheet::SheetPy::staticCallback_clear(), Mesh::MeshPy::staticCallback_clear(), Spreadsheet::SheetPy::staticCallback_clearAll(), TechDraw::DrawViewPartPy::staticCallback_clearCenterLines(), TechDraw::DrawViewPartPy::staticCallback_clearCosmeticEdges(), TechDraw::DrawViewPartPy::staticCallback_clearCosmeticVertices(), TechDraw::DrawViewPartPy::staticCallback_clearGeomFormats(), MeshGui::ViewProviderMeshPy::staticCallback_clearSelection(), App::DocumentPy::staticCallback_clearUndos(), TechDraw::CenterLinePy::staticCallback_clone(), TechDraw::CosmeticEdgePy::staticCallback_clone(), TechDraw::CosmeticVertexPy::staticCallback_clone(), TechDraw::GeomFormatPy::staticCallback_clone(), Part::GeometryPy::staticCallback_clone(), Base::BoundBoxPy::staticCallback_closestPoint(), Mesh::MeshPy::staticCallback_coarsen(), Mesh::MeshPy::staticCallback_collapseEdge(), Mesh::MeshPy::staticCallback_collapseFacet(), Mesh::MeshPy::staticCallback_collapseFacets(), Measure::MeasurementPy::staticCallback_com(), App::DocumentPy::staticCallback_commitTransaction(), Part::TopoShapePy::staticCallback_common(), Part::TopoShapePy::staticCallback_complement(), Part::ParabolaPy::staticCallback_compute(), Fem::FemMeshPy::staticCallback_compute(), App::LinkBaseExtensionPy::staticCallback_configLinkProperty(), Part::TopoShapeCompoundPy::staticCallback_connectEdgesToWires(), Sketcher::SketchObjectPy::staticCallback_convertToNURBS(), Base::AxisPy::staticCallback_copy(), Part::GeometryExtensionPy::staticCallback_copy(), Path::ToolPy::staticCallback_copy(), Path::TooltablePy::staticCallback_copy(), Points::PointsPy::staticCallback_copy(), Base::PlacementPy::staticCallback_copy(), TechDraw::GeomFormatPy::staticCallback_copy(), TechDraw::CosmeticEdgePy::staticCallback_copy(), TechDraw::CosmeticVertexPy::staticCallback_copy(), TechDraw::CenterLinePy::staticCallback_copy(), Mesh::MeshPy::staticCallback_copy(), Part::Geometry2dPy::staticCallback_copy(), Part::GeometryPy::staticCallback_copy(), Attacher::AttachEnginePy::staticCallback_copy(), Path::PathPy::staticCallback_copy(), Fem::FemMeshPy::staticCallback_copy(), Part::TopoShapePy::staticCallback_copy(), App::DocumentPy::staticCallback_copyObject(), Mesh::MeshPy::staticCallback_countComponents(), Mesh::MeshFeaturePy::staticCallback_countFacets(), Mesh::MeshPy::staticCallback_countNonUniformOrientedFacets(), Mesh::MeshFeaturePy::staticCallback_countPoints(), Mesh::MeshPy::staticCallback_countSegments(), Base::VectorPy::staticCallback_cross(), Mesh::MeshPy::staticCallback_crossSections(), Part::GeometrySurfacePy::staticCallback_curvature(), Part::Curve2dPy::staticCallback_curvature(), Part::GeometryCurvePy::staticCallback_curvature(), Part::TopoShapeFacePy::staticCallback_curvatureAt(), Part::TopoShapeEdgePy::staticCallback_curvatureAt(), Part::GeometrySurfacePy::staticCallback_curvatureDirections(), Part::TopoShapeFacePy::staticCallback_curveOnSurface(), Part::TopoShapePy::staticCallback_cut(), Mesh::MeshPy::staticCallback_cut(), Part::TopoShapeFacePy::staticCallback_cutHoles(), Mesh::MeshPy::staticCallback_decimate(), Part::TopoShapePy::staticCallback_defeaturing(), Sketcher::SketchObjectPy::staticCallback_delConstraint(), Sketcher::SketchObjectPy::staticCallback_delConstraintOnPoint(), Sketcher::SketchObjectPy::staticCallback_deleteAllConstraints(), Sketcher::SketchObjectPy::staticCallback_deleteAllGeometry(), Path::PathPy::staticCallback_deleteCommand(), Part::GeometryPy::staticCallback_deleteExtensionOfName(), Part::GeometryPy::staticCallback_deleteExtensionOfType(), Robot::TrajectoryPy::staticCallback_deleteLast(), Path::TooltablePy::staticCallback_deleteTool(), Sketcher::SketchObjectPy::staticCallback_DeleteUnusedInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_deleteUnusedInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_delExternal(), Sketcher::SketchObjectPy::staticCallback_delGeometry(), Measure::MeasurementPy::staticCallback_delta(), Part::TopoShapeFacePy::staticCallback_derivative1At(), Part::TopoShapeEdgePy::staticCallback_derivative1At(), Part::TopoShapeFacePy::staticCallback_derivative2At(), Part::TopoShapeEdgePy::staticCallback_derivative2At(), Part::TopoShapeEdgePy::staticCallback_derivative3At(), Sketcher::SketchObjectPy::staticCallback_detectMissingEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_detectMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_detectMissingVerticalHorizontalConstraints(), Base::MatrixPy::staticCallback_determinant(), Mesh::MeshPy::staticCallback_difference(), Part::GeometryCurvePy::staticCallback_discretize(), Part::Curve2dPy::staticCallback_discretize(), Part::TopoShapeWirePy::staticCallback_discretize(), Part::TopoShapeEdgePy::staticCallback_discretize(), Base::CoordinateSystemPy::staticCallback_displacement(), Base::VectorPy::staticCallback_distanceToLine(), Base::VectorPy::staticCallback_distanceToLineSegment(), Base::VectorPy::staticCallback_distanceToPlane(), Base::VectorPy::staticCallback_distanceToPoint(), Part::TopoShapePy::staticCallback_distToShape(), Base::VectorPy::staticCallback_dot(), Attacher::AttachEnginePy::staticCallback_downgradeRefType(), TechDraw::DrawParametricTemplatePy::staticCallback_drawLine(), Base::PersistencePy::staticCallback_dumpContent(), App::PropertyContainerPy::staticCallback_dumpPropertyContent(), TechDraw::DrawViewSymbolPy::staticCallback_dumpSymbol(), Part::TopoShapePy::staticCallback_dumpToString(), App::DocumentObjectPy::staticCallback_enforceRecompute(), Base::BoundBoxPy::staticCallback_enlarge(), Part::BezierSurfacePy::staticCallback_exchangeUV(), Part::BSplineSurfacePy::staticCallback_exchangeUV(), App::LinkBaseExtensionPy::staticCallback_expandSubname(), Part::TopoShapePy::staticCallback_exportBinary(), Part::TopoShapePy::staticCallback_exportBrep(), Part::TopoShapePy::staticCallback_exportBrepToString(), Spreadsheet::SheetPy::staticCallback_exportFile(), App::DocumentPy::staticCallback_exportGraphviz(), Part::TopoShapePy::staticCallback_exportIges(), Part::TopoShapePy::staticCallback_exportStep(), Part::TopoShapePy::staticCallback_exportStl(), Sketcher::SketchObjectPy::staticCallback_ExposeInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_exposeInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_extend(), Part::TopoShapePy::staticCallback_extrude(), Sketcher::SketchObjectPy::staticCallback_fillet(), Mesh::MeshPy::staticCallback_fillupHoles(), App::DocumentPy::staticCallback_findObjects(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_firstShape(), Part::TopoShapeEdgePy::staticCallback_firstVertex(), Part::TopoShapePy::staticCallback_fix(), Mesh::MeshPy::staticCallback_fixCaps(), Mesh::MeshPy::staticCallback_fixDeformations(), Mesh::MeshFeaturePy::staticCallback_fixDegenerations(), Mesh::MeshPy::staticCallback_fixDegenerations(), Mesh::MeshFeaturePy::staticCallback_fixIndices(), Mesh::MeshPy::staticCallback_fixIndices(), Mesh::MeshFeaturePy::staticCallback_fixSelfIntersections(), Mesh::MeshPy::staticCallback_fixSelfIntersections(), Part::TopoShapePy::staticCallback_fixTolerance(), Part::TopoShapeWirePy::staticCallback_fixWire(), App::LinkBaseExtensionPy::staticCallback_flattenSubname(), Mesh::MeshPy::staticCallback_flipNormals(), Mesh::MeshPy::staticCallback_foraminate(), Points::PointsPy::staticCallback_fromSegment(), Points::PointsPy::staticCallback_fromValid(), Part::TopoShapePy::staticCallback_fuse(), Part::TopoShapePy::staticCallback_generalFuse(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_generated(), Spreadsheet::SheetPy::staticCallback_get(), Base::MatrixPy::staticCallback_getA(), Base::MatrixPy::staticCallback_getA11(), Base::MatrixPy::staticCallback_getA12(), Base::MatrixPy::staticCallback_getA13(), Base::MatrixPy::staticCallback_getA14(), Base::MatrixPy::staticCallback_getA21(), Base::MatrixPy::staticCallback_getA22(), Base::MatrixPy::staticCallback_getA23(), Base::MatrixPy::staticCallback_getA24(), Base::MatrixPy::staticCallback_getA31(), Base::MatrixPy::staticCallback_getA32(), Base::MatrixPy::staticCallback_getA33(), Base::MatrixPy::staticCallback_getA34(), Base::MatrixPy::staticCallback_getA41(), Base::MatrixPy::staticCallback_getA42(), Base::MatrixPy::staticCallback_getA43(), Base::MatrixPy::staticCallback_getA44(), Sketcher::SketchObjectPy::staticCallback_getActive(), Gui::DocumentPy::staticCallback_getActiveObject(), App::DocumentPy::staticCallback_getActiveObject(), Gui::DocumentPy::staticCallback_getActiveView(), Spreadsheet::SheetPy::staticCallback_getAlias(), Spreadsheet::SheetPy::staticCallback_getAlignment(), Base::TypePy::staticCallback_getAllDerived(), Base::BaseClassPy::staticCallback_getAllDerivedFrom(), TechDraw::DrawPagePy::staticCallback_getAllViews(), App::MaterialPy::staticCallback_getAmbientColor(), Base::VectorPy::staticCallback_getAngle(), Base::RotationPy::staticCallback_getAngle(), TechDraw::DrawViewDimensionPy::staticCallback_getAnglePoints(), Part::ArcOfConicPy::staticCallback_getAngleXU(), Part::ConicPy::staticCallback_getAngleXU(), Gui::ViewProviderPy::staticCallback_getAnnotation(), Part::ConePy::staticCallback_getApex(), TechDraw::DrawViewDimensionPy::staticCallback_getArcPoints(), Path::FeatureAreaPy::staticCallback_getArea(), Part::SpherePy::staticCallback_getArea(), Part::ToroidPy::staticCallback_getArea(), Mesh::FacetPy::staticCallback_getArea(), Mesh::MeshPy::staticCallback_getArea(), Part::TopoShapePy::staticCallback_getArea(), Mesh::FacetPy::staticCallback_getAspectRatio(), Mesh::FacetPy::staticCallback_getAspectRatio2(), Part::AttachExtensionPy::staticCallback_getAttacher(), Attacher::AttachEnginePy::staticCallback_getAttacherType(), Attacher::AttachEnginePy::staticCallback_getAttachmentOffset(), Part::PlanePy::staticCallback_getAxis(), Base::CoordinateSystemPy::staticCallback_getAxis(), Part::CylinderPy::staticCallback_getAxis(), Part::ArcOfConicPy::staticCallback_getAxis(), Part::ConicPy::staticCallback_getAxis(), Part::ToroidPy::staticCallback_getAxis(), Part::SpherePy::staticCallback_getAxis(), Part::ConePy::staticCallback_getAxis(), Base::RotationPy::staticCallback_getAxis(), Sketcher::SketchObjectPy::staticCallback_getAxis(), Robot::Robot6AxisPy::staticCallback_getAxis1(), Robot::Robot6AxisPy::staticCallback_getAxis2(), Robot::Robot6AxisPy::staticCallback_getAxis3(), Robot::Robot6AxisPy::staticCallback_getAxis4(), Robot::Robot6AxisPy::staticCallback_getAxis5(), Robot::Robot6AxisPy::staticCallback_getAxis6(), Sketcher::SketchObjectPy::staticCallback_getAxisCount(), Gui::AxisOriginPy::staticCallback_getAxisLength(), Spreadsheet::SheetPy::staticCallback_getBackground(), Part::TopoShapeShellPy::staticCallback_getBadEdges(), Base::AxisPy::staticCallback_getBase(), Base::PlacementPy::staticCallback_getBase(), Robot::WaypointPy::staticCallback_getBase(), Robot::Robot6AxisPy::staticCallback_getBase(), PartDesign::FeaturePy::staticCallback_getBaseObject(), Part::OffsetCurve2dPy::staticCallback_getBasisCurve(), Part::OffsetCurvePy::staticCallback_getBasisCurve(), Part::SurfaceOfExtrusionPy::staticCallback_getBasisCurve(), Part::SurfaceOfRevolutionPy::staticCallback_getBasisCurve(), Part::OffsetSurfacePy::staticCallback_getBasisSurface(), Mesh::MeshPointPy::staticCallback_getBound(), Mesh::FacetPy::staticCallback_getBound(), Data::ComplexGeoDataPy::staticCallback_getBoundBox(), Gui::LinkViewPy::staticCallback_getBoundBox(), Part::BSplineCurve2dPy::staticCallback_getCardinalSplineTangents(), Part::BSplineCurvePy::staticCallback_getCardinalSplineTangents(), Fem::FemMeshPy::staticCallback_getccxVolumesByFace(), Spreadsheet::SheetPy::staticCallback_getCellFromAlias(), Part::ConicPy::staticCallback_getCenter(), Part::ArcOfConicPy::staticCallback_getCenter(), Part::CylinderPy::staticCallback_getCenter(), Part::ToroidPy::staticCallback_getCenter(), Part::SpherePy::staticCallback_getCenter(), Part::ConePy::staticCallback_getCenter(), Path::PathPy::staticCallback_getCenter(), Base::BoundBoxPy::staticCallback_getCenter(), Part::TopoShapeSolidPy::staticCallback_getCenterOfMass(), Part::TopoShapeShellPy::staticCallback_getCenterOfMass(), Part::TopoShapeWirePy::staticCallback_getCenterOfMass(), Part::TopoShapeFacePy::staticCallback_getCenterOfMass(), Part::TopoShapeEdgePy::staticCallback_getCenterOfMass(), Gui::LinkViewPy::staticCallback_getChildren(), TechDraw::DrawViewClipPy::staticCallback_getChildViewNames(), Part::ArcOfCircle2dPy::staticCallback_getCircle(), Part::ArcOfCirclePy::staticCallback_getCircle(), Mesh::FacetPy::staticCallback_getCircumCircle(), Part::Curve2dPy::staticCallback_getClosed(), Part::TopoShapeEdgePy::staticCallback_getClosed(), Spreadsheet::SheetPy::staticCallback_getColumnWidth(), Path::PathPy::staticCallback_getCommands(), Attacher::AttachEnginePy::staticCallback_getCompleteModeList(), Attacher::AttachEnginePy::staticCallback_getCompleteRefTypeList(), Part::TopoShapePy::staticCallback_getCompounds(), Part::TopoShapePy::staticCallback_getCompSolids(), Sketcher::SketchPy::staticCallback_getConflicts(), Sketcher::SketchPy::staticCallback_getConstraint(), Sketcher::SketchObjectPy::staticCallback_getConstraintCount(), Part::GeometryPy::staticCallback_getConstruction(), Robot::WaypointPy::staticCallback_getCont(), Base::PersistencePy::staticCallback_getContent(), Spreadsheet::SheetPy::staticCallback_getContents(), Part::Curve2dPy::staticCallback_getContinuity(), Part::GeometrySurfacePy::staticCallback_getContinuity(), Part::GeometryCurvePy::staticCallback_getContinuity(), Path::ToolPy::staticCallback_getCornerRadius(), TechDraw::DrawViewPartPy::staticCallback_getCosmeticEdgeByIndex(), TechDraw::DrawViewPartPy::staticCallback_getCosmeticVertexByIndex(), Gui::LinkViewPy::staticCallback_getCount(), Mesh::MeshPy::staticCallback_getCountEdges(), Mesh::MeshPy::staticCallback_getCountFacets(), Points::PointsPy::staticCallback_getCountPoints(), Mesh::MeshPy::staticCallback_getCountPoints(), Part::TopoShapeEdgePy::staticCallback_getCurve(), Path::ToolPy::staticCallback_getCuttingEdgeAngle(), Path::ToolPy::staticCallback_getCuttingEdgeHeight(), Sketcher::SketchObjectPy::staticCallback_getDatum(), Path::AreaPy::staticCallback_getDefaultParams(), Part::TopoShapeEdgePy::staticCallback_getDegenerated(), Part::BezierCurve2dPy::staticCallback_getDegree(), Part::BezierCurvePy::staticCallback_getDegree(), Part::BSplineCurve2dPy::staticCallback_getDegree(), Part::BSplineCurvePy::staticCallback_getDegree(), App::DocumentPy::staticCallback_getDependencyGraph(), Gui::AxisOriginPy::staticCallback_getDetailPath(), Gui::LinkViewPy::staticCallback_getDetailPath(), Base::BoundBoxPy::staticCallback_getDiagonalLength(), Path::ToolPy::staticCallback_getDiameter(), App::MaterialPy::staticCallback_getDiffuseColor(), Part::Line2dPy::staticCallback_getDirection(), Part::LinePy::staticCallback_getDirection(), Part::SurfaceOfExtrusionPy::staticCallback_getDirection(), Part::SurfaceOfRevolutionPy::staticCallback_getDirection(), Base::AxisPy::staticCallback_getDirection(), Spreadsheet::SheetPy::staticCallback_getDisplayUnit(), Gui::ViewProviderDocumentObjectPy::staticCallback_getDocument(), Gui::SelectionObjectPy::staticCallback_getDocument(), App::DocumentObjectPy::staticCallback_getDocument(), Gui::DocumentPy::staticCallback_getDocument(), App::PropertyContainerPy::staticCallback_getDocumentationOfProperty(), Gui::SelectionObjectPy::staticCallback_getDocumentName(), Gui::ViewProviderLinkPy::staticCallback_getDraggingPlacement(), Sketcher::ConstraintPy::staticCallback_getDriving(), Sketcher::SketchObjectPy::staticCallback_getDriving(), Robot::TrajectoryPy::staticCallback_getDuration(), Part::ArcOfConic2dPy::staticCallback_getEccentricity(), Part::Conic2dPy::staticCallback_getEccentricity(), Part::ConicPy::staticCallback_getEccentricity(), Base::BoundBoxPy::staticCallback_getEdge(), Fem::FemMeshPy::staticCallback_getEdgeCount(), Fem::FemMeshPy::staticCallback_getEdges(), Part::TopoShapePy::staticCallback_getEdges(), Fem::FemMeshPy::staticCallback_getEdgesByEdge(), Fem::FemMeshPy::staticCallback_getEdgesOnly(), TechDraw::DrawSVGTemplatePy::staticCallback_getEditFieldContent(), App::PropertyContainerPy::staticCallback_getEditorMode(), Mesh::MeshPy::staticCallback_getEigenSystem(), Part::TopoShapePy::staticCallback_getElement(), FemGui::ViewProviderFemMeshPy::staticCallback_getElementColor(), Fem::FemMeshPy::staticCallback_getElementNodes(), Gui::AxisOriginPy::staticCallback_getElementPicked(), Gui::LinkViewPy::staticCallback_getElementPicked(), Fem::FemMeshPy::staticCallback_getElementType(), Part::ArcOfEllipse2dPy::staticCallback_getEllipse(), Part::ArcOfEllipsePy::staticCallback_getEllipse(), App::MaterialPy::staticCallback_getEmissiveColor(), Part::BoundedCurvePy::staticCallback_getEndPoint(), Part::Line2dSegmentPy::staticCallback_getEndPoint(), Part::LineSegmentPy::staticCallback_getEndPoint(), Part::BezierCurve2dPy::staticCallback_getEndPoint(), Part::BezierCurvePy::staticCallback_getEndPoint(), Part::BSplineCurve2dPy::staticCallback_getEndPoint(), Part::BSplineCurvePy::staticCallback_getEndPoint(), Part::GeometryPy::staticCallback_getExtensionOfName(), Part::GeometryPy::staticCallback_getExtensionOfType(), Part::GeometryPy::staticCallback_getExtensions(), Fem::FemMeshPy::staticCallback_getFaceCount(), Fem::FemMeshPy::staticCallback_getFaces(), Part::TopoShapePy::staticCallback_getFaces(), Fem::FemMeshPy::staticCallback_getFacesByFace(), Data::ComplexGeoDataPy::staticCallback_getFacesFromSubelement(), Fem::FemMeshPy::staticCallback_getFacesOnly(), Mesh::MeshPy::staticCallback_getFacets(), Mesh::MeshPy::staticCallback_getFacetSelection(), Sketcher::ConstraintPy::staticCallback_getFirst(), Part::Curve2dPy::staticCallback_getFirstParameter(), Part::TopoShapeEdgePy::staticCallback_getFirstParameter(), Part::GeometryCurvePy::staticCallback_getFirstParameter(), Sketcher::ConstraintPy::staticCallback_getFirstPos(), Part::BSplineCurve2dPy::staticCallback_getFirstUKnotIndex(), Part::BSplineCurvePy::staticCallback_getFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getFirstVKnotIndex(), Path::ToolPy::staticCallback_getFlatRadius(), Part::ArcOfParabola2dPy::staticCallback_getFocal(), Part::Parabola2dPy::staticCallback_getFocal(), Part::ArcOfParabolaPy::staticCallback_getFocal(), Part::ParabolaPy::staticCallback_getFocal(), Part::EllipsePy::staticCallback_getFocal(), Part::Ellipse2dPy::staticCallback_getFocal(), Part::Hyperbola2dPy::staticCallback_getFocal(), Part::HyperbolaPy::staticCallback_getFocal(), Part::Parabola2dPy::staticCallback_getFocus(), Part::ParabolaPy::staticCallback_getFocus(), Part::EllipsePy::staticCallback_getFocus1(), Part::Ellipse2dPy::staticCallback_getFocus1(), Part::Hyperbola2dPy::staticCallback_getFocus1(), Part::HyperbolaPy::staticCallback_getFocus1(), Part::EllipsePy::staticCallback_getFocus2(), Part::Ellipse2dPy::staticCallback_getFocus2(), Part::Hyperbola2dPy::staticCallback_getFocus2(), Part::HyperbolaPy::staticCallback_getFocus2(), Spreadsheet::SheetPy::staticCallback_getForeground(), Base::QuantityPy::staticCallback_getFormat(), Part::TopoShapeShellPy::staticCallback_getFreeEdges(), Gui::SelectionObjectPy::staticCallback_getFullName(), Sketcher::SketchPy::staticCallback_getGeometries(), TechDraw::DrawParametricTemplatePy::staticCallback_getGeometryCount(), Sketcher::SketchObjectPy::staticCallback_getGeometryCount(), Sketcher::SketchObjectPy::staticCallback_getGeometryWithDependentParameters(), App::GeoFeaturePy::staticCallback_getGlobalPlacement(), Fem::FemMeshPy::staticCallback_getGroupCount(), Fem::FemMeshPy::staticCallback_getGroupElements(), Fem::FemMeshPy::staticCallback_getGroupElementType(), Fem::FemMeshPy::staticCallback_getGroupName(), App::PropertyContainerPy::staticCallback_getGroupOfProperty(), Fem::FemMeshPy::staticCallback_getGroups(), Gui::SelectionObjectPy::staticCallback_getHasSubObjects(), Fem::FemMeshPy::staticCallback_getHexaCount(), FemGui::ViewProviderFemMeshPy::staticCallback_getHighlightedNodes(), Part::ArcOfHyperbola2dPy::staticCallback_getHyperbola(), Part::ArcOfHyperbolaPy::staticCallback_getHyperbola(), Gui::ViewProviderPy::staticCallback_getIcon(), Sketcher::SketchGeometryExtensionPy::staticCallback_getId(), Fem::FemMeshPy::staticCallback_getIdByElementType(), Attacher::AttachEnginePy::staticCallback_getImplementedModes(), Mesh::FacetPy::staticCallback_getInCircle(), Mesh::MeshPointPy::staticCallback_getIndex(), Mesh::FacetPy::staticCallback_getIndex(), Gui::DocumentPy::staticCallback_getInEdit(), App::DocumentObjectPy::staticCallback_getInList(), App::DocumentObjectPy::staticCallback_getInListRecursive(), Mesh::MeshPy::staticCallback_getInternalFacets(), Base::BoundBoxPy::staticCallback_getIntersectionPoint(), Sketcher::ConstraintPy::staticCallback_getInVirtualSpace(), Sketcher::ConstraintPy::staticCallback_getIsActive(), TechDraw::DrawProjGroupPy::staticCallback_getItemByLabel(), Gui::ViewProviderPy::staticCallback_getIV(), Base::TypePy::staticCallback_getKey(), Part::BSplineCurve2dPy::staticCallback_getKnot(), Part::BSplineCurvePy::staticCallback_getKnot(), Part::BSplineCurve2dPy::staticCallback_getKnots(), Part::BSplineCurvePy::staticCallback_getKnots(), Part::BSplineCurve2dPy::staticCallback_getKnotSequence(), Part::BSplineCurvePy::staticCallback_getKnotSequence(), Gui::AxisOriginPy::staticCallback_getLabels(), Part::Curve2dPy::staticCallback_getLastParameter(), Part::TopoShapeEdgePy::staticCallback_getLastParameter(), Part::GeometryCurvePy::staticCallback_getLastParameter(), Fem::FemPostPipelinePy::staticCallback_getLastPostObject(), Part::BSplineCurve2dPy::staticCallback_getLastUKnotIndex(), Part::BSplineCurvePy::staticCallback_getLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getLastVKnotIndex(), Robot::TrajectoryPy::staticCallback_getLength(), Path::PathPy::staticCallback_getLength(), Part::TopoShapeEdgePy::staticCallback_getLength(), Base::VectorPy::staticCallback_getLength(), Part::TopoShapePy::staticCallback_getLength(), Path::ToolPy::staticCallback_getLengthOffset(), TechDraw::DrawViewDimensionPy::staticCallback_getLinearPoints(), Gui::AxisOriginPy::staticCallback_getLineWidth(), App::LinkBaseExtensionPy::staticCallback_getLinkedChildren(), Gui::LinkViewPy::staticCallback_getLinkedView(), App::LinkBaseExtensionPy::staticCallback_getLinkExtProperty(), App::LinkBaseExtensionPy::staticCallback_getLinkExtPropertyName(), App::LinkBaseExtensionPy::staticCallback_getLinkPropertyInfo(), Gui::ViewProviderLinkPy::staticCallback_getLinkView(), Part::ConicPy::staticCallback_getLocation(), Part::ArcOfConic2dPy::staticCallback_getLocation(), Part::Conic2dPy::staticCallback_getLocation(), Part::Line2dPy::staticCallback_getLocation(), Part::LinePy::staticCallback_getLocation(), Part::SurfaceOfRevolutionPy::staticCallback_getLocation(), Part::ArcOfConicPy::staticCallback_getLocation(), Part::EllipsePy::staticCallback_getMajorRadius(), Part::ArcOfEllipse2dPy::staticCallback_getMajorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_getMajorRadius(), Part::Ellipse2dPy::staticCallback_getMajorRadius(), Part::Hyperbola2dPy::staticCallback_getMajorRadius(), Part::HyperbolaPy::staticCallback_getMajorRadius(), Part::ArcOfEllipsePy::staticCallback_getMajorRadius(), Part::ArcOfHyperbolaPy::staticCallback_getMajorRadius(), Part::ToroidPy::staticCallback_getMajorRadius(), Part::TopoShapeSolidPy::staticCallback_getMass(), Part::TopoShapeShellPy::staticCallback_getMass(), Part::TopoShapeWirePy::staticCallback_getMass(), Part::TopoShapeFacePy::staticCallback_getMass(), Part::TopoShapeEdgePy::staticCallback_getMass(), Path::ToolPy::staticCallback_getMaterial(), Data::ComplexGeoDataPy::staticCallback_getMatrix(), Part::TopoShapeSolidPy::staticCallback_getMatrixOfInertia(), Part::TopoShapeShellPy::staticCallback_getMatrixOfInertia(), Part::TopoShapeWirePy::staticCallback_getMatrixOfInertia(), Part::TopoShapeFacePy::staticCallback_getMatrixOfInertia(), Part::TopoShapeEdgePy::staticCallback_getMatrixOfInertia(), Part::BezierCurve2dPy::staticCallback_getMaxDegree(), Part::BezierCurvePy::staticCallback_getMaxDegree(), Part::BezierSurfacePy::staticCallback_getMaxDegree(), Part::BSplineCurve2dPy::staticCallback_getMaxDegree(), Part::BSplineCurvePy::staticCallback_getMaxDegree(), Part::BSplineSurfacePy::staticCallback_getMaxDegree(), Base::PersistencePy::staticCallback_getMemSize(), Part::EllipsePy::staticCallback_getMinorRadius(), Part::ArcOfEllipse2dPy::staticCallback_getMinorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_getMinorRadius(), Part::Ellipse2dPy::staticCallback_getMinorRadius(), Part::Hyperbola2dPy::staticCallback_getMinorRadius(), Part::HyperbolaPy::staticCallback_getMinorRadius(), Part::ArcOfEllipsePy::staticCallback_getMinorRadius(), Part::ArcOfHyperbolaPy::staticCallback_getMinorRadius(), Part::ToroidPy::staticCallback_getMinorRadius(), Sketcher::SketchObjectPy::staticCallback_getMissingLineEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_getMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_getMissingRadiusConstraints(), Sketcher::SketchObjectPy::staticCallback_getMissingVerticalHorizontalConstraints(), Attacher::AttachEnginePy::staticCallback_getMode(), Attacher::AttachEnginePy::staticCallback_getModeInfo(), Gui::DocumentPy::staticCallback_getModified(), Base::BaseClassPy::staticCallback_getModule(), Base::TypePy::staticCallback_getModule(), Part::TopoShapeSolidPy::staticCallback_getMomentOfInertia(), Part::BSplineCurve2dPy::staticCallback_getMultiplicities(), Part::BSplineCurvePy::staticCallback_getMultiplicities(), Part::BSplineCurve2dPy::staticCallback_getMultiplicity(), Part::BSplineCurvePy::staticCallback_getMultiplicity(), Robot::WaypointPy::staticCallback_getName(), Part::GeometryExtensionPy::staticCallback_getName(), Path::CommandPy::staticCallback_getName(), Path::ToolPy::staticCallback_getName(), Base::TypePy::staticCallback_getName(), Sketcher::ConstraintPy::staticCallback_getName(), App::DocumentObjectPy::staticCallback_getName(), App::DocumentPy::staticCallback_getName(), Part::BSplineCurve2dPy::staticCallback_getNbKnots(), Part::BSplineCurvePy::staticCallback_getNbKnots(), Part::BezierCurve2dPy::staticCallback_getNbPoles(), Part::BezierCurvePy::staticCallback_getNbPoles(), Part::BSplineCurve2dPy::staticCallback_getNbPoles(), Part::BSplineCurvePy::staticCallback_getNbPoles(), Part::BSplineSurfacePy::staticCallback_getNbUKnots(), Part::BezierSurfacePy::staticCallback_getNbUPoles(), Part::BSplineSurfacePy::staticCallback_getNbUPoles(), Part::BSplineSurfacePy::staticCallback_getNbVKnots(), Part::BezierSurfacePy::staticCallback_getNbVPoles(), Part::BSplineSurfacePy::staticCallback_getNbVPoles(), Mesh::FacetPy::staticCallback_getNeighbourIndices(), Gui::AxisOriginPy::staticCallback_getNode(), Fem::FemMeshPy::staticCallback_getNodeById(), FemGui::ViewProviderFemMeshPy::staticCallback_getNodeColor(), Fem::FemMeshPy::staticCallback_getNodeCount(), FemGui::ViewProviderFemMeshPy::staticCallback_getNodeDisplacement(), Fem::FemMeshPy::staticCallback_getNodes(), Fem::FemMeshPy::staticCallback_getNodesByEdge(), Fem::FemMeshPy::staticCallback_getNodesByFace(), Fem::FemMeshPy::staticCallback_getNodesBySolid(), Fem::FemMeshPy::staticCallback_getNodesByVertex(), Mesh::MeshPy::staticCallback_getNonUniformOrientedFacets(), Mesh::MeshPointPy::staticCallback_getNormal(), Mesh::FacetPy::staticCallback_getNormal(), Gui::ViewProviderDocumentObjectPy::staticCallback_getObject(), App::GroupExtensionPy::staticCallback_getObject(), Gui::DocumentPy::staticCallback_getObject(), Gui::SelectionObjectPy::staticCallback_getObject(), App::DocumentPy::staticCallback_getObject(), Gui::SelectionObjectPy::staticCallback_getObjectName(), App::DocumentPy::staticCallback_getObjects(), App::DocumentPy::staticCallback_getObjectsByLabel(), Part::OffsetCurvePy::staticCallback_getOffsetDirection(), Part::OffsetCurve2dPy::staticCallback_getOffsetValue(), Part::OffsetCurvePy::staticCallback_getOffsetValue(), Part::OffsetSurfacePy::staticCallback_getOffsetValue(), Sketcher::SketchObjectPy::staticCallback_getOpenVertices(), Part::TopoShapeWirePy::staticCallback_getOrderedEdges(), Part::TopoShapeWirePy::staticCallback_getOrderedVertexes(), Part::TopoShapePy::staticCallback_getOrientation(), Part::TopoShapeSolidPy::staticCallback_getOuterShell(), Part::TopoShapeFacePy::staticCallback_getOuterWire(), App::DocumentObjectPy::staticCallback_getOutList(), App::DocumentObjectPy::staticCallback_getOutListRecursive(), Gui::LinkViewPy::staticCallback_getOwner(), TechDraw::DrawPagePy::staticCallback_getPageHeight(), TechDraw::DrawPagePy::staticCallback_getPageOrientation(), TechDraw::DrawPagePy::staticCallback_getPageWidth(), Part::ArcOfParabola2dPy::staticCallback_getParabola(), Part::ArcOfParabolaPy::staticCallback_getParabola(), Part::Parabola2dPy::staticCallback_getParameter(), Part::ParabolaPy::staticCallback_getParameter(), Attacher::AttachEnginePy::staticCallback_getParameter(), Part::TopoShapeEdgePy::staticCallback_getParameterByLength(), Part::TopoShapeFacePy::staticCallback_getParameterRange(), Part::TopoShapeEdgePy::staticCallback_getParameterRange(), Path::CommandPy::staticCallback_getParameters(), Path::AreaPy::staticCallback_getParams(), Path::AreaPy::staticCallback_getParamsDesc(), Base::TypePy::staticCallback_getParent(), App::DocumentObjectPy::staticCallback_getParentGeoFeatureGroup(), App::DocumentObjectPy::staticCallback_getParentGroup(), App::GeoFeaturePy::staticCallback_getPaths(), App::DocumentObjectPy::staticCallback_getPathsByOutList(), Part::Curve2dPy::staticCallback_getPeriodic(), Gui::SelectionObjectPy::staticCallback_getPickedPoints(), Data::ComplexGeoDataPy::staticCallback_getPlacement(), Path::CommandPy::staticCallback_getPlacement(), Mesh::MeshPy::staticCallback_getPlanarSegments(), Gui::AxisOriginPy::staticCallback_getPlane(), Base::BoundBoxPy::staticCallback_getPoint(), Part::TopoShapeVertexPy::staticCallback_getPoint(), Sketcher::SketchObjectPy::staticCallback_getPoint(), Mesh::FacetPy::staticCallback_getPointIndices(), Mesh::MeshPy::staticCallback_getPointNormals(), Points::PointsPy::staticCallback_getPoints(), Mesh::FacetPy::staticCallback_getPoints(), Mesh::MeshPy::staticCallback_getPoints(), Mesh::MeshPy::staticCallback_getPointSelection(), Gui::AxisOriginPy::staticCallback_getPointSize(), Part::BezierCurve2dPy::staticCallback_getPole(), Part::BezierCurvePy::staticCallback_getPole(), Part::BSplineCurve2dPy::staticCallback_getPole(), Part::BSplineCurvePy::staticCallback_getPole(), Part::BezierSurfacePy::staticCallback_getPole(), Part::BSplineSurfacePy::staticCallback_getPole(), Part::BezierCurve2dPy::staticCallback_getPoles(), Part::BezierCurvePy::staticCallback_getPoles(), Part::BSplineCurve2dPy::staticCallback_getPoles(), Part::BSplineCurvePy::staticCallback_getPoles(), Part::BezierSurfacePy::staticCallback_getPoles(), Part::BSplineSurfacePy::staticCallback_getPoles(), Part::BSplineCurve2dPy::staticCallback_getPolesAndWeights(), Part::BSplineCurvePy::staticCallback_getPolesAndWeights(), Part::BSplineSurfacePy::staticCallback_getPolesAndWeights(), Fem::FemMeshPy::staticCallback_getPolygonCount(), Fem::FemMeshPy::staticCallback_getPolyhedronCount(), Robot::WaypointPy::staticCallback_getPos(), Part::PlanePy::staticCallback_getPosition(), Base::CoordinateSystemPy::staticCallback_getPosition(), Part::TopoShapeSolidPy::staticCallback_getPrincipalProperties(), Part::TopoShapeShellPy::staticCallback_getPrincipalProperties(), Part::TopoShapeWirePy::staticCallback_getPrincipalProperties(), Part::TopoShapeFacePy::staticCallback_getPrincipalProperties(), Part::TopoShapeEdgePy::staticCallback_getPrincipalProperties(), Fem::FemMeshPy::staticCallback_getPrismCount(), App::PropertyContainerPy::staticCallback_getPropertiesList(), App::PropertyContainerPy::staticCallback_getPropertyByName(), App::GeoFeaturePy::staticCallback_getPropertyNameOfGeometry(), Fem::FemMeshPy::staticCallback_getPyramidCount(), Base::RotationPy::staticCallback_getQ(), Fem::FemMeshPy::staticCallback_getQuadrangleCount(), Part::ArcOfCircle2dPy::staticCallback_getRadius(), Part::Circle2dPy::staticCallback_getRadius(), Part::ArcOfCirclePy::staticCallback_getRadius(), Part::CirclePy::staticCallback_getRadius(), Part::CylinderPy::staticCallback_getRadius(), Part::SpherePy::staticCallback_getRadius(), Part::ConePy::staticCallback_getRadius(), Part::TopoShapeSolidPy::staticCallback_getRadiusOfGyration(), App::DocumentPy::staticCallback_getRecomputesFrozen(), App::DocumentPy::staticCallback_getRedoCount(), App::DocumentPy::staticCallback_getRedoNames(), Sketcher::SketchPy::staticCallback_getRedundancies(), Sketcher::ExternalGeometryExtensionPy::staticCallback_getRef(), Attacher::AttachEnginePy::staticCallback_getReferences(), Attacher::AttachEnginePy::staticCallback_getRefTypeInfo(), Attacher::AttachEnginePy::staticCallback_getRefTypeOfShape(), Part::BezierCurve2dPy::staticCallback_getResolution(), Part::BezierCurvePy::staticCallback_getResolution(), Part::BSplineCurve2dPy::staticCallback_getResolution(), Part::BSplineCurvePy::staticCallback_getResolution(), Part::BezierSurfacePy::staticCallback_getResolution(), Part::BSplineSurfacePy::staticCallback_getResolution(), PathSimulator::PathSimPy::staticCallback_GetResultMesh(), Attacher::AttachEnginePy::staticCallback_getReverse(), Robot::RobotObjectPy::staticCallback_getRobot(), Gui::LinkViewPy::staticCallback_getRootNode(), Gui::ViewProviderPy::staticCallback_getRootNode(), App::DocumentPy::staticCallback_getRootObjects(), Base::PlacementPy::staticCallback_getRotation(), Mesh::FacetPy::staticCallback_getRoundness(), Spreadsheet::SheetPy::staticCallback_getRowHeight(), Gui::AxisOriginPy::staticCallback_getScale(), Sketcher::ConstraintPy::staticCallback_getSecond(), Sketcher::ConstraintPy::staticCallback_getSecondPos(), Path::AreaPy::staticCallback_getSections(), Mesh::MeshPy::staticCallback_getSegment(), Mesh::MeshPy::staticCallback_getSegmentsByCurvature(), Mesh::MeshPy::staticCallback_getSegmentsOfType(), Mesh::MeshPy::staticCallback_getSelfIntersections(), Part::ConePy::staticCallback_getSemiAngle(), Mesh::MeshPy::staticCallback_getSeparateComponents(), Path::AreaPy::staticCallback_getShape(), Sketcher::SketchPy::staticCallback_getShape(), Path::AreaPy::staticCallback_getShapes(), Part::TopoShapePy::staticCallback_getShapeType(), Part::TopoShapePy::staticCallback_getShells(), App::MaterialPy::staticCallback_getShininess(), Base::UnitPy::staticCallback_getSignature(), Path::PathPy::staticCallback_getSize(), Part::TopoShapePy::staticCallback_getSolids(), App::MaterialPy::staticCallback_getSpecularColor(), Part::BoundedCurvePy::staticCallback_getStartPoint(), Part::Line2dSegmentPy::staticCallback_getStartPoint(), Part::LineSegmentPy::staticCallback_getStartPoint(), Part::BezierCurve2dPy::staticCallback_getStartPoint(), Part::BezierCurvePy::staticCallback_getStartPoint(), Part::BSplineCurve2dPy::staticCallback_getStartPoint(), Part::BSplineCurvePy::staticCallback_getStartPoint(), App::DocumentObjectPy::staticCallback_getState(), Part::TopoShapeSolidPy::staticCallback_getStaticMoments(), Part::TopoShapeShellPy::staticCallback_getStaticMoments(), Part::TopoShapeWirePy::staticCallback_getStaticMoments(), Part::TopoShapeFacePy::staticCallback_getStaticMoments(), Part::TopoShapeEdgePy::staticCallback_getStaticMoments(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_getStatus(), Spreadsheet::SheetPy::staticCallback_getStyle(), Gui::SelectionObjectPy::staticCallback_getSubElementNames(), Fem::FemMeshPy::staticCallback_getSubMeshCount(), Gui::LinkViewPy::staticCallback_getSubNames(), Gui::SelectionObjectPy::staticCallback_getSubObjects(), Part::TopoShapeFacePy::staticCallback_getSurface(), Part::GeometryPy::staticCallback_getTag(), Robot::Robot6AxisPy::staticCallback_getTcp(), App::DocumentPy::staticCallback_getTempFileName(), Fem::FemMeshPy::staticCallback_getTetraCount(), TechDraw::DrawViewDimensionPy::staticCallback_getText(), Sketcher::ConstraintPy::staticCallback_getThird(), Sketcher::ConstraintPy::staticCallback_getThirdPos(), Part::TopoShapeVertexPy::staticCallback_getTolerance(), Part::TopoShapeFacePy::staticCallback_getTolerance(), Part::TopoShapeEdgePy::staticCallback_getTolerance(), Part::TopoShapePy::staticCallback_getTolerance(), Path::TooltablePy::staticCallback_getTool(), PathSimulator::PathSimPy::staticCallback_getTool(), Robot::WaypointPy::staticCallback_getTool(), Path::ToolPy::staticCallback_getToolMaterials(), Path::TooltablePy::staticCallback_getTools(), Path::ToolPy::staticCallback_getToolType(), Path::ToolPy::staticCallback_getToolTypes(), App::DocumentPy::staticCallback_getTopologicalSortedObjects(), Mesh::MeshPy::staticCallback_getTopology(), App::MaterialPy::staticCallback_getTransparency(), Fem::FemMeshPy::staticCallback_getTriangleCount(), Sketcher::ConstraintPy::staticCallback_getType(), Robot::WaypointPy::staticCallback_getType(), Base::UnitPy::staticCallback_getType(), Base::BaseClassPy::staticCallback_getTypeId(), App::PropertyContainerPy::staticCallback_getTypeIdOfProperty(), Gui::SelectionObjectPy::staticCallback_getTypeName(), App::PropertyContainerPy::staticCallback_getTypeOfProperty(), Part::BezierSurfacePy::staticCallback_getUDegree(), Part::BSplineSurfacePy::staticCallback_getUDegree(), Part::BSplineSurfacePy::staticCallback_getUKnot(), Part::BSplineSurfacePy::staticCallback_getUKnots(), Part::BSplineSurfacePy::staticCallback_getUKnotSequence(), Part::BSplineSurfacePy::staticCallback_getUMultiplicities(), Part::BSplineSurfacePy::staticCallback_getUMultiplicity(), App::DocumentPy::staticCallback_getUndoCount(), App::DocumentPy::staticCallback_getUndoMode(), App::DocumentPy::staticCallback_getUndoNames(), App::DocumentPy::staticCallback_getUndoRedoMemSize(), Base::QuantityPy::staticCallback_getUnit(), Gui::ViewProviderLinkPy::staticCallback_getUseCenterballDragger(), Base::QuantityPy::staticCallback_getUserPreferred(), Base::QuantityPy::staticCallback_getUserString(), Part::TopoShapeFacePy::staticCallback_getUVNodes(), Part::GeometryBoolExtensionPy::staticCallback_getValue(), Part::GeometryDoubleExtensionPy::staticCallback_getValue(), Part::GeometryIntExtensionPy::staticCallback_getValue(), Part::GeometryStringExtensionPy::staticCallback_getValue(), Sketcher::ConstraintPy::staticCallback_getValue(), Base::QuantityPy::staticCallback_getValue(), Base::QuantityPy::staticCallback_getValueAs(), Part::BezierSurfacePy::staticCallback_getVDegree(), Part::BSplineSurfacePy::staticCallback_getVDegree(), Mesh::MeshPointPy::staticCallback_getVector(), Robot::WaypointPy::staticCallback_getVelocity(), Part::TopoShapePy::staticCallback_getVertexes(), App::DocumentObjectPy::staticCallback_getViewObject(), Sketcher::SketchObjectPy::staticCallback_getVirtualSpace(), Gui::LinkViewPy::staticCallback_getVisibilities(), FemGui::ViewProviderFemMeshPy::staticCallback_getVisibleElementFaces(), Part::BSplineSurfacePy::staticCallback_getVKnot(), Part::BSplineSurfacePy::staticCallback_getVKnots(), Part::BSplineSurfacePy::staticCallback_getVKnotSequence(), Part::BSplineSurfacePy::staticCallback_getVMultiplicities(), Part::BSplineSurfacePy::staticCallback_getVMultiplicity(), Part::SpherePy::staticCallback_getVolume(), Part::ToroidPy::staticCallback_getVolume(), Fem::FemMeshPy::staticCallback_getVolume(), Mesh::MeshPy::staticCallback_getVolume(), Part::TopoShapePy::staticCallback_getVolume(), Fem::FemMeshPy::staticCallback_getVolumeCount(), Fem::FemMeshPy::staticCallback_getVolumes(), Fem::FemMeshPy::staticCallback_getVolumesByFace(), Robot::TrajectoryPy::staticCallback_getWaypoints(), Part::BezierCurve2dPy::staticCallback_getWeight(), Part::BezierCurvePy::staticCallback_getWeight(), Part::BSplineCurve2dPy::staticCallback_getWeight(), Part::BSplineCurvePy::staticCallback_getWeight(), Part::BezierSurfacePy::staticCallback_getWeight(), Part::BSplineSurfacePy::staticCallback_getWeight(), Part::BezierCurve2dPy::staticCallback_getWeights(), Part::BezierCurvePy::staticCallback_getWeights(), Part::BSplineCurve2dPy::staticCallback_getWeights(), Part::BSplineCurvePy::staticCallback_getWeights(), Part::BezierSurfacePy::staticCallback_getWeights(), Part::BSplineSurfacePy::staticCallback_getWeights(), Part::TopoShapeFacePy::staticCallback_getWire(), Part::TopoShapePy::staticCallback_getWires(), Path::FeatureAreaPy::staticCallback_getWorkPlane(), Path::AreaPy::staticCallback_getWorkplane(), Part::TopoShapeVertexPy::staticCallback_getX(), Part::PointPy::staticCallback_getX(), Mesh::MeshPointPy::staticCallback_getx(), Base::VectorPy::staticCallback_getx(), Part::ArcOfConic2dPy::staticCallback_getXAxis(), Part::Conic2dPy::staticCallback_getXAxis(), Part::ArcOfConicPy::staticCallback_getXAxis(), Part::ConicPy::staticCallback_getXAxis(), Base::CoordinateSystemPy::staticCallback_getXDirection(), Base::BoundBoxPy::staticCallback_getXLength(), Base::BoundBoxPy::staticCallback_getXMax(), Base::BoundBoxPy::staticCallback_getXMin(), TechDraw::DrawProjGroupPy::staticCallback_getXYPosition(), Part::TopoShapeVertexPy::staticCallback_getY(), Part::PointPy::staticCallback_getY(), Mesh::MeshPointPy::staticCallback_gety(), Base::VectorPy::staticCallback_gety(), Part::ArcOfConic2dPy::staticCallback_getYAxis(), Part::Conic2dPy::staticCallback_getYAxis(), Part::ArcOfConicPy::staticCallback_getYAxis(), Part::ConicPy::staticCallback_getYAxis(), Base::CoordinateSystemPy::staticCallback_getYDirection(), Base::BoundBoxPy::staticCallback_getYLength(), Base::BoundBoxPy::staticCallback_getYMax(), Base::BoundBoxPy::staticCallback_getYMin(), Part::TopoShapeVertexPy::staticCallback_getZ(), Part::PointPy::staticCallback_getZ(), Mesh::MeshPointPy::staticCallback_getz(), Base::VectorPy::staticCallback_getz(), Base::CoordinateSystemPy::staticCallback_getZDirection(), Base::BoundBoxPy::staticCallback_getZLength(), Base::BoundBoxPy::staticCallback_getZMax(), Base::BoundBoxPy::staticCallback_getZMin(), Part::TopoShapePy::staticCallback_globalTolerance(), Mesh::MeshFeaturePy::staticCallback_harmonizeNormals(), Mesh::MeshPy::staticCallback_harmonizeNormals(), Measure::MeasurementPy::staticCallback_has3DReferences(), App::ExtensionContainerPy::staticCallback_hasExtension(), Part::GeometryPy::staticCallback_hasExtensionOfName(), Part::GeometryPy::staticCallback_hasExtensionOfType(), Part::TopoShapePy::staticCallback_hashCode(), Mesh::MeshPy::staticCallback_hasInvalidPoints(), Mesh::MeshPy::staticCallback_hasNonManifolds(), Mesh::MeshPy::staticCallback_hasNonUniformOrientedFacets(), App::GroupExtensionPy::staticCallback_hasObject(), Mesh::MeshPy::staticCallback_hasSelfIntersections(), Gui::DocumentPy::staticCallback_hide(), Gui::ViewProviderPy::staticCallback_hide(), Fem::FemPostPipelinePy::staticCallback_holdsPostObject(), Part::TopoShapePy::staticCallback_importBinary(), Part::TopoShapePy::staticCallback_importBrep(), Part::TopoShapePy::staticCallback_importBrepFromString(), Spreadsheet::SheetPy::staticCallback_importFile(), Part::BezierCurve2dPy::staticCallback_increase(), Part::BezierCurvePy::staticCallback_increase(), Part::BezierSurfacePy::staticCallback_increase(), Sketcher::SketchObjectPy::staticCallback_increaseBSplineDegree(), Part::BSplineCurve2dPy::staticCallback_increaseDegree(), Part::BSplineCurvePy::staticCallback_increaseDegree(), Part::BSplineSurfacePy::staticCallback_increaseDegree(), Part::BSplineCurve2dPy::staticCallback_increaseMultiplicity(), Part::BSplineCurvePy::staticCallback_increaseMultiplicity(), Part::BSplineSurfacePy::staticCallback_increaseUMultiplicity(), Part::BSplineSurfacePy::staticCallback_increaseVMultiplicity(), Part::BSplineCurve2dPy::staticCallback_incrementMultiplicity(), Part::BSplineCurvePy::staticCallback_incrementMultiplicity(), Part::BSplineSurfacePy::staticCallback_incrementUMultiplicity(), Part::BSplineSurfacePy::staticCallback_incrementVMultiplicity(), Mesh::MeshPy::staticCallback_inner(), Spreadsheet::SheetPy::staticCallback_insertColumns(), Path::PathPy::staticCallback_insertCommand(), Part::BSplineCurve2dPy::staticCallback_insertKnot(), Part::BSplineCurvePy::staticCallback_insertKnot(), Part::BSplineCurve2dPy::staticCallback_insertKnots(), Part::BSplineCurvePy::staticCallback_insertKnots(), PartDesign::BodyPy::staticCallback_insertObject(), Part::BezierCurve2dPy::staticCallback_insertPoleAfter(), Part::BezierCurvePy::staticCallback_insertPoleAfter(), Part::BezierCurve2dPy::staticCallback_insertPoleBefore(), Part::BezierCurvePy::staticCallback_insertPoleBefore(), Part::BezierSurfacePy::staticCallback_insertPoleColAfter(), Part::BezierSurfacePy::staticCallback_insertPoleColBefore(), Part::BezierSurfacePy::staticCallback_insertPoleRowAfter(), Part::BezierSurfacePy::staticCallback_insertPoleRowBefore(), Spreadsheet::SheetPy::staticCallback_insertRows(), Part::BSplineSurfacePy::staticCallback_insertUKnot(), Part::BSplineSurfacePy::staticCallback_insertUKnots(), Mesh::MeshPy::staticCallback_insertVertex(), Part::BSplineSurfacePy::staticCallback_insertVKnot(), Part::BSplineSurfacePy::staticCallback_insertVKnots(), Robot::TrajectoryPy::staticCallback_insertWaypoints(), Part::BSplineCurve2dPy::staticCallback_interpolate(), Part::BSplineCurvePy::staticCallback_interpolate(), Part::BSplineSurfacePy::staticCallback_interpolate(), Mesh::FacetPy::staticCallback_intersect(), Base::BoundBoxPy::staticCallback_intersect(), Mesh::MeshPy::staticCallback_intersect(), Part::GeometryCurvePy::staticCallback_intersect(), Part::GeometrySurfacePy::staticCallback_intersect(), Part::GeometryCurvePy::staticCallback_intersect2d(), Part::Curve2dPy::staticCallback_intersectCC(), Part::GeometryCurvePy::staticCallback_intersectCC(), Part::GeometryCurvePy::staticCallback_intersectCS(), Base::BoundBoxPy::staticCallback_intersected(), Part::GeometrySurfacePy::staticCallback_intersectSS(), Part::TopoShapePy::staticCallback_inTolerance(), Base::PlacementPy::staticCallback_inverse(), Base::MatrixPy::staticCallback_inverse(), Base::RotationPy::staticCallback_invert(), Base::MatrixPy::staticCallback_invert(), Base::RotationPy::staticCallback_inverted(), MeshGui::ViewProviderMeshPy::staticCallback_invertSelection(), Base::TypePy::staticCallback_isBad(), Part::BezierCurve2dPy::staticCallback_isClosed(), Part::BSplineCurve2dPy::staticCallback_isClosed(), Part::BezierCurvePy::staticCallback_isClosed(), Part::BSplineCurvePy::staticCallback_isClosed(), Part::GeometryCurvePy::staticCallback_isClosed(), Part::TopoShapePy::staticCallback_isClosed(), Base::BoundBoxPy::staticCallback_isCutPlane(), Mesh::FacetPy::staticCallback_isDeformed(), Mesh::FacetPy::staticCallback_isDegenerated(), Base::BaseClassPy::staticCallback_isDerivedFrom(), Base::TypePy::staticCallback_isDerivedFrom(), Base::VectorPy::staticCallback_isEqual(), Part::TopoShapePy::staticCallback_isEqual(), Attacher::AttachEnginePy::staticCallback_isFittingRefType(), Base::PlacementPy::staticCallback_isIdentity(), Base::RotationPy::staticCallback_isIdentity(), Base::BoundBoxPy::staticCallback_isInside(), Part::TopoShapePy::staticCallback_isInside(), Base::RotationPy::staticCallback_isNull(), Part::TopoShapePy::staticCallback_isNull(), Gui::SelectionObjectPy::staticCallback_isObjectTypeOf(), Base::MatrixPy::staticCallback_isOrthogonal(), Part::TopoShapePy::staticCallback_isPartner(), Part::TopoShapeFacePy::staticCallback_isPartOfDomain(), Part::BezierCurve2dPy::staticCallback_isPeriodic(), Part::BSplineCurve2dPy::staticCallback_isPeriodic(), Part::BezierCurvePy::staticCallback_isPeriodic(), Part::BSplineCurvePy::staticCallback_isPeriodic(), Part::GeometryCurvePy::staticCallback_isPeriodic(), Part::GeometrySurfacePy::staticCallback_isPlanar(), Sketcher::SketchObjectPy::staticCallback_isPointOnCurve(), Part::BezierCurve2dPy::staticCallback_isRational(), Part::BSplineCurve2dPy::staticCallback_isRational(), Part::BezierCurvePy::staticCallback_isRational(), Part::BSplineCurvePy::staticCallback_isRational(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_isReady(), Base::RotationPy::staticCallback_isSame(), Part::TopoShapePy::staticCallback_isSame(), Part::TopoShapeEdgePy::staticCallback_isSeam(), Mesh::MeshPy::staticCallback_isSolid(), Part::BezierSurfacePy::staticCallback_isUClosed(), Part::BSplineSurfacePy::staticCallback_isUClosed(), Part::GeometrySurfacePy::staticCallback_isUClosed(), Part::GeometrySurfacePy::staticCallback_isUmbillic(), Part::BezierSurfacePy::staticCallback_isUPeriodic(), Part::BSplineSurfacePy::staticCallback_isUPeriodic(), Part::GeometrySurfacePy::staticCallback_isUPeriodic(), Part::BezierSurfacePy::staticCallback_isURational(), Part::BSplineSurfacePy::staticCallback_isURational(), Base::BoundBoxPy::staticCallback_isValid(), Part::TopoShapePy::staticCallback_isValid(), Part::BSplineSurfacePy::staticCallback_isVClosed(), Part::BezierSurfacePy::staticCallback_isVClosed(), Part::GeometrySurfacePy::staticCallback_isVClosed(), Gui::ViewProviderPy::staticCallback_isVisible(), Part::BSplineSurfacePy::staticCallback_isVPeriodic(), Part::BezierSurfacePy::staticCallback_isVPeriodic(), Part::GeometrySurfacePy::staticCallback_isVPeriodic(), Part::BezierSurfacePy::staticCallback_isVRational(), Part::BSplineSurfacePy::staticCallback_isVRational(), Part::BSplineCurve2dPy::staticCallback_join(), Part::BSplineCurvePy::staticCallback_join(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_lastShape(), Part::TopoShapeEdgePy::staticCallback_lastVertex(), Part::GeometryCurvePy::staticCallback_length(), Part::Curve2dPy::staticCallback_length(), Measure::MeasurementPy::staticCallback_length(), Part::TopoShapePy::staticCallback_limitTolerance(), Gui::PythonWorkbenchPy::staticCallback_listCommandbars(), Gui::PythonWorkbenchPy::staticCallback_ListCommandbars(), Gui::ViewProviderPy::staticCallback_listDisplayModes(), Gui::PythonWorkbenchPy::staticCallback_listMenus(), Gui::PythonWorkbenchPy::staticCallback_ListMenus(), Gui::PythonWorkbenchPy::staticCallback_listToolbars(), Gui::PythonWorkbenchPy::staticCallback_ListToolbars(), Fem::FemPostPipelinePy::staticCallback_load(), App::DocumentPy::staticCallback_load(), Part::PlateSurfacePy::staticCallback_makeApprox(), Part::BSplineCurve2dPy::staticCallback_makeC1Continuous(), Part::BSplineCurvePy::staticCallback_makeC1Continuous(), Part::TopoShapePy::staticCallback_makeChamfer(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticCircle(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticCircleArc(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticLine(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticVertex(), Part::TopoShapePy::staticCallback_makeFillet(), Part::TopoShapeShellPy::staticCallback_makeHalfSpace(), Part::TopoShapeFacePy::staticCallback_makeHalfSpace(), Part::TopoShapeWirePy::staticCallback_makeHomogenousWires(), Sketcher::SketchObjectPy::staticCallback_makeMissingEquality(), Sketcher::SketchObjectPy::staticCallback_makeMissingPointOnPointCoincident(), Sketcher::SketchObjectPy::staticCallback_makeMissingVerticalHorizontal(), Part::TopoShapeFacePy::staticCallback_makeOffset(), Part::TopoShapeWirePy::staticCallback_makeOffset(), Path::AreaPy::staticCallback_makeOffset(), Part::TopoShapePy::staticCallback_makeOffset2D(), Part::TopoShapePy::staticCallback_makeOffsetShape(), Part::TopoShapePy::staticCallback_makeParallelProjection(), Part::TopoShapePy::staticCallback_makePerspectiveProjection(), Part::TopoShapeWirePy::staticCallback_makePipe(), Part::TopoShapeWirePy::staticCallback_makePipeShell(), Path::AreaPy::staticCallback_makePocket(), Part::GeometryCurvePy::staticCallback_makeRuledSurface(), Path::AreaPy::staticCallback_makeSections(), Part::TopoShapePy::staticCallback_makeShapeFromMesh(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_makeSolid(), PartDesignGui::ViewProviderPy::staticCallback_makeTemporaryVisible(), Part::TopoShapePy::staticCallback_makeThickness(), Gui::DocumentPy::staticCallback_mdiViewsOfType(), Spreadsheet::SheetPy::staticCallback_mergeCells(), Mesh::MeshPy::staticCallback_mergeFacets(), App::DocumentPy::staticCallback_mergeProject(), Gui::DocumentPy::staticCallback_mergeProject(), Mesh::MeshPy::staticCallback_meshFromSegment(), Part::Geometry2dPy::staticCallback_mirror(), Part::GeometryPy::staticCallback_mirror(), Part::TopoShapePy::staticCallback_mirror(), Sketcher::SketchObjectPy::staticCallback_modifyBSplineKnotMultiplicity(), Base::MatrixPy::staticCallback_move(), Mesh::MeshPointPy::staticCallback_move(), Base::AxisPy::staticCallback_move(), Base::PlacementPy::staticCallback_move(), Base::BoundBoxPy::staticCallback_move(), Sketcher::SketchObjectPy::staticCallback_moveDatumsToEnd(), App::DocumentPy::staticCallback_moveObject(), Sketcher::SketchPy::staticCallback_movePoint(), Part::BSplineCurve2dPy::staticCallback_movePoint(), Part::BSplineCurvePy::staticCallback_movePoint(), Sketcher::SketchObjectPy::staticCallback_movePoint(), Part::BSplineSurfacePy::staticCallback_movePoint(), Part::TopoShapePy::staticCallback_multiFuse(), Base::AxisPy::staticCallback_multiply(), Base::PlacementPy::staticCallback_multiply(), Base::RotationPy::staticCallback_multiply(), Base::VectorPy::staticCallback_multiply(), Base::MatrixPy::staticCallback_multiply(), Base::PlacementPy::staticCallback_multVec(), Base::RotationPy::staticCallback_multVec(), Base::MatrixPy::staticCallback_multVec(), Gui::WorkbenchPy::staticCallback_name(), Mesh::MeshPy::staticCallback_nearestFacetOnRay(), Base::VectorPy::staticCallback_negative(), App::GroupExtensionPy::staticCallback_newObject(), Part::GeometrySurfacePy::staticCallback_normal(), Part::Curve2dPy::staticCallback_normal(), Part::GeometryCurvePy::staticCallback_normal(), Part::TopoShapeFacePy::staticCallback_normalAt(), Part::TopoShapeEdgePy::staticCallback_normalAt(), Base::VectorPy::staticCallback_normalize(), Part::TopoShapePy::staticCallback_nullify(), Mesh::MeshPy::staticCallback_offset(), Part::TopoShapeSolidPy::staticCallback_offsetFaces(), Mesh::MeshPy::staticCallback_offsetSpecial(), Part::TopoShapePy::staticCallback_oldFuse(), App::DocumentPy::staticCallback_openTransaction(), Part::TopoShapePy::staticCallback_optimalBoundingBox(), Mesh::MeshPy::staticCallback_optimizeEdges(), Mesh::MeshPy::staticCallback_optimizeTopology(), Mesh::MeshPy::staticCallback_outer(), Part::TopoShapePy::staticCallback_overTolerance(), Part::Curve2dPy::staticCallback_parameter(), Part::GeometryCurvePy::staticCallback_parameter(), Part::GeometrySurfacePy::staticCallback_parameter(), Part::TopoShapeEdgePy::staticCallback_parameterAt(), Part::GeometryCurvePy::staticCallback_parameterAtDistance(), Part::Curve2dPy::staticCallback_parameterAtDistance(), Part::TopoShapeEdgePy::staticCallback_parameters(), Part::GeometryCurvePy::staticCallback_period(), Robot::TrajectoryPy::staticCallback_position(), Part::AttachExtensionPy::staticCallback_positionBySupport(), Mesh::MeshPy::staticCallback_printInfo(), Part::TopoShapePy::staticCallback_project(), Base::VectorPy::staticCallback_projectToLine(), Base::VectorPy::staticCallback_projectToPlane(), Part::TopoShapePy::staticCallback_proximity(), TechDraw::DrawProjGroupPy::staticCallback_purgeProjections(), App::DocumentObjectPy::staticCallback_purgeTouched(), Measure::MeasurementPy::staticCallback_radius(), Fem::FemPostPipelinePy::staticCallback_read(), Mesh::MeshPy::staticCallback_read(), Import::StepShapePy::staticCallback_read(), Points::PointsPy::staticCallback_read(), Part::TopoShapePy::staticCallback_read(), Fem::FemMeshPy::staticCallback_read(), Attacher::AttachEnginePy::staticCallback_readParametersFromFeature(), Mesh::MeshPy::staticCallback_rebuildNeighbourHood(), App::DocumentObjectPy::staticCallback_recompute(), App::DocumentPy::staticCallback_recompute(), App::DocumentPy::staticCallback_redo(), Mesh::MeshPy::staticCallback_refine(), Part::TopoShapePy::staticCallback_reflectLines(), Gui::SelectionObjectPy::staticCallback_remove(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_remove(), Spreadsheet::SheetPy::staticCallback_removeColumns(), Gui::PythonWorkbenchPy::staticCallback_removeCommandbar(), Gui::PythonWorkbenchPy::staticCallback_RemoveCommandbar(), Mesh::MeshPy::staticCallback_removeComponents(), Gui::PythonWorkbenchPy::staticCallback_removeContextMenu(), Gui::PythonWorkbenchPy::staticCallback_RemoveContextMenu(), TechDraw::DrawViewPartPy::staticCallback_removeCosmeticEdge(), TechDraw::DrawViewPartPy::staticCallback_removeCosmeticVertex(), Mesh::MeshFeaturePy::staticCallback_removeDuplicatedFacets(), Mesh::MeshPy::staticCallback_removeDuplicatedFacets(), Mesh::MeshFeaturePy::staticCallback_removeDuplicatedPoints(), Mesh::MeshPy::staticCallback_removeDuplicatedPoints(), Mesh::MeshPy::staticCallback_removeFacets(), Mesh::MeshFeaturePy::staticCallback_removeFoldsOnSurface(), Mesh::MeshPy::staticCallback_removeFoldsOnSurface(), Mesh::MeshPy::staticCallback_removeFullBoundaryFacets(), Part::TopoShapePy::staticCallback_removeInternalWires(), Mesh::MeshFeaturePy::staticCallback_removeInvalidPoints(), Mesh::MeshPy::staticCallback_removeInvalidPoints(), Part::BSplineCurve2dPy::staticCallback_removeKnot(), Part::BSplineCurvePy::staticCallback_removeKnot(), Gui::PythonWorkbenchPy::staticCallback_removeMenu(), Gui::PythonWorkbenchPy::staticCallback_RemoveMenu(), Mesh::MeshPy::staticCallback_removeNeedles(), Mesh::MeshFeaturePy::staticCallback_removeNonManifoldPoints(), Mesh::MeshPy::staticCallback_removeNonManifoldPoints(), Mesh::MeshFeaturePy::staticCallback_removeNonManifolds(), Mesh::MeshPy::staticCallback_removeNonManifolds(), Path::FeaturePathCompoundPy::staticCallback_removeObject(), App::GroupExtensionPy::staticCallback_removeObject(), App::DocumentPy::staticCallback_removeObject(), App::GroupExtensionPy::staticCallback_removeObjects(), App::GroupExtensionPy::staticCallback_removeObjectsFromDocument(), Part::BezierCurve2dPy::staticCallback_removePole(), Part::BezierCurvePy::staticCallback_removePole(), Part::BezierSurfacePy::staticCallback_removePoleCol(), Part::BezierSurfacePy::staticCallback_removePoleRow(), TechDraw::DrawProjGroupPy::staticCallback_removeProjection(), App::DocumentObjectPy::staticCallback_removeProperty(), Gui::ViewProviderPy::staticCallback_removeProperty(), Spreadsheet::SheetPy::staticCallback_removeRows(), MeshGui::ViewProviderMeshPy::staticCallback_removeSelection(), Part::TopoShapePy::staticCallback_removeShape(), Part::TopoShapePy::staticCallback_removeSplitter(), Gui::PythonWorkbenchPy::staticCallback_removeToolbar(), Gui::PythonWorkbenchPy::staticCallback_RemoveToolbar(), Part::BSplineSurfacePy::staticCallback_removeUKnot(), TechDraw::DrawPagePy::staticCallback_removeView(), TechDraw::DrawViewClipPy::staticCallback_removeView(), TechDraw::DrawViewCollectionPy::staticCallback_removeView(), Part::BSplineSurfacePy::staticCallback_removeVKnot(), Sketcher::SketchObjectPy::staticCallback_renameConstraint(), Part::BSplineSurfacePy::staticCallback_reparametrize(), Part::TopoShapePy::staticCallback_replaceShape(), Gui::LinkViewPy::staticCallback_reset(), Gui::DocumentPy::staticCallback_resetEdit(), App::DocumentPy::staticCallback_restore(), Base::PersistencePy::staticCallback_restoreContent(), App::PropertyContainerPy::staticCallback_restorePropertyContent(), Part::Curve2dPy::staticCallback_reverse(), Part::GeometryCurvePy::staticCallback_reverse(), Part::TopoShapePy::staticCallback_reverse(), Base::AxisPy::staticCallback_reversed(), Part::GeometryCurvePy::staticCallback_reversedParameter(), Part::TopoShapePy::staticCallback_revolve(), Part::GeometryPy::staticCallback_rotate(), Part::Geometry2dPy::staticCallback_rotate(), Mesh::MeshPy::staticCallback_rotate(), Part::TopoShapePy::staticCallback_rotate(), Base::MatrixPy::staticCallback_rotateX(), Base::MatrixPy::staticCallback_rotateY(), Base::MatrixPy::staticCallback_rotateZ(), App::DocumentPy::staticCallback_save(), App::DocumentPy::staticCallback_saveAs(), App::DocumentPy::staticCallback_saveCopy(), Base::MatrixPy::staticCallback_scale(), Part::GeometryPy::staticCallback_scale(), Part::Geometry2dPy::staticCallback_scale(), Base::VectorPy::staticCallback_scale(), Base::BoundBoxPy::staticCallback_scale(), Part::TopoShapePy::staticCallback_scale(), Gui::DocumentPy::staticCallback_scrollToTreeItem(), Part::TopoShapePy::staticCallback_section(), Part::BezierCurve2dPy::staticCallback_segment(), Part::BezierCurvePy::staticCallback_segment(), Part::BSplineCurve2dPy::staticCallback_segment(), Part::BSplineCurvePy::staticCallback_segment(), Part::BezierSurfacePy::staticCallback_segment(), Part::BSplineSurfacePy::staticCallback_segment(), Gui::DocumentPy::staticCallback_sendMsgToViews(), App::MaterialPy::staticCallback_set(), Spreadsheet::SheetPy::staticCallback_set(), Base::MatrixPy::staticCallback_setA(), Base::MatrixPy::staticCallback_setA11(), Base::MatrixPy::staticCallback_setA12(), Base::MatrixPy::staticCallback_setA13(), Base::MatrixPy::staticCallback_setA14(), Base::MatrixPy::staticCallback_setA21(), Base::MatrixPy::staticCallback_setA22(), Base::MatrixPy::staticCallback_setA23(), Base::MatrixPy::staticCallback_setA24(), Base::MatrixPy::staticCallback_setA31(), Base::MatrixPy::staticCallback_setA32(), Base::MatrixPy::staticCallback_setA33(), Base::MatrixPy::staticCallback_setA34(), Base::MatrixPy::staticCallback_setA41(), Base::MatrixPy::staticCallback_setA42(), Base::MatrixPy::staticCallback_setA43(), Base::MatrixPy::staticCallback_setA44(), Sketcher::SketchObjectPy::staticCallback_setActive(), Gui::DocumentPy::staticCallback_setActiveObject(), App::DocumentPy::staticCallback_setActiveObject(), Gui::DocumentPy::staticCallback_setActiveView(), Spreadsheet::SheetPy::staticCallback_setAlias(), Spreadsheet::SheetPy::staticCallback_setAlignment(), App::MaterialPy::staticCallback_setAmbientColor(), Base::RotationPy::staticCallback_setAngle(), Part::ArcOfConicPy::staticCallback_setAngleXU(), Part::ConicPy::staticCallback_setAngleXU(), Gui::ViewProviderPy::staticCallback_setAnnotation(), Part::ConePy::staticCallback_setApex(), Part::SpherePy::staticCallback_setArea(), Part::ToroidPy::staticCallback_setArea(), Mesh::FacetPy::staticCallback_setArea(), Mesh::MeshPy::staticCallback_setArea(), Part::TopoShapePy::staticCallback_setArea(), Mesh::FacetPy::staticCallback_setAspectRatio(), Mesh::FacetPy::staticCallback_setAspectRatio2(), Part::AttachExtensionPy::staticCallback_setAttacher(), Attacher::AttachEnginePy::staticCallback_setAttacherType(), Attacher::AttachEnginePy::staticCallback_setAttachmentOffset(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setAuxiliarySpine(), Base::CoordinateSystemPy::staticCallback_setAxes(), Part::PlanePy::staticCallback_setAxis(), Base::CoordinateSystemPy::staticCallback_setAxis(), Part::CylinderPy::staticCallback_setAxis(), Part::ArcOfConicPy::staticCallback_setAxis(), Part::ConicPy::staticCallback_setAxis(), Part::ToroidPy::staticCallback_setAxis(), Part::SpherePy::staticCallback_setAxis(), Part::ConePy::staticCallback_setAxis(), Base::RotationPy::staticCallback_setAxis(), Robot::Robot6AxisPy::staticCallback_setAxis1(), Robot::Robot6AxisPy::staticCallback_setAxis2(), Robot::Robot6AxisPy::staticCallback_setAxis3(), Robot::Robot6AxisPy::staticCallback_setAxis4(), Robot::Robot6AxisPy::staticCallback_setAxis5(), Robot::Robot6AxisPy::staticCallback_setAxis6(), Sketcher::SketchObjectPy::staticCallback_setAxisCount(), Gui::AxisOriginPy::staticCallback_setAxisLength(), Spreadsheet::SheetPy::staticCallback_setBackground(), Base::AxisPy::staticCallback_setBase(), Base::PlacementPy::staticCallback_setBase(), Robot::WaypointPy::staticCallback_setBase(), Robot::Robot6AxisPy::staticCallback_setBase(), Part::OffsetCurve2dPy::staticCallback_setBasisCurve(), Part::OffsetCurvePy::staticCallback_setBasisCurve(), Part::SurfaceOfRevolutionPy::staticCallback_setBasisCurve(), Part::SurfaceOfExtrusionPy::staticCallback_setBasisCurve(), Part::OffsetSurfacePy::staticCallback_setBasisSurface(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setBiNormalMode(), PartDesignGui::ViewProviderPy::staticCallback_setBodyMode(), Mesh::MeshPointPy::staticCallback_setBound(), Mesh::FacetPy::staticCallback_setBound(), Data::ComplexGeoDataPy::staticCallback_setBoundBox(), Part::ConicPy::staticCallback_setCenter(), Part::ArcOfConicPy::staticCallback_setCenter(), Part::CylinderPy::staticCallback_setCenter(), Part::ToroidPy::staticCallback_setCenter(), Part::SpherePy::staticCallback_setCenter(), Part::ConePy::staticCallback_setCenter(), Path::PathPy::staticCallback_setCenter(), Base::BoundBoxPy::staticCallback_setCenter(), Part::TopoShapeSolidPy::staticCallback_setCenterOfMass(), Part::TopoShapeShellPy::staticCallback_setCenterOfMass(), Part::TopoShapeWirePy::staticCallback_setCenterOfMass(), Part::TopoShapeFacePy::staticCallback_setCenterOfMass(), Part::TopoShapeEdgePy::staticCallback_setCenterOfMass(), Gui::LinkViewPy::staticCallback_setChildren(), Part::ArcOfCircle2dPy::staticCallback_setCircle(), Part::ArcOfCirclePy::staticCallback_setCircle(), Mesh::FacetPy::staticCallback_setCircumCircle(), Part::Curve2dPy::staticCallback_setClosed(), Part::TopoShapeEdgePy::staticCallback_setClosed(), Spreadsheet::SheetPy::staticCallback_setColumnWidth(), Path::PathPy::staticCallback_setCommands(), Attacher::AttachEnginePy::staticCallback_setCompleteModeList(), Attacher::AttachEnginePy::staticCallback_setCompleteRefTypeList(), Part::TopoShapePy::staticCallback_setCompounds(), Part::TopoShapePy::staticCallback_setCompSolids(), Sketcher::SketchPy::staticCallback_setConflicts(), Sketcher::SketchPy::staticCallback_setConstraint(), Sketcher::SketchObjectPy::staticCallback_setConstraintCount(), Sketcher::SketchObjectPy::staticCallback_setConstruction(), Part::GeometryPy::staticCallback_setConstruction(), Robot::WaypointPy::staticCallback_setCont(), Base::PersistencePy::staticCallback_setContent(), Part::Curve2dPy::staticCallback_setContinuity(), Part::GeometrySurfacePy::staticCallback_setContinuity(), Part::GeometryCurvePy::staticCallback_setContinuity(), Path::ToolPy::staticCallback_setCornerRadius(), Gui::LinkViewPy::staticCallback_setCount(), Mesh::MeshPy::staticCallback_setCountEdges(), Mesh::MeshPy::staticCallback_setCountFacets(), Points::PointsPy::staticCallback_setCountPoints(), Mesh::MeshPy::staticCallback_setCountPoints(), PathSimulator::PathSimPy::staticCallback_SetCurrentTool(), Part::TopoShapeEdgePy::staticCallback_setCurve(), Path::ToolPy::staticCallback_setCuttingEdgeAngle(), Path::ToolPy::staticCallback_setCuttingEdgeHeight(), Sketcher::SketchObjectPy::staticCallback_setDatum(), Sketcher::SketchObjectPy::staticCallback_setDatumsDriving(), Path::AreaPy::staticCallback_setDefaultParams(), Part::TopoShapeEdgePy::staticCallback_setDegenerated(), Part::BezierCurve2dPy::staticCallback_setDegree(), Part::BezierCurvePy::staticCallback_setDegree(), Part::BSplineCurve2dPy::staticCallback_setDegree(), Part::BSplineCurvePy::staticCallback_setDegree(), App::DocumentPy::staticCallback_setDependencyGraph(), Base::BoundBoxPy::staticCallback_setDiagonalLength(), Path::ToolPy::staticCallback_setDiameter(), App::MaterialPy::staticCallback_setDiffuseColor(), Part::Line2dPy::staticCallback_setDirection(), Part::LinePy::staticCallback_setDirection(), Part::SurfaceOfRevolutionPy::staticCallback_setDirection(), Part::SurfaceOfExtrusionPy::staticCallback_setDirection(), Base::AxisPy::staticCallback_setDirection(), Spreadsheet::SheetPy::staticCallback_setDisplayUnit(), Gui::ViewProviderDocumentObjectPy::staticCallback_setDocument(), Gui::SelectionObjectPy::staticCallback_setDocument(), App::DocumentObjectPy::staticCallback_setDocument(), Gui::DocumentPy::staticCallback_setDocument(), Gui::SelectionObjectPy::staticCallback_setDocumentName(), Gui::ViewProviderLinkPy::staticCallback_setDraggingPlacement(), Sketcher::SketchObjectPy::staticCallback_setDriving(), Sketcher::ConstraintPy::staticCallback_setDriving(), Robot::TrajectoryPy::staticCallback_setDuration(), Part::ArcOfConic2dPy::staticCallback_setEccentricity(), Part::Conic2dPy::staticCallback_setEccentricity(), Part::ConicPy::staticCallback_setEccentricity(), Fem::FemMeshPy::staticCallback_setEdgeCount(), Fem::FemMeshPy::staticCallback_setEdges(), Part::TopoShapePy::staticCallback_setEdges(), Fem::FemMeshPy::staticCallback_setEdgesOnly(), Gui::DocumentPy::staticCallback_setEdit(), TechDraw::DrawSVGTemplatePy::staticCallback_setEditFieldContent(), App::PropertyContainerPy::staticCallback_setEditorMode(), FemGui::ViewProviderFemMeshPy::staticCallback_setElementColor(), Part::ArcOfEllipse2dPy::staticCallback_setEllipse(), Part::ArcOfEllipsePy::staticCallback_setEllipse(), App::MaterialPy::staticCallback_setEmissiveColor(), Part::BoundedCurvePy::staticCallback_setEndPoint(), Part::Line2dSegmentPy::staticCallback_setEndPoint(), Part::LineSegmentPy::staticCallback_setEndPoint(), Part::BezierCurve2dPy::staticCallback_setEndPoint(), Part::BezierCurvePy::staticCallback_setEndPoint(), Part::BSplineCurve2dPy::staticCallback_setEndPoint(), Part::BSplineCurvePy::staticCallback_setEndPoint(), App::DocumentObjectPy::staticCallback_setExpression(), Part::GeometryPy::staticCallback_setExtension(), Fem::FemMeshPy::staticCallback_setFaceCount(), Fem::FemMeshPy::staticCallback_setFaces(), Part::TopoShapePy::staticCallback_setFaces(), Fem::FemMeshPy::staticCallback_setFacesOnly(), Mesh::MeshPy::staticCallback_setFacets(), Sketcher::ConstraintPy::staticCallback_setFirst(), Part::Curve2dPy::staticCallback_setFirstParameter(), Part::TopoShapeEdgePy::staticCallback_setFirstParameter(), Part::GeometryCurvePy::staticCallback_setFirstParameter(), Sketcher::ConstraintPy::staticCallback_setFirstPos(), Part::BSplineCurve2dPy::staticCallback_setFirstUKnotIndex(), Part::BSplineCurvePy::staticCallback_setFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_setFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_setFirstVKnotIndex(), Sketcher::ExternalGeometryExtensionPy::staticCallback_setFlag(), Path::ToolPy::staticCallback_setFlatRadius(), Part::ArcOfParabola2dPy::staticCallback_setFocal(), Part::Parabola2dPy::staticCallback_setFocal(), Part::ArcOfParabolaPy::staticCallback_setFocal(), Part::ParabolaPy::staticCallback_setFocal(), Part::EllipsePy::staticCallback_setFocal(), Part::Hyperbola2dPy::staticCallback_setFocal(), Part::Ellipse2dPy::staticCallback_setFocal(), Part::HyperbolaPy::staticCallback_setFocal(), Part::Parabola2dPy::staticCallback_setFocus(), Part::ParabolaPy::staticCallback_setFocus(), Part::EllipsePy::staticCallback_setFocus1(), Part::Hyperbola2dPy::staticCallback_setFocus1(), Part::HyperbolaPy::staticCallback_setFocus1(), Part::Ellipse2dPy::staticCallback_setFocus1(), Part::Ellipse2dPy::staticCallback_setFocus2(), Part::EllipsePy::staticCallback_setFocus2(), Part::Hyperbola2dPy::staticCallback_setFocus2(), Part::HyperbolaPy::staticCallback_setFocus2(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setForceApproxC1(), Spreadsheet::SheetPy::staticCallback_setForeground(), Base::QuantityPy::staticCallback_setFormat(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setFrenetMode(), Path::CommandPy::staticCallback_setFromGCode(), Path::PathPy::staticCallback_setFromGCode(), Path::ToolPy::staticCallback_setFromTemplate(), Path::TooltablePy::staticCallback_setFromTemplate(), Gui::SelectionObjectPy::staticCallback_setFullName(), Sketcher::SketchPy::staticCallback_setGeometries(), TechDraw::DrawParametricTemplatePy::staticCallback_setGeometryCount(), Sketcher::SketchObjectPy::staticCallback_setGeometryCount(), Fem::FemMeshPy::staticCallback_setGroupCount(), Fem::FemMeshPy::staticCallback_setGroups(), Gui::SelectionObjectPy::staticCallback_setHasSubObjects(), Fem::FemMeshPy::staticCallback_setHexaCount(), FemGui::ViewProviderFemMeshPy::staticCallback_setHighlightedNodes(), Part::ArcOfHyperbola2dPy::staticCallback_setHyperbola(), Part::ArcOfHyperbolaPy::staticCallback_setHyperbola(), Gui::ViewProviderPy::staticCallback_setIcon(), Sketcher::SketchGeometryExtensionPy::staticCallback_setId(), Attacher::AttachEnginePy::staticCallback_setImplementedModes(), Mesh::FacetPy::staticCallback_setInCircle(), Mesh::MeshPointPy::staticCallback_setIndex(), Mesh::FacetPy::staticCallback_setIndex(), App::DocumentObjectPy::staticCallback_setInList(), App::DocumentObjectPy::staticCallback_setInListRecursive(), Sketcher::ConstraintPy::staticCallback_setInVirtualSpace(), Sketcher::ConstraintPy::staticCallback_setIsActive(), Gui::ViewProviderPy::staticCallback_setIV(), Base::TypePy::staticCallback_setKey(), Part::BSplineCurve2dPy::staticCallback_setKnot(), Part::BSplineCurvePy::staticCallback_setKnot(), Part::BSplineCurve2dPy::staticCallback_setKnots(), Part::BSplineCurvePy::staticCallback_setKnots(), Part::BSplineCurve2dPy::staticCallback_setKnotSequence(), Part::BSplineCurvePy::staticCallback_setKnotSequence(), Gui::AxisOriginPy::staticCallback_setLabels(), Part::Curve2dPy::staticCallback_setLastParameter(), Part::TopoShapeEdgePy::staticCallback_setLastParameter(), Part::GeometryCurvePy::staticCallback_setLastParameter(), Part::BSplineCurve2dPy::staticCallback_setLastUKnotIndex(), Part::BSplineCurvePy::staticCallback_setLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_setLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_setLastVKnotIndex(), Robot::TrajectoryPy::staticCallback_setLength(), Path::PathPy::staticCallback_setLength(), Part::TopoShapeEdgePy::staticCallback_setLength(), Base::VectorPy::staticCallback_setLength(), Part::TopoShapePy::staticCallback_setLength(), Path::ToolPy::staticCallback_setLengthOffset(), Gui::AxisOriginPy::staticCallback_setLineWidth(), App::LinkBaseExtensionPy::staticCallback_setLink(), Gui::LinkViewPy::staticCallback_setLink(), App::LinkBaseExtensionPy::staticCallback_setLinkedChildren(), Gui::LinkViewPy::staticCallback_setLinkedView(), Gui::ViewProviderLinkPy::staticCallback_setLinkView(), Part::ConicPy::staticCallback_setLocation(), Part::ArcOfConic2dPy::staticCallback_setLocation(), Part::Line2dPy::staticCallback_setLocation(), Part::ArcOfConicPy::staticCallback_setLocation(), Part::LinePy::staticCallback_setLocation(), Part::SurfaceOfRevolutionPy::staticCallback_setLocation(), Part::Conic2dPy::staticCallback_setLocation(), Part::ArcOfEllipsePy::staticCallback_setMajorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_setMajorRadius(), Part::ArcOfHyperbolaPy::staticCallback_setMajorRadius(), Part::HyperbolaPy::staticCallback_setMajorRadius(), Part::Ellipse2dPy::staticCallback_setMajorRadius(), Part::ArcOfEllipse2dPy::staticCallback_setMajorRadius(), Part::Hyperbola2dPy::staticCallback_setMajorRadius(), Part::EllipsePy::staticCallback_setMajorRadius(), Part::ToroidPy::staticCallback_setMajorRadius(), Part::TopoShapeSolidPy::staticCallback_setMass(), Part::TopoShapeShellPy::staticCallback_setMass(), Part::TopoShapeWirePy::staticCallback_setMass(), Part::TopoShapeFacePy::staticCallback_setMass(), Part::TopoShapeEdgePy::staticCallback_setMass(), Gui::LinkViewPy::staticCallback_setMaterial(), Path::ToolPy::staticCallback_setMaterial(), Data::ComplexGeoDataPy::staticCallback_setMatrix(), Part::TopoShapeSolidPy::staticCallback_setMatrixOfInertia(), Part::TopoShapeShellPy::staticCallback_setMatrixOfInertia(), Part::TopoShapeWirePy::staticCallback_setMatrixOfInertia(), Part::TopoShapeFacePy::staticCallback_setMatrixOfInertia(), Part::TopoShapeEdgePy::staticCallback_setMatrixOfInertia(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setMaxDegree(), Part::BezierCurve2dPy::staticCallback_setMaxDegree(), Part::BezierCurvePy::staticCallback_setMaxDegree(), Part::BezierSurfacePy::staticCallback_setMaxDegree(), Part::BSplineCurve2dPy::staticCallback_setMaxDegree(), Part::BSplineCurvePy::staticCallback_setMaxDegree(), Part::BSplineSurfacePy::staticCallback_setMaxDegree(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setMaxSegments(), Base::PersistencePy::staticCallback_setMemSize(), Part::Hyperbola2dPy::staticCallback_setMinorRadius(), Part::ArcOfEllipse2dPy::staticCallback_setMinorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_setMinorRadius(), Part::ArcOfHyperbolaPy::staticCallback_setMinorRadius(), Part::ArcOfEllipsePy::staticCallback_setMinorRadius(), Part::HyperbolaPy::staticCallback_setMinorRadius(), Part::Ellipse2dPy::staticCallback_setMinorRadius(), Part::EllipsePy::staticCallback_setMinorRadius(), Part::ToroidPy::staticCallback_setMinorRadius(), Sketcher::SketchObjectPy::staticCallback_setMissingLineEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingRadiusConstraints(), Sketcher::SketchObjectPy::staticCallback_setMissingVerticalHorizontalConstraints(), Attacher::AttachEnginePy::staticCallback_setMode(), Gui::DocumentPy::staticCallback_setModified(), Base::BaseClassPy::staticCallback_setModule(), Base::TypePy::staticCallback_setModule(), Robot::WaypointPy::staticCallback_setName(), Part::GeometryExtensionPy::staticCallback_setName(), Path::CommandPy::staticCallback_setName(), Path::ToolPy::staticCallback_setName(), Base::TypePy::staticCallback_setName(), Sketcher::ConstraintPy::staticCallback_setName(), App::DocumentObjectPy::staticCallback_setName(), App::DocumentPy::staticCallback_setName(), Part::BSplineCurve2dPy::staticCallback_setNbKnots(), Part::BSplineCurvePy::staticCallback_setNbKnots(), Part::BezierCurve2dPy::staticCallback_setNbPoles(), Part::BezierCurvePy::staticCallback_setNbPoles(), Part::BSplineCurve2dPy::staticCallback_setNbPoles(), Part::BSplineCurvePy::staticCallback_setNbPoles(), Part::BSplineSurfacePy::staticCallback_setNbUKnots(), Part::BezierSurfacePy::staticCallback_setNbUPoles(), Part::BSplineSurfacePy::staticCallback_setNbUPoles(), Part::BSplineSurfacePy::staticCallback_setNbVKnots(), Part::BezierSurfacePy::staticCallback_setNbVPoles(), Part::BSplineSurfacePy::staticCallback_setNbVPoles(), Mesh::FacetPy::staticCallback_setNeighbourIndices(), Gui::AxisOriginPy::staticCallback_setNode(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeColor(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeColorByScalars(), Fem::FemMeshPy::staticCallback_setNodeCount(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeDisplacement(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeDisplacementByVectors(), Fem::FemMeshPy::staticCallback_setNodes(), Mesh::MeshPointPy::staticCallback_setNormal(), Mesh::FacetPy::staticCallback_setNormal(), Part::BSplineCurve2dPy::staticCallback_setNotPeriodic(), Part::BSplineCurvePy::staticCallback_setNotPeriodic(), Gui::ViewProviderDocumentObjectPy::staticCallback_setObject(), Gui::SelectionObjectPy::staticCallback_setObject(), Gui::SelectionObjectPy::staticCallback_setObjectName(), App::GroupExtensionPy::staticCallback_setObjects(), App::DocumentPy::staticCallback_setObjects(), Part::OffsetCurvePy::staticCallback_setOffsetDirection(), Part::OffsetCurve2dPy::staticCallback_setOffsetValue(), Part::OffsetCurvePy::staticCallback_setOffsetValue(), Part::OffsetSurfacePy::staticCallback_setOffsetValue(), Sketcher::SketchObjectPy::staticCallback_setOpenVertices(), Part::TopoShapeWirePy::staticCallback_setOrderedEdges(), Part::TopoShapeWirePy::staticCallback_setOrderedVertexes(), Part::TopoShapePy::staticCallback_setOrientation(), Part::BSplineCurve2dPy::staticCallback_setOrigin(), Part::BSplineCurvePy::staticCallback_setOrigin(), Part::TopoShapeSolidPy::staticCallback_setOuterShell(), Part::TopoShapeFacePy::staticCallback_setOuterWire(), App::DocumentObjectPy::staticCallback_setOutList(), App::DocumentObjectPy::staticCallback_setOutListRecursive(), Gui::LinkViewPy::staticCallback_setOwner(), Part::ArcOfParabolaPy::staticCallback_setParabola(), Part::ArcOfParabola2dPy::staticCallback_setParabola(), Part::Parabola2dPy::staticCallback_setParameter(), Part::ParabolaPy::staticCallback_setParameter(), Attacher::AttachEnginePy::staticCallback_setParameter(), Part::Line2dSegmentPy::staticCallback_setParameterRange(), Part::LineSegmentPy::staticCallback_setParameterRange(), Part::TrimmedCurvePy::staticCallback_setParameterRange(), Part::TopoShapeFacePy::staticCallback_setParameterRange(), Part::TopoShapeEdgePy::staticCallback_setParameterRange(), Path::CommandPy::staticCallback_setParameters(), Path::FeatureAreaPy::staticCallback_setParams(), Path::AreaPy::staticCallback_setParams(), Part::Curve2dPy::staticCallback_setPeriodic(), Part::BSplineCurve2dPy::staticCallback_setPeriodic(), Part::BSplineCurvePy::staticCallback_setPeriodic(), Gui::SelectionObjectPy::staticCallback_setPickedPoints(), Base::CoordinateSystemPy::staticCallback_setPlacement(), Data::ComplexGeoDataPy::staticCallback_setPlacement(), Path::CommandPy::staticCallback_setPlacement(), Path::AreaPy::staticCallback_setPlane(), Gui::AxisOriginPy::staticCallback_setPlane(), Part::TopoShapeVertexPy::staticCallback_setPoint(), Mesh::MeshPy::staticCallback_setPoint(), Mesh::FacetPy::staticCallback_setPointIndices(), Points::PointsPy::staticCallback_setPoints(), Mesh::FacetPy::staticCallback_setPoints(), Mesh::MeshPy::staticCallback_setPoints(), Gui::AxisOriginPy::staticCallback_setPointSize(), Part::BezierCurve2dPy::staticCallback_setPole(), Part::BezierCurvePy::staticCallback_setPole(), Part::BSplineCurve2dPy::staticCallback_setPole(), Part::BSplineCurvePy::staticCallback_setPole(), Part::BezierSurfacePy::staticCallback_setPole(), Part::BSplineSurfacePy::staticCallback_setPole(), Part::BezierSurfacePy::staticCallback_setPoleCol(), Part::BSplineSurfacePy::staticCallback_setPoleCol(), Part::BezierSurfacePy::staticCallback_setPoleRow(), Part::BSplineSurfacePy::staticCallback_setPoleRow(), Part::BezierCurve2dPy::staticCallback_setPoles(), Part::BezierCurvePy::staticCallback_setPoles(), Fem::FemMeshPy::staticCallback_setPolygonCount(), Fem::FemMeshPy::staticCallback_setPolyhedronCount(), Gui::DocumentPy::staticCallback_setPos(), Robot::WaypointPy::staticCallback_setPos(), Part::PlanePy::staticCallback_setPosition(), Base::CoordinateSystemPy::staticCallback_setPosition(), Part::TopoShapeSolidPy::staticCallback_setPrincipalProperties(), Part::TopoShapeShellPy::staticCallback_setPrincipalProperties(), Part::TopoShapeWirePy::staticCallback_setPrincipalProperties(), Part::TopoShapeFacePy::staticCallback_setPrincipalProperties(), Part::TopoShapeEdgePy::staticCallback_setPrincipalProperties(), Fem::FemMeshPy::staticCallback_setPrismCount(), App::PropertyContainerPy::staticCallback_setPropertiesList(), Fem::FemMeshPy::staticCallback_setPyramidCount(), Base::RotationPy::staticCallback_setQ(), Fem::FemMeshPy::staticCallback_setQuadrangleCount(), Part::ArcOfCircle2dPy::staticCallback_setRadius(), Part::CirclePy::staticCallback_setRadius(), Part::ArcOfCirclePy::staticCallback_setRadius(), Part::Circle2dPy::staticCallback_setRadius(), Part::SpherePy::staticCallback_setRadius(), Part::CylinderPy::staticCallback_setRadius(), Part::ConePy::staticCallback_setRadius(), App::DocumentPy::staticCallback_setRecomputesFrozen(), App::DocumentPy::staticCallback_setRedoCount(), App::DocumentPy::staticCallback_setRedoNames(), Sketcher::SketchPy::staticCallback_setRedundancies(), Sketcher::ExternalGeometryExtensionPy::staticCallback_setRef(), Attacher::AttachEnginePy::staticCallback_setReferences(), Attacher::AttachEnginePy::staticCallback_setReverse(), Gui::LinkViewPy::staticCallback_setRootNode(), Gui::ViewProviderPy::staticCallback_setRootNode(), App::DocumentPy::staticCallback_setRootObjects(), Base::PlacementPy::staticCallback_setRotation(), Mesh::FacetPy::staticCallback_setRoundness(), Spreadsheet::SheetPy::staticCallback_setRowHeight(), Gui::AxisOriginPy::staticCallback_setScale(), Sketcher::ConstraintPy::staticCallback_setSecond(), Sketcher::ConstraintPy::staticCallback_setSecondPos(), Path::AreaPy::staticCallback_setSections(), MeshGui::ViewProviderMeshPy::staticCallback_setSelection(), Part::ConePy::staticCallback_setSemiAngle(), Fem::FemMeshPy::staticCallback_setShape(), Sketcher::SketchPy::staticCallback_setShape(), Path::AreaPy::staticCallback_setShapes(), Part::TopoShapePy::staticCallback_setShapeType(), Part::TopoShapePy::staticCallback_setShells(), App::MaterialPy::staticCallback_setShininess(), Base::UnitPy::staticCallback_setSignature(), Path::PathPy::staticCallback_setSize(), Part::TopoShapePy::staticCallback_setSolids(), App::MaterialPy::staticCallback_setSpecularColor(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setSpineSupport(), Fem::FemMeshPy::staticCallback_setStandardHypotheses(), Part::BoundedCurvePy::staticCallback_setStartPoint(), Part::LineSegmentPy::staticCallback_setStartPoint(), Part::Line2dSegmentPy::staticCallback_setStartPoint(), Part::BezierCurvePy::staticCallback_setStartPoint(), Part::BezierCurve2dPy::staticCallback_setStartPoint(), Part::BSplineCurve2dPy::staticCallback_setStartPoint(), Part::BSplineCurvePy::staticCallback_setStartPoint(), App::DocumentObjectPy::staticCallback_setState(), Part::TopoShapeSolidPy::staticCallback_setStaticMoments(), Part::TopoShapeShellPy::staticCallback_setStaticMoments(), Part::TopoShapeWirePy::staticCallback_setStaticMoments(), Part::TopoShapeFacePy::staticCallback_setStaticMoments(), Part::TopoShapeEdgePy::staticCallback_setStaticMoments(), Spreadsheet::SheetPy::staticCallback_setStyle(), Gui::SelectionObjectPy::staticCallback_setSubElementNames(), Fem::FemMeshPy::staticCallback_setSubMeshCount(), Gui::LinkViewPy::staticCallback_setSubNames(), Gui::SelectionObjectPy::staticCallback_setSubObjects(), Part::TopoShapeFacePy::staticCallback_setSurface(), Part::GeometryPy::staticCallback_setTag(), Robot::Robot6AxisPy::staticCallback_setTcp(), Fem::FemMeshPy::staticCallback_setTetraCount(), Sketcher::ConstraintPy::staticCallback_setThird(), Sketcher::ConstraintPy::staticCallback_setThirdPos(), Part::TopoShapeVertexPy::staticCallback_setTolerance(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTolerance(), Part::TopoShapeFacePy::staticCallback_setTolerance(), Part::TopoShapeEdgePy::staticCallback_setTolerance(), Path::TooltablePy::staticCallback_setTool(), PathSimulator::PathSimPy::staticCallback_setTool(), Robot::WaypointPy::staticCallback_setTool(), Path::TooltablePy::staticCallback_setTools(), Path::ToolPy::staticCallback_setToolType(), App::DocumentPy::staticCallback_setTopologicalSortedObjects(), Mesh::MeshPy::staticCallback_setTopology(), Gui::LinkViewPy::staticCallback_setTransform(), Fem::FemMeshPy::staticCallback_setTransform(), Gui::ViewProviderPy::staticCallback_setTransformation(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTransitionMode(), App::MaterialPy::staticCallback_setTransparency(), Fem::FemMeshPy::staticCallback_setTriangleCount(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTrihedronMode(), Sketcher::ConstraintPy::staticCallback_setType(), Gui::LinkViewPy::staticCallback_setType(), Robot::WaypointPy::staticCallback_setType(), Base::UnitPy::staticCallback_setType(), Base::BaseClassPy::staticCallback_setTypeId(), Gui::SelectionObjectPy::staticCallback_setTypeName(), Part::BezierSurfacePy::staticCallback_setUDegree(), Part::BSplineSurfacePy::staticCallback_setUDegree(), Part::BSplineSurfacePy::staticCallback_setUKnot(), Part::BSplineSurfacePy::staticCallback_setUKnots(), Part::BSplineSurfacePy::staticCallback_setUKnotSequence(), App::DocumentPy::staticCallback_setUndoCount(), App::DocumentPy::staticCallback_setUndoMode(), App::DocumentPy::staticCallback_setUndoNames(), App::DocumentPy::staticCallback_setUndoRedoMemSize(), Base::QuantityPy::staticCallback_setUnit(), Part::BSplineSurfacePy::staticCallback_setUNotPeriodic(), Part::BSplineSurfacePy::staticCallback_setUOrigin(), Part::BSplineSurfacePy::staticCallback_setUPeriodic(), Gui::ViewProviderLinkPy::staticCallback_setUseCenterballDragger(), Base::QuantityPy::staticCallback_setUserString(), Part::GeometryDoubleExtensionPy::staticCallback_setValue(), Part::GeometryIntExtensionPy::staticCallback_setValue(), Part::GeometryStringExtensionPy::staticCallback_setValue(), Part::GeometryBoolExtensionPy::staticCallback_setValue(), Sketcher::ConstraintPy::staticCallback_setValue(), Base::QuantityPy::staticCallback_setValue(), Part::BezierSurfacePy::staticCallback_setVDegree(), Part::BSplineSurfacePy::staticCallback_setVDegree(), Mesh::MeshPointPy::staticCallback_setVector(), Robot::WaypointPy::staticCallback_setVelocity(), Part::TopoShapePy::staticCallback_setVertexes(), App::DocumentObjectPy::staticCallback_setViewObject(), Sketcher::SketchObjectPy::staticCallback_setVirtualSpace(), Gui::LinkViewPy::staticCallback_setVisibilities(), FemGui::ViewProviderFemMeshPy::staticCallback_setVisibleElementFaces(), Part::BSplineSurfacePy::staticCallback_setVKnot(), Part::BSplineSurfacePy::staticCallback_setVKnots(), Part::BSplineSurfacePy::staticCallback_setVKnotSequence(), Part::BSplineSurfacePy::staticCallback_setVNotPeriodic(), Base::BoundBoxPy::staticCallback_setVoid(), Part::SpherePy::staticCallback_setVolume(), Part::ToroidPy::staticCallback_setVolume(), Fem::FemMeshPy::staticCallback_setVolume(), Mesh::MeshPy::staticCallback_setVolume(), Part::TopoShapePy::staticCallback_setVolume(), Fem::FemMeshPy::staticCallback_setVolumeCount(), Fem::FemMeshPy::staticCallback_setVolumes(), Part::BSplineSurfacePy::staticCallback_setVOrigin(), Part::BSplineSurfacePy::staticCallback_setVPeriodic(), Robot::TrajectoryPy::staticCallback_setWaypoints(), Part::BezierCurve2dPy::staticCallback_setWeight(), Part::BezierCurvePy::staticCallback_setWeight(), Part::BSplineCurve2dPy::staticCallback_setWeight(), Part::BSplineCurvePy::staticCallback_setWeight(), Part::BezierSurfacePy::staticCallback_setWeight(), Part::BSplineSurfacePy::staticCallback_setWeight(), Part::BezierSurfacePy::staticCallback_setWeightCol(), Part::BSplineSurfacePy::staticCallback_setWeightCol(), Part::BezierSurfacePy::staticCallback_setWeightRow(), Part::BSplineSurfacePy::staticCallback_setWeightRow(), Part::TopoShapeFacePy::staticCallback_setWire(), Part::TopoShapePy::staticCallback_setWires(), Path::FeatureAreaPy::staticCallback_setWorkPlane(), Path::AreaPy::staticCallback_setWorkplane(), Part::TopoShapeVertexPy::staticCallback_setX(), Part::PointPy::staticCallback_setX(), Mesh::MeshPointPy::staticCallback_setx(), Base::VectorPy::staticCallback_setx(), Part::Conic2dPy::staticCallback_setXAxis(), Part::ArcOfConic2dPy::staticCallback_setXAxis(), Part::ArcOfConicPy::staticCallback_setXAxis(), Part::ConicPy::staticCallback_setXAxis(), Base::CoordinateSystemPy::staticCallback_setXDirection(), Base::BoundBoxPy::staticCallback_setXLength(), Base::BoundBoxPy::staticCallback_setXMax(), Base::BoundBoxPy::staticCallback_setXMin(), Part::TopoShapeVertexPy::staticCallback_setY(), Part::PointPy::staticCallback_setY(), Mesh::MeshPointPy::staticCallback_sety(), Base::VectorPy::staticCallback_sety(), Part::Conic2dPy::staticCallback_setYAxis(), Part::ArcOfConic2dPy::staticCallback_setYAxis(), Part::ArcOfConicPy::staticCallback_setYAxis(), Part::ConicPy::staticCallback_setYAxis(), Base::CoordinateSystemPy::staticCallback_setYDirection(), Base::BoundBoxPy::staticCallback_setYLength(), Base::BoundBoxPy::staticCallback_setYMax(), Base::BoundBoxPy::staticCallback_setYMin(), Part::TopoShapeVertexPy::staticCallback_setZ(), Part::PointPy::staticCallback_setZ(), Mesh::MeshPointPy::staticCallback_setz(), Base::VectorPy::staticCallback_setz(), Base::CoordinateSystemPy::staticCallback_setZDirection(), Base::BoundBoxPy::staticCallback_setZLength(), Base::BoundBoxPy::staticCallback_setZMax(), Base::BoundBoxPy::staticCallback_setZMin(), Part::TopoShapePy::staticCallback_sewShape(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_shape(), Gui::DocumentPy::staticCallback_show(), Gui::ViewProviderPy::staticCallback_show(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_simulate(), Part::TopoShapePy::staticCallback_slice(), Part::TopoShapePy::staticCallback_slices(), Mesh::MeshFeaturePy::staticCallback_smooth(), Mesh::MeshPy::staticCallback_smooth(), Mesh::MeshPy::staticCallback_snapVertex(), Sketcher::SketchPy::staticCallback_solve(), Sketcher::SketchObjectPy::staticCallback_solve(), Part::TopoShapeEdgePy::staticCallback_split(), Spreadsheet::SheetPy::staticCallback_splitCell(), Mesh::MeshPy::staticCallback_splitEdge(), Mesh::MeshPy::staticCallback_splitEdges(), Mesh::MeshPy::staticCallback_splitFacet(), Base::VectorPy::staticCallback_sub(), Base::MatrixPy::staticCallback_submatrix(), Attacher::AttachEnginePy::staticCallback_suggestModes(), App::DocumentObjectPy::staticCallback_supportedProperties(), Gui::ViewProviderPy::staticCallback_supportedProperties(), App::DocumentPy::staticCallback_supportedTypes(), Mesh::MeshPy::staticCallback_swapEdge(), Part::GeometrySurfacePy::staticCallback_tangent(), Part::GeometryCurvePy::staticCallback_tangent(), Part::Curve2dPy::staticCallback_tangent(), Part::TopoShapeEdgePy::staticCallback_tangentAt(), Part::TopoShapeFacePy::staticCallback_tangentAt(), TechDraw::DrawViewDimExtentPy::staticCallback_tbd(), Path::ToolPy::staticCallback_templateAttrs(), Path::TooltablePy::staticCallback_templateAttrs(), Part::TopoShapePy::staticCallback_tessellate(), Sketcher::ExternalGeometryExtensionPy::staticCallback_testFlag(), Part::BSplineCurve2dPy::staticCallback_toBezier(), Part::BSplineCurvePy::staticCallback_toBezier(), Part::BSplineCurve2dPy::staticCallback_toBiArcs(), Part::BSplineCurvePy::staticCallback_toBiArcs(), Part::Curve2dPy::staticCallback_toBSpline(), Part::GeometryCurvePy::staticCallback_toBSpline(), Part::GeometrySurfacePy::staticCallback_toBSpline(), Base::RotationPy::staticCallback_toEuler(), Path::CommandPy::staticCallback_toGCode(), Path::PathPy::staticCallback_toGCode(), Sketcher::SketchObjectPy::staticCallback_toggleActive(), Sketcher::SketchObjectPy::staticCallback_toggleConstruction(), Sketcher::SketchObjectPy::staticCallback_toggleDriving(), Gui::DocumentPy::staticCallback_toggleTreeItem(), Sketcher::SketchObjectPy::staticCallback_toggleVirtualSpace(), Base::PlacementPy::staticCallback_toMatrix(), Part::GeometryCurvePy::staticCallback_toNurbs(), Part::TopoShapePy::staticCallback_toNurbs(), Part::GeometryCurvePy::staticCallback_toShape(), Part::GeometrySurfacePy::staticCallback_toShape(), Part::PointPy::staticCallback_toShape(), Part::Curve2dPy::staticCallback_toShape(), Gui::ViewProviderPy::staticCallback_toString(), App::DocumentObjectPy::staticCallback_touch(), Path::CommandPy::staticCallback_transform(), Part::Geometry2dPy::staticCallback_transform(), Base::CoordinateSystemPy::staticCallback_transform(), Part::GeometryPy::staticCallback_transform(), Base::MatrixPy::staticCallback_transform(), Mesh::MeshPy::staticCallback_transform(), Base::BoundBoxPy::staticCallback_transformed(), Part::TopoShapePy::staticCallback_transformGeometry(), Part::TopoShapePy::staticCallback_transformShape(), Base::CoordinateSystemPy::staticCallback_transformTo(), Mesh::MeshPy::staticCallback_transformToEigen(), Part::GeometryPy::staticCallback_translate(), Part::Geometry2dPy::staticCallback_translate(), Mesh::MeshPy::staticCallback_translate(), Part::TopoShapePy::staticCallback_translate(), Base::MatrixPy::staticCallback_transpose(), Base::MatrixPy::staticCallback_transposed(), Part::GeometryCurvePy::staticCallback_trim(), Sketcher::SketchObjectPy::staticCallback_trim(), Mesh::MeshPy::staticCallback_trim(), Part::CylinderPy::staticCallback_uIso(), Part::PlanePy::staticCallback_uIso(), Part::ToroidPy::staticCallback_uIso(), Part::SurfaceOfExtrusionPy::staticCallback_uIso(), Part::SpherePy::staticCallback_uIso(), Part::ConePy::staticCallback_uIso(), Part::RectangularTrimmedSurfacePy::staticCallback_uIso(), Part::GeometrySurfacePy::staticCallback_uIso(), Part::BezierSurfacePy::staticCallback_uIso(), Part::BSplineSurfacePy::staticCallback_uIso(), Mesh::FacetPy::staticCallback_unbound(), Mesh::MeshPointPy::staticCallback_unbound(), App::DocumentPy::staticCallback_undo(), Mesh::MeshPy::staticCallback_unite(), Base::BoundBoxPy::staticCallback_united(), Base::MatrixPy::staticCallback_unity(), Gui::ViewProviderDocumentObjectPy::staticCallback_update(), Gui::DocumentPy::staticCallback_update(), Part::GeometrySurfacePy::staticCallback_UPeriod(), Part::TopoShapeFacePy::staticCallback_validate(), Part::GeometrySurfacePy::staticCallback_value(), Part::GeometryCurvePy::staticCallback_value(), Part::Curve2dPy::staticCallback_value(), Part::TopoShapeEdgePy::staticCallback_valueAt(), Part::TopoShapeFacePy::staticCallback_valueAt(), Robot::TrajectoryPy::staticCallback_velocity(), Part::PlanePy::staticCallback_vIso(), Part::CylinderPy::staticCallback_vIso(), Part::SpherePy::staticCallback_vIso(), Part::RectangularTrimmedSurfacePy::staticCallback_vIso(), Part::SurfaceOfExtrusionPy::staticCallback_vIso(), Part::ConePy::staticCallback_vIso(), Part::ToroidPy::staticCallback_vIso(), Part::GeometrySurfacePy::staticCallback_vIso(), Part::BezierSurfacePy::staticCallback_vIso(), Part::BSplineSurfacePy::staticCallback_vIso(), Part::GeometrySurfacePy::staticCallback_VPeriod(), Mesh::MeshPy::staticCallback_write(), Points::PointsPy::staticCallback_write(), Fem::FemMeshPy::staticCallback_write(), Fem::FemMeshPy::staticCallback_writeABAQUS(), Mesh::MeshPy::staticCallback_writeInventor(), Points::PointsPy::staticCallback_writeInventor(), Part::TopoShapePy::staticCallback_writeInventor(), and Attacher::AttachEnginePy::staticCallback_writeParametersToFeature().

◆ PyDestructor()

static void Base::PyObjectBase::PyDestructor ( PyObject P)
static

Wrapper for the Python destructor.

◆ PyInit()

virtual int Base::PyObjectBase::PyInit ( PyObject ,
PyObject  
)
virtual

PyInit method Override this method to initialize a newly created instance of the class (Constructor)

Reimplemented in Base::TypePy, Base::VectorPy, Base::MatrixPy, Base::QuantityPy, Base::UnitPy, Base::PlacementPy, Base::RotationPy, App::LinkBaseExtensionPy, Gui::AxisOriginPy, Gui::LinkViewPy, Gui::ViewProviderLinkPy, TechDraw::CosmeticExtensionPy, TechDraw::DrawTilePy, TechDraw::DrawTileWeldPy, TechDraw::DrawViewDimExtentPy, TechDraw::DrawWeldSymbolPy, Base::AxisPy, Base::BaseClassPy, Base::BoundBoxPy, Base::CoordinateSystemPy, Base::PersistencePy, Data::ComplexGeoDataPy, App::DocumentObjectExtensionPy, App::DocumentObjectGroupPy, App::DocumentObjectPy, App::DocumentPy, App::ExtensionContainerPy, App::ExtensionPy, App::GeoFeatureGroupExtensionPy, App::GeoFeaturePy, App::GroupExtensionPy, App::MaterialPy, App::OriginGroupExtensionPy, App::PartPy, App::PropertyContainerPy, Gui::DocumentPy, Gui::PythonWorkbenchPy, Gui::SelectionObjectPy, Gui::ViewProviderDocumentObjectPy, Gui::ViewProviderPy, Gui::WorkbenchPy, Fem::FemMeshPy, Fem::FemPostPipelinePy, FemGui::ViewProviderFemMeshPy, Import::StepShapePy, Measure::MeasurementPy, Mesh::FacetPy, Mesh::MeshFeaturePy, Mesh::MeshPointPy, Mesh::MeshPy, MeshGui::ViewProviderMeshPy, Part::ArcOfCirclePy, Part::ArcOfConicPy, Part::ArcOfEllipsePy, Part::ArcOfHyperbolaPy, Part::ArcOfParabolaPy, Part::ArcPy, Attacher::AttachEnginePy, Part::AttachExtensionPy, Part::BezierCurvePy, Part::BezierSurfacePy, Part::BodyBasePy, Part::BoundedCurvePy, Part::BRepOffsetAPI_MakePipeShellPy, Part::BSplineCurvePy, Part::BSplineSurfacePy, Part::CirclePy, Part::ConePy, Part::ConicPy, Part::CylinderPy, Part::EllipsePy, Part::ArcOfCircle2dPy, Part::ArcOfConic2dPy, Part::ArcOfEllipse2dPy, Part::ArcOfHyperbola2dPy, Part::ArcOfParabola2dPy, Part::BezierCurve2dPy, Part::BSplineCurve2dPy, Part::Circle2dPy, Part::Conic2dPy, Part::Curve2dPy, Part::Ellipse2dPy, Part::Geometry2dPy, Part::Hyperbola2dPy, Part::Line2dPy, Part::Line2dSegmentPy, Part::OffsetCurve2dPy, Part::Parabola2dPy, Part::GeometryBoolExtensionPy, Part::GeometryCurvePy, Part::GeometryDoubleExtensionPy, Part::GeometryExtensionPy, Part::GeometryIntExtensionPy, Part::GeometryPy, Part::GeometryStringExtensionPy, Part::GeometrySurfacePy, Part::HyperbolaPy, Part::LinePy, Part::LineSegmentPy, Part::OffsetCurvePy, Part::OffsetSurfacePy, Part::ParabolaPy, Part::Part2DObjectPy, Part::PartFeaturePy, Part::PlanePy, Part::PlateSurfacePy, Part::PointPy, Part::RectangularTrimmedSurfacePy, Part::SpherePy, Part::SurfaceOfExtrusionPy, Part::SurfaceOfRevolutionPy, Part::TopoShapeCompoundPy, Part::TopoShapeCompSolidPy, Part::TopoShapeEdgePy, Part::TopoShapeFacePy, Part::TopoShapePy, Part::TopoShapeShellPy, Part::TopoShapeSolidPy, Part::TopoShapeVertexPy, Part::TopoShapeWirePy, Part::ToroidPy, Part::TrimmedCurvePy, PartDesign::BodyPy, PartDesign::FeaturePy, PartDesignGui::ViewProviderPy, Path::AreaPy, Path::CommandPy, Path::FeatureAreaPy, Path::FeaturePathCompoundPy, Path::PathPy, Path::ToolPy, Path::TooltablePy, PathSimulator::PathSimPy, Points::PointsPy, Robot::Robot6AxisPy, Robot::RobotObjectPy, Robot::TrajectoryPy, Robot::WaypointPy, Sketcher::ConstraintPy, Sketcher::ExternalGeometryExtensionPy, Sketcher::SketchGeometryExtensionPy, Sketcher::SketchObjectPy, Sketcher::SketchObjectSFPy, Sketcher::SketchPy, Spreadsheet::PropertyColumnWidthsPy, Spreadsheet::PropertyRowHeightsPy, Spreadsheet::PropertySheetPy, Spreadsheet::SheetPy, TechDraw::CenterLinePy, TechDraw::CosmeticEdgePy, TechDraw::CosmeticVertexPy, TechDraw::DrawGeomHatchPy, TechDraw::DrawHatchPy, TechDraw::DrawLeaderLinePy, TechDraw::DrawPagePy, TechDraw::DrawParametricTemplatePy, TechDraw::DrawProjGroupItemPy, TechDraw::DrawProjGroupPy, TechDraw::DrawRichAnnoPy, TechDraw::DrawSVGTemplatePy, TechDraw::DrawTemplatePy, TechDraw::DrawViewAnnotationPy, TechDraw::DrawViewClipPy, TechDraw::DrawViewCollectionPy, TechDraw::DrawViewDimensionPy, TechDraw::DrawViewPartPy, TechDraw::DrawViewPy, TechDraw::DrawViewSymbolPy, and TechDraw::GeomFormatPy.

◆ setConst()

◆ setInvalid()

void Base::PyObjectBase::setInvalid ( )

◆ setNotTracking()

◆ setShouldNotify()

void Base::PyObjectBase::setShouldNotify ( bool  on)

◆ shouldNotify()

bool Base::PyObjectBase::shouldNotify ( ) const

Referenced by startNotify().

◆ startNotify()

void PyObjectBase::startNotify ( )

References shouldNotify().

Referenced by Part::TopoShapePy::staticCallback___setstate__(), Path::AreaPy::staticCallback_abort(), App::DocumentPy::staticCallback_abortTransaction(), Gui::WorkbenchPy::staticCallback_activate(), Gui::DocumentPy::staticCallback_activeObject(), Gui::DocumentPy::staticCallback_activeView(), Part::TopoShapeCompSolidPy::staticCallback_add(), Part::TopoShapeShellPy::staticCallback_add(), Part::TopoShapeCompoundPy::staticCallback_add(), Path::AreaPy::staticCallback_add(), Part::TopoShapeWirePy::staticCallback_add(), Base::BoundBoxPy::staticCallback_add(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_add(), Gui::DocumentPy::staticCallback_addAnnotation(), Path::PathPy::staticCallback_addCommands(), Sketcher::SketchPy::staticCallback_addConstraint(), Sketcher::SketchObjectPy::staticCallback_addConstraint(), Sketcher::SketchObjectPy::staticCallback_addCopy(), Gui::ViewProviderPy::staticCallback_addDisplayMode(), Fem::FemMeshPy::staticCallback_addEdge(), App::ExtensionContainerPy::staticCallback_addExtension(), Sketcher::SketchObjectPy::staticCallback_addExternal(), Fem::FemMeshPy::staticCallback_addFace(), Mesh::MeshPy::staticCallback_addFacet(), Mesh::MeshPy::staticCallback_addFacets(), Sketcher::SketchObjectPy::staticCallback_addGeometry(), Sketcher::SketchPy::staticCallback_addGeometry(), Fem::FemMeshPy::staticCallback_addHypothesis(), Mesh::MeshPy::staticCallback_addMesh(), Sketcher::SketchObjectPy::staticCallback_addMove(), Fem::FemMeshPy::staticCallback_addNode(), Path::FeaturePathCompoundPy::staticCallback_addObject(), App::GroupExtensionPy::staticCallback_addObject(), App::DocumentPy::staticCallback_addObject(), App::GroupExtensionPy::staticCallback_addObjects(), Points::PointsPy::staticCallback_addPoints(), TechDraw::DrawProjGroupPy::staticCallback_addProjection(), Gui::ViewProviderPy::staticCallback_addProperty(), App::DocumentObjectPy::staticCallback_addProperty(), Fem::FemMeshPy::staticCallback_addQuad(), Sketcher::SketchObjectPy::staticCallback_addRectangularArray(), Measure::MeasurementPy::staticCallback_addReference3D(), MeshGui::ViewProviderMeshPy::staticCallback_addSelection(), Sketcher::SketchObjectPy::staticCallback_addSymmetric(), Path::TooltablePy::staticCallback_addTools(), TechDraw::DrawPagePy::staticCallback_addView(), TechDraw::DrawViewClipPy::staticCallback_addView(), TechDraw::DrawViewCollectionPy::staticCallback_addView(), Fem::FemMeshPy::staticCallback_addVolume(), Sketcher::SketchObjectPy::staticCallback_analyseMissingPointOnPointCoincident(), Base::MatrixPy::staticCallback_analyze(), Measure::MeasurementPy::staticCallback_angle(), Gui::PythonWorkbenchPy::staticCallback_appendCommandbar(), Gui::PythonWorkbenchPy::staticCallback_AppendCommandbar(), Gui::PythonWorkbenchPy::staticCallback_appendContextMenu(), Gui::PythonWorkbenchPy::staticCallback_AppendContextMenu(), Gui::PythonWorkbenchPy::staticCallback_appendMenu(), Gui::PythonWorkbenchPy::staticCallback_AppendMenu(), Gui::PythonWorkbenchPy::staticCallback_appendToolbar(), Gui::PythonWorkbenchPy::staticCallback_AppendToolbar(), PathSimulator::PathSimPy::staticCallback_ApplyCommand(), FemGui::ViewProviderFemMeshPy::staticCallback_applyDisplacement(), Part::BSplineCurve2dPy::staticCallback_approximate(), Part::BSplineCurvePy::staticCallback_approximate(), Part::BSplineSurfacePy::staticCallback_approximate(), Part::Curve2dPy::staticCallback_approximateBSpline(), Sketcher::SketchObjectPy::staticCallback_autoconstraint(), TechDraw::DrawProjGroupItemPy::staticCallback_autoPosition(), Sketcher::SketchObjectPy::staticCallback_autoRemoveRedundants(), PathSimulator::PathSimPy::staticCallback_BeginSimulation(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_build(), Part::BSplineCurve2dPy::staticCallback_buildFromPoles(), Part::BSplineCurvePy::staticCallback_buildFromPoles(), Part::BSplineCurve2dPy::staticCallback_buildFromPolesMultsKnots(), Part::BSplineCurvePy::staticCallback_buildFromPolesMultsKnots(), Part::BSplineSurfacePy::staticCallback_buildFromPolesMultsKnots(), App::LinkBaseExtensionPy::staticCallback_cacheChildLabel(), Sketcher::SketchObjectPy::staticCallback_calculateAngleViaPoint(), Sketcher::SketchObjectPy::staticCallback_calculateConstraintError(), Sketcher::SketchObjectPy::staticCallback_carbonCopy(), Part::AttachExtensionPy::staticCallback_changeAttacherType(), Sketcher::SketchObjectPy::staticCallback_changeConstraintsLocking(), Robot::Robot6AxisPy::staticCallback_check(), Measure::MeasurementPy::staticCallback_clear(), Sketcher::SketchPy::staticCallback_clear(), Spreadsheet::SheetPy::staticCallback_clear(), Mesh::MeshPy::staticCallback_clear(), Spreadsheet::SheetPy::staticCallback_clearAll(), TechDraw::DrawViewPartPy::staticCallback_clearCenterLines(), TechDraw::DrawViewPartPy::staticCallback_clearCosmeticEdges(), TechDraw::DrawViewPartPy::staticCallback_clearCosmeticVertices(), TechDraw::DrawViewPartPy::staticCallback_clearGeomFormats(), MeshGui::ViewProviderMeshPy::staticCallback_clearSelection(), App::DocumentPy::staticCallback_clearUndos(), Base::BoundBoxPy::staticCallback_closestPoint(), Mesh::MeshPy::staticCallback_coarsen(), Mesh::MeshPy::staticCallback_collapseEdge(), Mesh::MeshPy::staticCallback_collapseFacet(), Mesh::MeshPy::staticCallback_collapseFacets(), Measure::MeasurementPy::staticCallback_com(), App::DocumentPy::staticCallback_commitTransaction(), Part::TopoShapePy::staticCallback_complement(), Part::ParabolaPy::staticCallback_compute(), Fem::FemMeshPy::staticCallback_compute(), App::LinkBaseExtensionPy::staticCallback_configLinkProperty(), Sketcher::SketchObjectPy::staticCallback_convertToNURBS(), Base::AxisPy::staticCallback_copy(), Path::ToolPy::staticCallback_copy(), Path::TooltablePy::staticCallback_copy(), App::DocumentPy::staticCallback_copyObject(), Mesh::MeshFeaturePy::staticCallback_countFacets(), Mesh::MeshFeaturePy::staticCallback_countPoints(), Mesh::MeshPy::staticCallback_cut(), Part::TopoShapeFacePy::staticCallback_cutHoles(), Mesh::MeshPy::staticCallback_decimate(), Sketcher::SketchObjectPy::staticCallback_delConstraint(), Sketcher::SketchObjectPy::staticCallback_delConstraintOnPoint(), Sketcher::SketchObjectPy::staticCallback_deleteAllConstraints(), Sketcher::SketchObjectPy::staticCallback_deleteAllGeometry(), Path::PathPy::staticCallback_deleteCommand(), Part::GeometryPy::staticCallback_deleteExtensionOfName(), Part::GeometryPy::staticCallback_deleteExtensionOfType(), Robot::TrajectoryPy::staticCallback_deleteLast(), Path::TooltablePy::staticCallback_deleteTool(), Sketcher::SketchObjectPy::staticCallback_DeleteUnusedInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_deleteUnusedInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_delExternal(), Sketcher::SketchObjectPy::staticCallback_delGeometry(), Measure::MeasurementPy::staticCallback_delta(), Sketcher::SketchObjectPy::staticCallback_detectMissingEqualityConstraints(), Sketcher::SketchObjectPy::staticCallback_detectMissingPointOnPointConstraints(), Sketcher::SketchObjectPy::staticCallback_detectMissingVerticalHorizontalConstraints(), Base::MatrixPy::staticCallback_determinant(), Attacher::AttachEnginePy::staticCallback_downgradeRefType(), TechDraw::DrawParametricTemplatePy::staticCallback_drawLine(), TechDraw::DrawViewSymbolPy::staticCallback_dumpSymbol(), App::DocumentObjectPy::staticCallback_enforceRecompute(), Base::BoundBoxPy::staticCallback_enlarge(), Part::BezierSurfacePy::staticCallback_exchangeUV(), Part::BSplineSurfacePy::staticCallback_exchangeUV(), App::LinkBaseExtensionPy::staticCallback_expandSubname(), Spreadsheet::SheetPy::staticCallback_exportFile(), App::DocumentPy::staticCallback_exportGraphviz(), Sketcher::SketchObjectPy::staticCallback_ExposeInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_exposeInternalGeometry(), Sketcher::SketchObjectPy::staticCallback_extend(), Sketcher::SketchObjectPy::staticCallback_fillet(), App::DocumentPy::staticCallback_findObjects(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_firstShape(), Part::TopoShapePy::staticCallback_fix(), Mesh::MeshPy::staticCallback_fixCaps(), Mesh::MeshPy::staticCallback_fixDeformations(), Mesh::MeshFeaturePy::staticCallback_fixDegenerations(), Mesh::MeshPy::staticCallback_fixDegenerations(), Mesh::MeshFeaturePy::staticCallback_fixIndices(), Mesh::MeshPy::staticCallback_fixIndices(), Mesh::MeshFeaturePy::staticCallback_fixSelfIntersections(), Mesh::MeshPy::staticCallback_fixSelfIntersections(), Part::TopoShapeWirePy::staticCallback_fixWire(), App::LinkBaseExtensionPy::staticCallback_flattenSubname(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_generated(), Spreadsheet::SheetPy::staticCallback_get(), Sketcher::SketchObjectPy::staticCallback_getActive(), Spreadsheet::SheetPy::staticCallback_getAlias(), Spreadsheet::SheetPy::staticCallback_getAlignment(), TechDraw::DrawPagePy::staticCallback_getAllViews(), TechDraw::DrawViewDimensionPy::staticCallback_getAnglePoints(), TechDraw::DrawViewDimensionPy::staticCallback_getArcPoints(), Path::FeatureAreaPy::staticCallback_getArea(), Sketcher::SketchObjectPy::staticCallback_getAxis(), Spreadsheet::SheetPy::staticCallback_getBackground(), PartDesign::FeaturePy::staticCallback_getBaseObject(), Gui::LinkViewPy::staticCallback_getBoundBox(), Part::BSplineCurve2dPy::staticCallback_getCardinalSplineTangents(), Spreadsheet::SheetPy::staticCallback_getCellFromAlias(), TechDraw::DrawViewClipPy::staticCallback_getChildViewNames(), Spreadsheet::SheetPy::staticCallback_getColumnWidth(), Spreadsheet::SheetPy::staticCallback_getContents(), TechDraw::DrawViewPartPy::staticCallback_getCosmeticEdgeByIndex(), TechDraw::DrawViewPartPy::staticCallback_getCosmeticVertexByIndex(), Sketcher::SketchObjectPy::staticCallback_getDatum(), Path::AreaPy::staticCallback_getDefaultParams(), Gui::LinkViewPy::staticCallback_getDetailPath(), Spreadsheet::SheetPy::staticCallback_getDisplayUnit(), App::PropertyContainerPy::staticCallback_getDocumentationOfProperty(), Sketcher::SketchObjectPy::staticCallback_getDriving(), Base::BoundBoxPy::staticCallback_getEdge(), TechDraw::DrawSVGTemplatePy::staticCallback_getEditFieldContent(), App::PropertyContainerPy::staticCallback_getEditorMode(), Gui::LinkViewPy::staticCallback_getElementPicked(), Spreadsheet::SheetPy::staticCallback_getForeground(), Sketcher::SketchObjectPy::staticCallback_getGeometryWithDependentParameters(), App::GeoFeaturePy::staticCallback_getGlobalPlacement(), App::PropertyContainerPy::staticCallback_getGroupOfProperty(), Gui::DocumentPy::staticCallback_getInEdit(), Base::BoundBoxPy::staticCallback_getIntersectionPoint(), TechDraw::DrawProjGroupPy::staticCallback_getItemByLabel(), Part::BSplineCurve2dPy::staticCallback_getKnot(), Part::BSplineCurve2dPy::staticCallback_getKnots(), Fem::FemPostPipelinePy::staticCallback_getLastPostObject(), TechDraw::DrawViewDimensionPy::staticCallback_getLinearPoints(), App::LinkBaseExtensionPy::staticCallback_getLinkExtProperty(), App::LinkBaseExtensionPy::staticCallback_getLinkExtPropertyName(), App::LinkBaseExtensionPy::staticCallback_getLinkPropertyInfo(), Attacher::AttachEnginePy::staticCallback_getModeInfo(), Part::BSplineCurve2dPy::staticCallback_getMultiplicities(), Part::BSplineCurve2dPy::staticCallback_getMultiplicity(), App::GroupExtensionPy::staticCallback_getObject(), Gui::DocumentPy::staticCallback_getObject(), App::DocumentPy::staticCallback_getObject(), App::DocumentPy::staticCallback_getObjectsByLabel(), TechDraw::DrawPagePy::staticCallback_getPageHeight(), TechDraw::DrawPagePy::staticCallback_getPageOrientation(), TechDraw::DrawPagePy::staticCallback_getPageWidth(), Path::AreaPy::staticCallback_getParams(), Path::AreaPy::staticCallback_getParamsDesc(), App::DocumentObjectPy::staticCallback_getParentGeoFeatureGroup(), App::DocumentObjectPy::staticCallback_getParentGroup(), App::GeoFeaturePy::staticCallback_getPaths(), App::DocumentObjectPy::staticCallback_getPathsByOutList(), Base::BoundBoxPy::staticCallback_getPoint(), Sketcher::SketchObjectPy::staticCallback_getPoint(), Part::BezierCurve2dPy::staticCallback_getPole(), Part::BSplineCurve2dPy::staticCallback_getPole(), Part::BezierCurve2dPy::staticCallback_getPoles(), Part::BSplineCurve2dPy::staticCallback_getPoles(), Part::BSplineCurve2dPy::staticCallback_getPolesAndWeights(), App::PropertyContainerPy::staticCallback_getPropertyByName(), App::GeoFeaturePy::staticCallback_getPropertyNameOfGeometry(), Attacher::AttachEnginePy::staticCallback_getRefTypeInfo(), Attacher::AttachEnginePy::staticCallback_getRefTypeOfShape(), PathSimulator::PathSimPy::staticCallback_GetResultMesh(), Robot::RobotObjectPy::staticCallback_getRobot(), Spreadsheet::SheetPy::staticCallback_getRowHeight(), Path::AreaPy::staticCallback_getShape(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_getStatus(), Spreadsheet::SheetPy::staticCallback_getStyle(), App::DocumentPy::staticCallback_getTempFileName(), TechDraw::DrawViewDimensionPy::staticCallback_getText(), Path::TooltablePy::staticCallback_getTool(), Path::ToolPy::staticCallback_getToolMaterials(), Path::ToolPy::staticCallback_getToolTypes(), App::PropertyContainerPy::staticCallback_getTypeIdOfProperty(), App::PropertyContainerPy::staticCallback_getTypeOfProperty(), Sketcher::SketchObjectPy::staticCallback_getVirtualSpace(), Part::BezierCurve2dPy::staticCallback_getWeight(), Part::BSplineCurve2dPy::staticCallback_getWeight(), Part::BezierCurve2dPy::staticCallback_getWeights(), Part::BSplineCurve2dPy::staticCallback_getWeights(), TechDraw::DrawProjGroupPy::staticCallback_getXYPosition(), Mesh::MeshFeaturePy::staticCallback_harmonizeNormals(), Measure::MeasurementPy::staticCallback_has3DReferences(), App::GroupExtensionPy::staticCallback_hasObject(), Gui::DocumentPy::staticCallback_hide(), Gui::ViewProviderPy::staticCallback_hide(), Fem::FemPostPipelinePy::staticCallback_holdsPostObject(), Part::TopoShapePy::staticCallback_importBinary(), Part::TopoShapePy::staticCallback_importBrep(), Part::TopoShapePy::staticCallback_importBrepFromString(), Spreadsheet::SheetPy::staticCallback_importFile(), Part::BezierCurvePy::staticCallback_increase(), Part::BezierCurve2dPy::staticCallback_increase(), Part::BezierSurfacePy::staticCallback_increase(), Sketcher::SketchObjectPy::staticCallback_increaseBSplineDegree(), Part::BSplineCurve2dPy::staticCallback_increaseDegree(), Part::BSplineCurvePy::staticCallback_increaseDegree(), Part::BSplineSurfacePy::staticCallback_increaseDegree(), Part::BSplineCurve2dPy::staticCallback_increaseMultiplicity(), Part::BSplineCurvePy::staticCallback_increaseMultiplicity(), Part::BSplineSurfacePy::staticCallback_increaseUMultiplicity(), Part::BSplineSurfacePy::staticCallback_increaseVMultiplicity(), Part::BSplineCurve2dPy::staticCallback_incrementMultiplicity(), Part::BSplineCurvePy::staticCallback_incrementMultiplicity(), Part::BSplineSurfacePy::staticCallback_incrementUMultiplicity(), Part::BSplineSurfacePy::staticCallback_incrementVMultiplicity(), Spreadsheet::SheetPy::staticCallback_insertColumns(), Path::PathPy::staticCallback_insertCommand(), Part::BSplineCurve2dPy::staticCallback_insertKnot(), Part::BSplineCurvePy::staticCallback_insertKnot(), Part::BSplineCurve2dPy::staticCallback_insertKnots(), Part::BSplineCurvePy::staticCallback_insertKnots(), PartDesign::BodyPy::staticCallback_insertObject(), Part::BezierCurve2dPy::staticCallback_insertPoleAfter(), Part::BezierCurvePy::staticCallback_insertPoleAfter(), Part::BezierCurvePy::staticCallback_insertPoleBefore(), Part::BezierCurve2dPy::staticCallback_insertPoleBefore(), Part::BezierSurfacePy::staticCallback_insertPoleColAfter(), Part::BezierSurfacePy::staticCallback_insertPoleColBefore(), Part::BezierSurfacePy::staticCallback_insertPoleRowAfter(), Part::BezierSurfacePy::staticCallback_insertPoleRowBefore(), Spreadsheet::SheetPy::staticCallback_insertRows(), Part::BSplineSurfacePy::staticCallback_insertUKnot(), Part::BSplineSurfacePy::staticCallback_insertUKnots(), Mesh::MeshPy::staticCallback_insertVertex(), Part::BSplineSurfacePy::staticCallback_insertVKnot(), Part::BSplineSurfacePy::staticCallback_insertVKnots(), Robot::TrajectoryPy::staticCallback_insertWaypoints(), Part::BSplineCurve2dPy::staticCallback_interpolate(), Part::BSplineCurvePy::staticCallback_interpolate(), Part::BSplineSurfacePy::staticCallback_interpolate(), Mesh::FacetPy::staticCallback_intersect(), Base::BoundBoxPy::staticCallback_intersect(), Base::BoundBoxPy::staticCallback_intersected(), Base::MatrixPy::staticCallback_inverse(), Base::RotationPy::staticCallback_invert(), Base::MatrixPy::staticCallback_invert(), Base::RotationPy::staticCallback_inverted(), MeshGui::ViewProviderMeshPy::staticCallback_invertSelection(), Part::BezierCurve2dPy::staticCallback_isClosed(), Part::BSplineCurve2dPy::staticCallback_isClosed(), Base::BoundBoxPy::staticCallback_isCutPlane(), Mesh::FacetPy::staticCallback_isDeformed(), Mesh::FacetPy::staticCallback_isDegenerated(), Base::VectorPy::staticCallback_isEqual(), Attacher::AttachEnginePy::staticCallback_isFittingRefType(), Base::BoundBoxPy::staticCallback_isInside(), Gui::SelectionObjectPy::staticCallback_isObjectTypeOf(), Base::MatrixPy::staticCallback_isOrthogonal(), Part::BezierCurve2dPy::staticCallback_isPeriodic(), Part::BSplineCurve2dPy::staticCallback_isPeriodic(), Sketcher::SketchObjectPy::staticCallback_isPointOnCurve(), Part::BezierCurve2dPy::staticCallback_isRational(), Part::BSplineCurve2dPy::staticCallback_isRational(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_isReady(), Base::RotationPy::staticCallback_isSame(), Base::BoundBoxPy::staticCallback_isValid(), Gui::ViewProviderPy::staticCallback_isVisible(), Part::BSplineCurve2dPy::staticCallback_join(), Part::BSplineCurvePy::staticCallback_join(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_lastShape(), Part::Curve2dPy::staticCallback_length(), Measure::MeasurementPy::staticCallback_length(), Gui::PythonWorkbenchPy::staticCallback_listCommandbars(), Gui::PythonWorkbenchPy::staticCallback_ListCommandbars(), Gui::ViewProviderPy::staticCallback_listDisplayModes(), Gui::PythonWorkbenchPy::staticCallback_listMenus(), Gui::PythonWorkbenchPy::staticCallback_ListMenus(), Gui::PythonWorkbenchPy::staticCallback_listToolbars(), Gui::PythonWorkbenchPy::staticCallback_ListToolbars(), Fem::FemPostPipelinePy::staticCallback_load(), App::DocumentPy::staticCallback_load(), Part::PlateSurfacePy::staticCallback_makeApprox(), Part::BSplineCurve2dPy::staticCallback_makeC1Continuous(), Part::BSplineCurvePy::staticCallback_makeC1Continuous(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticCircle(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticCircleArc(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticLine(), TechDraw::DrawViewPartPy::staticCallback_makeCosmeticVertex(), Sketcher::SketchObjectPy::staticCallback_makeMissingEquality(), Sketcher::SketchObjectPy::staticCallback_makeMissingPointOnPointCoincident(), Sketcher::SketchObjectPy::staticCallback_makeMissingVerticalHorizontal(), Path::AreaPy::staticCallback_makeOffset(), Path::AreaPy::staticCallback_makePocket(), Path::AreaPy::staticCallback_makeSections(), Part::TopoShapePy::staticCallback_makeShapeFromMesh(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_makeSolid(), PartDesignGui::ViewProviderPy::staticCallback_makeTemporaryVisible(), Spreadsheet::SheetPy::staticCallback_mergeCells(), Mesh::MeshPy::staticCallback_mergeFacets(), App::DocumentPy::staticCallback_mergeProject(), Gui::DocumentPy::staticCallback_mergeProject(), Part::Geometry2dPy::staticCallback_mirror(), Part::GeometryPy::staticCallback_mirror(), Sketcher::SketchObjectPy::staticCallback_modifyBSplineKnotMultiplicity(), Base::MatrixPy::staticCallback_move(), Base::AxisPy::staticCallback_move(), Mesh::MeshPointPy::staticCallback_move(), Base::PlacementPy::staticCallback_move(), Base::BoundBoxPy::staticCallback_move(), Sketcher::SketchObjectPy::staticCallback_moveDatumsToEnd(), App::DocumentPy::staticCallback_moveObject(), Sketcher::SketchPy::staticCallback_movePoint(), Part::BSplineCurve2dPy::staticCallback_movePoint(), Part::BSplineCurvePy::staticCallback_movePoint(), Sketcher::SketchObjectPy::staticCallback_movePoint(), Part::BSplineSurfacePy::staticCallback_movePoint(), Base::AxisPy::staticCallback_multiply(), Base::VectorPy::staticCallback_multiply(), Base::MatrixPy::staticCallback_multiply(), Gui::WorkbenchPy::staticCallback_name(), App::GroupExtensionPy::staticCallback_newObject(), Base::VectorPy::staticCallback_normalize(), Part::TopoShapePy::staticCallback_nullify(), Mesh::MeshPy::staticCallback_offset(), Mesh::MeshPy::staticCallback_offsetSpecial(), App::DocumentPy::staticCallback_openTransaction(), Part::Curve2dPy::staticCallback_parameter(), Part::Curve2dPy::staticCallback_parameterAtDistance(), Robot::TrajectoryPy::staticCallback_position(), Part::AttachExtensionPy::staticCallback_positionBySupport(), Base::VectorPy::staticCallback_projectToLine(), Base::VectorPy::staticCallback_projectToPlane(), TechDraw::DrawProjGroupPy::staticCallback_purgeProjections(), App::DocumentObjectPy::staticCallback_purgeTouched(), Measure::MeasurementPy::staticCallback_radius(), Import::StepShapePy::staticCallback_read(), Fem::FemPostPipelinePy::staticCallback_read(), Mesh::MeshPy::staticCallback_read(), Points::PointsPy::staticCallback_read(), Part::TopoShapePy::staticCallback_read(), Fem::FemMeshPy::staticCallback_read(), Attacher::AttachEnginePy::staticCallback_readParametersFromFeature(), Mesh::MeshPy::staticCallback_rebuildNeighbourHood(), App::DocumentObjectPy::staticCallback_recompute(), App::DocumentPy::staticCallback_recompute(), App::DocumentPy::staticCallback_redo(), Mesh::MeshPy::staticCallback_refine(), Gui::SelectionObjectPy::staticCallback_remove(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_remove(), Spreadsheet::SheetPy::staticCallback_removeColumns(), Gui::PythonWorkbenchPy::staticCallback_removeCommandbar(), Gui::PythonWorkbenchPy::staticCallback_RemoveCommandbar(), Mesh::MeshPy::staticCallback_removeComponents(), Gui::PythonWorkbenchPy::staticCallback_removeContextMenu(), Gui::PythonWorkbenchPy::staticCallback_RemoveContextMenu(), TechDraw::DrawViewPartPy::staticCallback_removeCosmeticEdge(), TechDraw::DrawViewPartPy::staticCallback_removeCosmeticVertex(), Mesh::MeshFeaturePy::staticCallback_removeDuplicatedFacets(), Mesh::MeshPy::staticCallback_removeDuplicatedFacets(), Mesh::MeshFeaturePy::staticCallback_removeDuplicatedPoints(), Mesh::MeshPy::staticCallback_removeDuplicatedPoints(), Mesh::MeshPy::staticCallback_removeFacets(), Mesh::MeshFeaturePy::staticCallback_removeFoldsOnSurface(), Mesh::MeshPy::staticCallback_removeFoldsOnSurface(), Mesh::MeshPy::staticCallback_removeFullBoundaryFacets(), Part::TopoShapePy::staticCallback_removeInternalWires(), Mesh::MeshFeaturePy::staticCallback_removeInvalidPoints(), Mesh::MeshPy::staticCallback_removeInvalidPoints(), Part::BSplineCurve2dPy::staticCallback_removeKnot(), Part::BSplineCurvePy::staticCallback_removeKnot(), Gui::PythonWorkbenchPy::staticCallback_removeMenu(), Gui::PythonWorkbenchPy::staticCallback_RemoveMenu(), Mesh::MeshPy::staticCallback_removeNeedles(), Mesh::MeshFeaturePy::staticCallback_removeNonManifoldPoints(), Mesh::MeshPy::staticCallback_removeNonManifoldPoints(), Mesh::MeshFeaturePy::staticCallback_removeNonManifolds(), Mesh::MeshPy::staticCallback_removeNonManifolds(), Path::FeaturePathCompoundPy::staticCallback_removeObject(), App::GroupExtensionPy::staticCallback_removeObject(), App::DocumentPy::staticCallback_removeObject(), App::GroupExtensionPy::staticCallback_removeObjects(), App::GroupExtensionPy::staticCallback_removeObjectsFromDocument(), Part::BezierCurvePy::staticCallback_removePole(), Part::BezierCurve2dPy::staticCallback_removePole(), Part::BezierSurfacePy::staticCallback_removePoleCol(), Part::BezierSurfacePy::staticCallback_removePoleRow(), TechDraw::DrawProjGroupPy::staticCallback_removeProjection(), Gui::ViewProviderPy::staticCallback_removeProperty(), App::DocumentObjectPy::staticCallback_removeProperty(), Spreadsheet::SheetPy::staticCallback_removeRows(), MeshGui::ViewProviderMeshPy::staticCallback_removeSelection(), Gui::PythonWorkbenchPy::staticCallback_removeToolbar(), Gui::PythonWorkbenchPy::staticCallback_RemoveToolbar(), Part::BSplineSurfacePy::staticCallback_removeUKnot(), TechDraw::DrawPagePy::staticCallback_removeView(), TechDraw::DrawViewCollectionPy::staticCallback_removeView(), TechDraw::DrawViewClipPy::staticCallback_removeView(), Part::BSplineSurfacePy::staticCallback_removeVKnot(), Sketcher::SketchObjectPy::staticCallback_renameConstraint(), Gui::LinkViewPy::staticCallback_reset(), Gui::DocumentPy::staticCallback_resetEdit(), App::DocumentPy::staticCallback_restore(), Base::PersistencePy::staticCallback_restoreContent(), App::PropertyContainerPy::staticCallback_restorePropertyContent(), Part::Curve2dPy::staticCallback_reverse(), Part::GeometryCurvePy::staticCallback_reverse(), Part::TopoShapePy::staticCallback_reverse(), Base::AxisPy::staticCallback_reversed(), Part::GeometryPy::staticCallback_rotate(), Part::Geometry2dPy::staticCallback_rotate(), Mesh::MeshPy::staticCallback_rotate(), Part::TopoShapePy::staticCallback_rotate(), Base::MatrixPy::staticCallback_rotateX(), Base::MatrixPy::staticCallback_rotateY(), Base::MatrixPy::staticCallback_rotateZ(), App::DocumentPy::staticCallback_save(), App::DocumentPy::staticCallback_saveAs(), App::DocumentPy::staticCallback_saveCopy(), Base::MatrixPy::staticCallback_scale(), Part::GeometryPy::staticCallback_scale(), Part::Geometry2dPy::staticCallback_scale(), Base::VectorPy::staticCallback_scale(), Base::BoundBoxPy::staticCallback_scale(), Part::TopoShapePy::staticCallback_scale(), Gui::DocumentPy::staticCallback_scrollToTreeItem(), Part::BezierCurve2dPy::staticCallback_segment(), Part::BezierCurvePy::staticCallback_segment(), Part::BSplineCurve2dPy::staticCallback_segment(), Part::BSplineCurvePy::staticCallback_segment(), Part::BezierSurfacePy::staticCallback_segment(), Part::BSplineSurfacePy::staticCallback_segment(), Gui::DocumentPy::staticCallback_sendMsgToViews(), App::MaterialPy::staticCallback_set(), Spreadsheet::SheetPy::staticCallback_set(), Sketcher::SketchObjectPy::staticCallback_setActive(), Spreadsheet::SheetPy::staticCallback_setAlias(), Spreadsheet::SheetPy::staticCallback_setAlignment(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setAuxiliarySpine(), Base::CoordinateSystemPy::staticCallback_setAxes(), Spreadsheet::SheetPy::staticCallback_setBackground(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setBiNormalMode(), PartDesignGui::ViewProviderPy::staticCallback_setBodyMode(), Gui::LinkViewPy::staticCallback_setChildren(), Spreadsheet::SheetPy::staticCallback_setColumnWidth(), Sketcher::SketchObjectPy::staticCallback_setConstruction(), PathSimulator::PathSimPy::staticCallback_SetCurrentTool(), Sketcher::SketchObjectPy::staticCallback_setDatum(), Sketcher::SketchObjectPy::staticCallback_setDatumsDriving(), Path::AreaPy::staticCallback_setDefaultParams(), Spreadsheet::SheetPy::staticCallback_setDisplayUnit(), Sketcher::SketchObjectPy::staticCallback_setDriving(), Gui::DocumentPy::staticCallback_setEdit(), TechDraw::DrawSVGTemplatePy::staticCallback_setEditFieldContent(), App::PropertyContainerPy::staticCallback_setEditorMode(), App::DocumentObjectPy::staticCallback_setExpression(), Part::GeometryPy::staticCallback_setExtension(), Sketcher::ExternalGeometryExtensionPy::staticCallback_setFlag(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setForceApproxC1(), Spreadsheet::SheetPy::staticCallback_setForeground(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setFrenetMode(), Path::CommandPy::staticCallback_setFromGCode(), Path::PathPy::staticCallback_setFromGCode(), Path::ToolPy::staticCallback_setFromTemplate(), Path::TooltablePy::staticCallback_setFromTemplate(), Part::BSplineCurve2dPy::staticCallback_setKnot(), Part::BSplineCurvePy::staticCallback_setKnot(), Part::BSplineCurve2dPy::staticCallback_setKnots(), Part::BSplineCurvePy::staticCallback_setKnots(), App::LinkBaseExtensionPy::staticCallback_setLink(), Gui::LinkViewPy::staticCallback_setLink(), Gui::LinkViewPy::staticCallback_setMaterial(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setMaxDegree(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setMaxSegments(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeColorByScalars(), FemGui::ViewProviderFemMeshPy::staticCallback_setNodeDisplacementByVectors(), Part::BSplineCurve2dPy::staticCallback_setNotPeriodic(), Part::BSplineCurvePy::staticCallback_setNotPeriodic(), App::GroupExtensionPy::staticCallback_setObjects(), Part::BSplineCurve2dPy::staticCallback_setOrigin(), Part::BSplineCurvePy::staticCallback_setOrigin(), Part::TrimmedCurvePy::staticCallback_setParameterRange(), Part::LineSegmentPy::staticCallback_setParameterRange(), Part::Line2dSegmentPy::staticCallback_setParameterRange(), Path::FeatureAreaPy::staticCallback_setParams(), Path::AreaPy::staticCallback_setParams(), Part::BSplineCurve2dPy::staticCallback_setPeriodic(), Part::BSplineCurvePy::staticCallback_setPeriodic(), Base::CoordinateSystemPy::staticCallback_setPlacement(), Path::AreaPy::staticCallback_setPlane(), Mesh::MeshPy::staticCallback_setPoint(), Part::BezierCurvePy::staticCallback_setPole(), Part::BezierCurve2dPy::staticCallback_setPole(), Part::BSplineCurve2dPy::staticCallback_setPole(), Part::BSplineCurvePy::staticCallback_setPole(), Part::BezierSurfacePy::staticCallback_setPole(), Part::BSplineSurfacePy::staticCallback_setPole(), Part::BezierSurfacePy::staticCallback_setPoleCol(), Part::BSplineSurfacePy::staticCallback_setPoleCol(), Part::BezierSurfacePy::staticCallback_setPoleRow(), Part::BSplineSurfacePy::staticCallback_setPoleRow(), Part::BezierCurvePy::staticCallback_setPoles(), Part::BezierCurve2dPy::staticCallback_setPoles(), Gui::DocumentPy::staticCallback_setPos(), Spreadsheet::SheetPy::staticCallback_setRowHeight(), MeshGui::ViewProviderMeshPy::staticCallback_setSelection(), Fem::FemMeshPy::staticCallback_setShape(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setSpineSupport(), Fem::FemMeshPy::staticCallback_setStandardHypotheses(), Spreadsheet::SheetPy::staticCallback_setStyle(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTolerance(), Path::TooltablePy::staticCallback_setTool(), Gui::LinkViewPy::staticCallback_setTransform(), Fem::FemMeshPy::staticCallback_setTransform(), Gui::ViewProviderPy::staticCallback_setTransformation(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTransitionMode(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTrihedronMode(), Gui::LinkViewPy::staticCallback_setType(), Part::BSplineSurfacePy::staticCallback_setUKnot(), Part::BSplineSurfacePy::staticCallback_setUKnots(), Part::BSplineSurfacePy::staticCallback_setUNotPeriodic(), Part::BSplineSurfacePy::staticCallback_setUOrigin(), Part::BSplineSurfacePy::staticCallback_setUPeriodic(), Sketcher::SketchObjectPy::staticCallback_setVirtualSpace(), Part::BSplineSurfacePy::staticCallback_setVKnot(), Part::BSplineSurfacePy::staticCallback_setVKnots(), Part::BSplineSurfacePy::staticCallback_setVNotPeriodic(), Base::BoundBoxPy::staticCallback_setVoid(), Part::BSplineSurfacePy::staticCallback_setVOrigin(), Part::BSplineSurfacePy::staticCallback_setVPeriodic(), Part::BezierCurvePy::staticCallback_setWeight(), Part::BezierCurve2dPy::staticCallback_setWeight(), Part::BSplineCurve2dPy::staticCallback_setWeight(), Part::BSplineCurvePy::staticCallback_setWeight(), Part::BezierSurfacePy::staticCallback_setWeight(), Part::BSplineSurfacePy::staticCallback_setWeight(), Part::BezierSurfacePy::staticCallback_setWeightCol(), Part::BSplineSurfacePy::staticCallback_setWeightCol(), Part::BezierSurfacePy::staticCallback_setWeightRow(), Part::BSplineSurfacePy::staticCallback_setWeightRow(), Part::TopoShapePy::staticCallback_sewShape(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_shape(), Gui::DocumentPy::staticCallback_show(), Gui::ViewProviderPy::staticCallback_show(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_simulate(), Mesh::MeshFeaturePy::staticCallback_smooth(), Mesh::MeshPy::staticCallback_snapVertex(), Sketcher::SketchObjectPy::staticCallback_solve(), Sketcher::SketchPy::staticCallback_solve(), Spreadsheet::SheetPy::staticCallback_splitCell(), Mesh::MeshPy::staticCallback_splitEdge(), Mesh::MeshPy::staticCallback_splitEdges(), Mesh::MeshPy::staticCallback_splitFacet(), Base::MatrixPy::staticCallback_submatrix(), Attacher::AttachEnginePy::staticCallback_suggestModes(), Gui::ViewProviderPy::staticCallback_supportedProperties(), App::DocumentObjectPy::staticCallback_supportedProperties(), App::DocumentPy::staticCallback_supportedTypes(), Mesh::MeshPy::staticCallback_swapEdge(), Part::Curve2dPy::staticCallback_tangent(), TechDraw::DrawViewDimExtentPy::staticCallback_tbd(), Part::BSplineCurve2dPy::staticCallback_toBezier(), Part::BSplineCurve2dPy::staticCallback_toBiArcs(), Part::Curve2dPy::staticCallback_toBSpline(), Sketcher::SketchObjectPy::staticCallback_toggleActive(), Sketcher::SketchObjectPy::staticCallback_toggleConstruction(), Sketcher::SketchObjectPy::staticCallback_toggleDriving(), Gui::DocumentPy::staticCallback_toggleTreeItem(), Sketcher::SketchObjectPy::staticCallback_toggleVirtualSpace(), Gui::ViewProviderPy::staticCallback_toString(), App::DocumentObjectPy::staticCallback_touch(), Path::CommandPy::staticCallback_transform(), Part::GeometryPy::staticCallback_transform(), Base::CoordinateSystemPy::staticCallback_transform(), Part::Geometry2dPy::staticCallback_transform(), Base::MatrixPy::staticCallback_transform(), Mesh::MeshPy::staticCallback_transform(), Base::BoundBoxPy::staticCallback_transformed(), Part::TopoShapePy::staticCallback_transformShape(), Base::CoordinateSystemPy::staticCallback_transformTo(), Mesh::MeshPy::staticCallback_transformToEigen(), Part::Geometry2dPy::staticCallback_translate(), Part::GeometryPy::staticCallback_translate(), Mesh::MeshPy::staticCallback_translate(), Part::TopoShapePy::staticCallback_translate(), Base::MatrixPy::staticCallback_transpose(), Sketcher::SketchObjectPy::staticCallback_trim(), Mesh::MeshPy::staticCallback_trim(), Mesh::MeshPointPy::staticCallback_unbound(), Mesh::FacetPy::staticCallback_unbound(), App::DocumentPy::staticCallback_undo(), Base::BoundBoxPy::staticCallback_united(), Base::MatrixPy::staticCallback_unity(), Gui::ViewProviderDocumentObjectPy::staticCallback_update(), Gui::DocumentPy::staticCallback_update(), Part::TopoShapeFacePy::staticCallback_validate(), Part::Curve2dPy::staticCallback_value(), Robot::TrajectoryPy::staticCallback_velocity(), and Attacher::AttachEnginePy::staticCallback_writeParametersToFeature().

Member Data Documentation

◆ Methods

PyMethodDef PyObjectBase::Methods
static
Initial value:
= {
{NULL, NULL, 0, NULL}
}

◆ StatusBits

std::bitset<32> Base::PyObjectBase::StatusBits
protected

Referenced by PyObjectBase().

◆ Type

PyTypeObject PyObjectBase::Type
static

Py_Header struct from python.h.

To prevent subclasses of PyTypeObject to be subclassed in Python we should remove the Py_TPFLAGS_BASETYPE flag.

Every PyObjectBase object is also a python object. So you can use every Python C-Library function also on a PyObjectBase object

For example, the classes App::VectorPy and App::MatrixPy have removed this flag and its Python proxies App.Vector and App.Matrix cannot be subclassed. In case we want to allow to derive from subclasses of PyTypeObject in Python we must either reimplement tp_new, tp_dealloc, tp_getattr, tp_setattr, tp_repr or set them to 0 and define tp_base as 0.

Referenced by ArchPanel.CommandPanelSheet::Activated(), ArchStructure.StructSelectionObserver::addSelection(), ArchSite.Compass::buildCoordinates(), ArchComponent.Component::execute(), DraftLayer.LayerContainer::execute(), ArchSchedule.CommandArchSchedule::IsActive(), ArchAxis.CommandArchGrid::IsActive(), draftobjects.draft_annotation.DraftAnnotation::onDocumentRestored(), ArchReference.ArchReference::setProperties(), and DraftLayer.Layer::setProperties().


The documentation for this class was generated from the following files:
  • src/Base/PyObjectBase.h
  • src/Base/PyObjectBase.cpp