Base Namespace Reference

Basic structures used by other FreeCAD components (C++ API) More...

Classes

class  AbnormalProgramTermination
 The AbnormalProgramTermination can be used in an own signal handler. More...
 
class  AbortException
 The AbortException is thrown if a pending operation was aborted. More...
 
class  AbstractExceptionProducer
 Abstract base class of all exception producers. More...
 
class  AbstractProducer
 Abstract base class of all producers. More...
 
class  AccessViolation
 The AccessViolation can be used in an own signal handler. More...
 
class  AttributeError
 The AttributeError can be used to indicate the usage of a wrong value. More...
 
class  Axis
 The Axis class. More...
 
class  AxisPy
 The python export class for Axis. More...
 
class  BadFormatError
 The BadFormatError can be used to indicate errors in a data structure. More...
 
class  BadGraphError
 The BadGraphError can be used to indicate that a graph is e.g. More...
 
class  BaseClass
 BaseClass class and root of the type system. More...
 
class  BaseClassPy
 The python export class for BaseClass. More...
 
class  BitsetLocker
 
class  BoundBox2d
 BoundBox2d. More...
 
class  BoundBox3
 The 3D bounding box class. More...
 
class  BoundBoxPy
 The python export class for BoundBox. More...
 
class  Builder3D
 A Builder class for 3D representations on App level On the application level nothing is known of the visual representation of data. More...
 
class  ByteArrayIStreambuf
 This class implements the streambuf interface to read data from a QByteArray. More...
 
class  ByteArrayOStreambuf
 This class implements the streambuf interface to write data to a QByteArray. More...
 
class  CADKernelError
 
class  ClassTemplate
 A test class. More...
 
class  ConnectionBlocker
 
class  ConsoleEvent
 
class  ConsoleObserverFile
 The LoggingConsoleObserver class This class is used by the main modules to write Console messages and logs to a file. More...
 
class  ConsoleObserverStd
 The CmdConsoleObserver class This class is used by the main modules to write Console messages and logs the system con. More...
 
class  ConsoleOutput
 
class  ConsoleRefreshDisabler
 
class  ConsoleSequencer
 This class writes the progress to the console window. More...
 
class  ConsoleSingleton
 The console class This class manage all the stdio stuff. More...
 
class  CoordinateSystem
 Describes a right-handed coordinate system in 3D space. More...
 
class  CoordinateSystemPy
 The python export class for CoordinateSystem. More...
 
class  Debugger
 This is a utility class to break the application at a point to inspect e.g. More...
 
class  DivisionByZeroError
 The ZeroDivisionError can be used to indicate a division by zero. More...
 
class  DualNumber
 Dual Numbers aer 2-part numbers like complex numbers, but different algebra. More...
 
class  DualQuat
 The DualQuat class represents a dual quaternion, as a quaternion of dual number components. More...
 
class  EmptySequencer
 This special sequencer might be useful if you want to suppress any indication of the progress to the user. More...
 
class  Exception
 
class  ExceptionFactory
 The ExceptionFactory. More...
 
class  ExceptionProducer
 
class  ExpressionError
 The ExpressionError can be used to indicate erroneous.input to the expression engine. More...
 
class  Factory
 Base class of all factories This class has the purpose to produce at runtime instances of classes not known at compile time. More...
 
class  FileException
 File exception handling class This class is specialized to go with exception thrown in case of File IO Problems. More...
 
class  FileInfo
 File name unification This class handles everything related to file names the file names are internal generally UTF-8 encoded on all platforms. More...
 
class  FileSystemError
 The FileSystemError can be used to indicate errors on file system e.g. More...
 
class  FileWriter
 
struct  FlagToggler
 
struct  float_traits
 
struct  float_traits< double >
 
struct  float_traits< float >
 
class  FutureWatcherProgress
 
class  gzstreambase
 
class  gzstreambuf
 
class  Handled
 Handled class Implementation of the reference counting pattern. More...
 
class  ifstream
 The ofstream class is provided for convenience. More...
 
class  igzstream
 
class  ILogger
 The Logger Interface This class describes an Interface for logging within FreeCAD. More...
 
class  ImportError
 
class  IndexError
 The IndexError can be used when a sequence subscript is out of range. More...
 
class  InputStream
 The InputStream class provides reading of binary data from an istream. More...
 
class  InterpreterSingleton
 The Interpreter class This class manage the python interpreter and hold a lot helper functions for handling python stuff. More...
 
class  InventorBuilder
 This class does basically the same as Builder3D except that it writes the data directly into a given stream without buffering the output data in a string stream. More...
 
class  IODeviceIStreambuf
 Simple class to read data directly from Qt's QIODevice. More...
 
class  IODeviceOStreambuf
 Simple class to write data directly into Qt's QIODevice. More...
 
struct  iotaGen
 
class  Line2d
 Line2d. More...
 
class  LogLevel
 LogLevel helper class. More...
 
class  manipulator
 
class  Matrix4D
 The Matrix4D class. More...
 
class  MatrixPy
 The python export class for Matrix. More...
 
class  MemoryException
 The MemoryException is thrown if not enough memory can be allocated. More...
 
class  NameError
 
class  NotImplementedError
 The NotImplementedError can be used to indicate that an invoked function is not implemented. More...
 
class  ObjectStatusLocker
 
class  Observer
 Observer class Implementation of the well known Observer Design Pattern. More...
 
class  ofstream
 The ofstream class is provided for convenience. More...
 
class  ogzstream
 
class  OutputStream
 The OutputStream class provides writing of binary data to an ostream. More...
 
class  OverflowError
 The OverflowError can be used to indicate overflows of numbers. More...
 
class  ParameterGrpObserver
 
class  ParameterGrpPy
 
class  ParserError
 The ParserError can be used to indicate the parsing error. More...
 
class  Persistence
 Persistence class and root of the type system. More...
 
class  PersistencePy
 The python export class for Persistence. More...
 
class  Placement
 The Placement class. More...
 
class  PlacementPy
 The python export class for Placement. More...
 
class  Polygon2d
 Polygon2d. More...
 
class  ProgramInformation
 The ProgramInformation can be used to show information about the program. More...
 
class  ProgressIndicatorPy
 
class  PyException
 
class  PyGILStateLocker
 If the application starts we release immediately the global interpreter lock (GIL) once the Python interpreter is initialized, i.e. More...
 
class  PyGILStateRelease
 If a thread holds the global interpreter lock (GIL) but runs a long operation in C where it doesn't need to hold the GIL it can release it temporarily. More...
 
class  PyHandle
 The PyHandler class This class is the base class of all FreeCAD classes which exports into the python space. More...
 
class  PyObjectBase
 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...
 
class  PyStreambuf
 
class  Quantity
 The Quantity class. More...
 
struct  QuantityFormat
 
class  QuantityPy
 The python export class for Quantity. More...
 
class  Reader
 
class  RedirectStdError
 
class  RedirectStdLog
 
class  RedirectStdOutput
 
class  Reference
 Reference class Implementation of the reference counting pattern. More...
 
class  ReferencesError
 The ReferenceError can be used to indicate a reference counter has the wrong value. More...
 
class  RestoreError
 
class  Rotation
 
class  RotationPy
 The python export class for Rotation. More...
 
class  RuntimeError
 The RuntimeError can be used to indicate an unknown exception at runtime. More...
 
class  ScriptFactorySingleton
 The ScriptFactorySingleton singleton. More...
 
class  ScriptProducer
 Script Factory This class produce Scripts. More...
 
class  SequencerBase
 This class gives the user an indication of the progress of an operation and it is used to reassure him that the application is still running. More...
 
class  SequencerLauncher
 The SequencerLauncher class is provided for convenience. More...
 
struct  SequencerP
 
class  StateLocker
 
class  StdInputSource
 
class  StdInputStream
 
class  StopWatch
 
class  Stream
 
class  Streambuf
 
struct  string_comp
 
class  StringWriter
 The StringWriter class This is an important helper class implementation for the store and retrieval system of objects in FreeCAD. More...
 
class  Subject
 Subject class Implementation of the well known Observer Design Pattern. More...
 
class  SystemExitException
 The SystemExitException is thrown if the Python-internal PyExc_SystemExit exception was thrown. More...
 
class  TimeInfo
 BaseClass class and root of the type system. More...
 
struct  Tools
 
class  Translate
 
class  Type
 Type system class Many of the classes in the FreeCAD must have their type information registered before any instances are created (including, but not limited to: App::Feature, App::Property, Gui::ViewProvider ). More...
 
struct  TypeData
 
class  TypeError
 The TypeError can be used to indicate the usage of a wrong type. More...
 
class  TypePy
 The python export class for BaseType. More...
 
class  UnderflowError
 The UnderflowError can be used to indicate underflows of numbers. More...
 
class  UnicodeError
 The UnicodeError can be used to indicate unicode encoding/decoding error. More...
 
class  Unit
 The Unit class. More...
 
class  UnitPy
 The python export class for Unit. More...
 
class  UnitsApi
 The UnitsApi. More...
 
struct  UnitSignature
 
class  UnitsMismatchError
 The UnitsMismatchError can be used to indicate that quantities with different units are used. More...
 
class  UnitsSchema
 The UnitSchema class The subclasses of this class define the stuff for a certain units schema. More...
 
class  UnitsSchemaCentimeters
 The UnitSchema class. More...
 
class  UnitsSchemaImperial1
 The schema class for the imperial unit system Here are the definitions for the imperial unit system. More...
 
class  UnitsSchemaImperialBuilding
 The schema class for the imperial unit system Here are the definitions for the imperial unit system. More...
 
class  UnitsSchemaImperialCivil
 The schema class for Civil Engineering in the imperial unit system All measurements in ft, ft^2, ft^3, ft/sec. More...
 
class  UnitsSchemaImperialDecimal
 The schema class for the imperial unit system Here are the definitions for the imperial unit system. More...
 
class  UnitsSchemaInternal
 The standard units schema Here is defined what internal (base) units FreeCAD uses. More...
 
class  UnitsSchemaMKS
 The UnitSchema class. More...
 
class  UnitsSchemaMmMin
 
class  UnknownProgramOption
 The UnknownProgramOption can be used to indicate an unknown program option. More...
 
class  Uuid
 Creates a Uuid. More...
 
class  ValueError
 The ValueError can be used to indicate the usage of a wrong value. More...
 
struct  vec_traits
 
struct  vec_traits< App::Color >
 
struct  vec_traits< gp_Dir >
 
struct  vec_traits< gp_Pnt >
 
struct  vec_traits< gp_Vec >
 
struct  vec_traits< gp_XYZ >
 
struct  vec_traits< Rotation >
 
struct  vec_traits< SbColor >
 
struct  vec_traits< SbRotation >
 
struct  vec_traits< SbVec3d >
 
struct  vec_traits< SbVec3f >
 
struct  vec_traits< Vector3d >
 
struct  vec_traits< Vector3f >
 
class  Vector2d
 The vector class for 2D calculations. More...
 
class  Vector2dPy
 
class  Vector3
 The Vector Base class. More...
 
class  VectorPy
 The python export class for Vector. More...
 
class  ViewProjMatrix
 The ViewProjMatrix class returns the result of the multiplication of the 3D vector and the view transformation matrix. More...
 
class  ViewProjMethod
 Abstract base class for all project methods. More...
 
class  Writer
 The Writer class This is an important helper class for the store and retrieval system of persistent objects in FreeCAD. More...
 
class  XMLAttributeError
 The XMLAttributeError is thrown if a requested attribute doesn't exist. More...
 
class  XMLBaseException
 The XMLBaseException can be used to indicate any kind of XML related errors. More...
 
class  XMLParseException
 The XMLParseException is thrown if parsing an XML failed. More...
 
class  XMLReader
 The XML reader class This is an important helper class for the store and retrieval system of objects in FreeCAD. More...
 
class  ZipWriter
 The ZipWriter class This is an important helper class implementation for the store and retrieval system of persistent objects in FreeCAD. More...
 

Typedefs

typedef Type BaseType
 
typedef BoundBox3< double > BoundBox3d
 
typedef BoundBox3< float > BoundBox3f
 
typedef std::list< ParameterGrpObserver * > ParameterGrpObserverList
 
typedef std::unique_ptr< UnitsSchemaUnitsSchemaPtr
 
typedef Vector3< double > Vector3d
 
typedef Vector3< float > Vector3f
 

Enumerations

enum  LogStyle { LogStyle::Warning, LogStyle::Message, LogStyle::Error, LogStyle::Log }
 Used to identify log level. More...
 
enum  UnitSystem {
  UnitSystem::SI1 = 0, UnitSystem::SI2 = 1, UnitSystem::Imperial1 = 2, UnitSystem::ImperialDecimal = 3,
  UnitSystem::Centimeters = 4, UnitSystem::ImperialBuilding = 5, UnitSystem::MmMin = 6, UnitSystem::ImperialCivil = 7,
  UnitSystem::NumUnitSystemTypes
}
 Units systems. More...
 

Functions

void Assert (int expr, char *msg)
 
std::string base64_decode (std::string const &s)
 
std::string base64_encode (unsigned char const *, unsigned int len)
 
manipulator< int > blanks (int n)
 
std::ostream & blanksN (std::ostream &os, int n)
 
template<class T >
clamp (T num, T lower, T upper)
 
ConsoleSingletonConsole (void)
 Access to the Console This method is used to gain access to the one and only instance of the ConsoleSingleton class. More...
 
template<class _Vec1 , class _Vec2 >
_Vec1 convertTo (const _Vec2 &v)
 
template<class _Precision >
_Precision Distance (const Vector3< _Precision > &v1, const Vector3< _Precision > &v2)
 Returns the distance between two points. More...
 
template<class _Precision >
_Precision DistanceP2 (const Vector3< _Precision > &v1, const Vector3< _Precision > &v2)
 Returns the squared distance between two points. More...
 
template<class T >
fmod (T numerator, T denominator)
 
template<typename T >
T * freecad_dynamic_cast (Base::BaseClass *t)
 Template that works just like dynamic_cast, but expects the argument to inherit from Base::BaseClass. More...
 
template<typename T >
const T * freecad_dynamic_cast (const Base::BaseClass *t)
 Template that works just like dynamic_cast, but expects the argument to inherit from a const Base::BaseClass. More...
 
FC_DURATION GetDuration (FC_TIME_POINT &t)
 
template<typename T >
Vector3< T > getVectorFromTuple (PyObject *o)
 
InterpreterSingletonInterpreter (void)
 Access to the InterpreterSingleton object This method is used to gain access to the one and only instance of the InterpreterSingleton class. More...
 
template<class _Vec , typename float_type >
_Vec make_vec (const std::tuple< float_type, float_type, float_type > &&t)
 
template<class _Vec , typename float_type >
_Vec make_vec (const std::tuple< float_type, float_type, float_type, float_type > &&t)
 
template<class _Precision >
Vector3< _Precision > operator* (_Precision fFac, const Vector3< _Precision > &rcVct)
 Multiplication of scalar with vector. More...
 
DualNumber operator* (double a, DualNumber b)
 
DualQuat operator* (double a, DualQuat b)
 
Vector2d operator* (double c, const Vector2d &v)
 
DualNumber operator* (DualNumber a, double b)
 
DualNumber operator* (DualNumber a, DualNumber b)
 
DualQuat operator* (DualNumber a, DualQuat b)
 
DualQuat operator* (DualQuat a, double b)
 
DualQuat operator* (DualQuat a, DualNumber b)
 
DualQuat operator* (DualQuat a, DualQuat b)
 
Vector3foperator*= (Vector3f &rclVect, const Matrix4D &rclMtrx)
 
DualNumber operator+ (double a, DualNumber b)
 
DualNumber operator+ (DualNumber a, double b)
 
DualNumber operator+ (DualNumber a, DualNumber b)
 
DualQuat operator+ (DualQuat a, DualQuat b)
 
DualNumber operator- (double a, DualNumber b)
 
DualNumber operator- (DualNumber a, double b)
 
DualNumber operator- (DualNumber a, DualNumber b)
 
DualQuat operator- (DualQuat a, DualQuat b)
 
DualNumber operator/ (DualNumber a, double b)
 
DualNumber operator/ (DualNumber a, DualNumber b)
 
DualNumber pow (DualNumber a, double pw)
 
PyObjectPyAsUnicodeObject (const char *str)
 Python helper class This class encapsulate the Decoding of UTF8 to a python object. More...
 
PyObjectPyAsUnicodeObject (const std::string &str)
 
Py::Object pyCall (PyObject *callable, PyObject *args=0)
 
Py::Object pyCallWithKeywords (PyObject *callable, PyObject *args, PyObject *kwds=0)
 
ScriptFactorySingletonScriptFactory (void)
 
SequencerBaseSequencer ()
 Access to the only SequencerBase instance. More...
 
template<class T >
sgn (T t)
 
int streq (const char *A, const char *B)
 
template<class T >
void SwapEndian (T &v)
 
unsigned short SwapOrder (void)
 Definition of functions that allow swapping of data types dependent on the architecture. More...
 
void SwapVar (char &)
 
void SwapVar (double &)
 
void SwapVar (float &)
 
void SwapVar (long &)
 
void SwapVar (short &)
 
void SwapVar (unsigned char &)
 
void SwapVar (unsigned long &)
 
void SwapVar (unsigned short &)
 
manipulator< int > tabs (int n)
 
std::ostream & tabsN (std::ostream &os, int n)
 
template<class T >
toDegrees (T r)
 
template<class T >
toRadians (T d)
 
template<class _Pr1 , class _Pr2 >
Vector3< _Pr1 > toVector (const Vector3< _Pr2 > &v)
 

Variables

PyObjectBaseExceptionFreeCADAbort = 0
 
PyObjectBaseExceptionFreeCADError = 0
 

Detailed Description

Basic structures used by other FreeCAD components (C++ API)

The Base module includes most of the basic functions of FreeCAD, such as:

  • Console services: printing different kinds of messages to the FreeCAD report view or the terminal
  • Python interpreter: handles the execution of Python code in FreeCAD
  • Parameter handling: Management, saving and restoring of user preferences settings
  • Units: Management and conversion of different units

Typedef Documentation

◆ BaseType

◆ BoundBox3d

typedef BoundBox3<double> Base::BoundBox3d

◆ BoundBox3f

typedef BoundBox3<float> Base::BoundBox3f

◆ ParameterGrpObserverList

◆ UnitsSchemaPtr

typedef std::unique_ptr<UnitsSchema> Base::UnitsSchemaPtr

◆ Vector3d

typedef Vector3<double> Base::Vector3d

◆ Vector3f

typedef Vector3<float> Base::Vector3f

Enumeration Type Documentation

◆ LogStyle

enum Base::LogStyle
strong

Used to identify log level.

Enumerator
Warning 
Message 
Error 
Log 

◆ UnitSystem

enum Base::UnitSystem
strong

Units systems.

Enumerator
SI1 
SI2 

internal (mm,kg,s) SI system (http://en.wikipedia.org/wiki/International_System_of_Units)

Imperial1 

MKS (m,kg,s) SI system.

ImperialDecimal 

the Imperial system (http://en.wikipedia.org/wiki/Imperial_units)

Centimeters 

Imperial with length in inch only.

ImperialBuilding 

All lengths in centimeters, areas and volumes in square/cubic meters.

MmMin 

All lengths in feet + inches + fractions.

ImperialCivil 

Lengths in mm, Speed in mm/min.

Angle in degrees. Useful for small parts & CNC

NumUnitSystemTypes 

Lengths in ft, Speed in ft/sec.

Used in Civil Eng in North America

Function Documentation

◆ Assert()

void Base::Assert ( int  expr,
char *  msg 
)

◆ base64_decode()

std::string Base::base64_decode ( std::string const &  s)

◆ base64_encode()

std::string Base::base64_encode ( unsigned char const *  bytes_to_encode,
unsigned int  len 
)

◆ blanks()

◆ blanksN()

std::ostream& Base::blanksN ( std::ostream &  os,
int  n 
)

Referenced by blanks().

◆ clamp()

template<class T >
T Base::clamp ( num,
lower,
upper 
)

◆ Console()

ConsoleSingleton& Base::Console ( void  )

Access to the Console This method is used to gain access to the one and only instance of the ConsoleSingleton class.

References Base::ConsoleSingleton::Instance().

Referenced by ReverseEngineeringGui::Segmentation::accept(), FemGui::TaskDlgCreateNodeSet::accept(), FemGui::TaskDlgMeshShapeNetgen::accept(), RobotGui::TaskDlgEdge2Trac::accept(), MeshGui::GmshWidget::accept(), MeshPartGui::Tessellation::accept(), TechDrawGui::TaskWeldingSymbol::accept(), FemGui::TaskDlgFemConstraintFluidBoundary::accept(), Gui::StdCmdDownloadOnlineHelp::activated(), CmdSandboxEventLoop::activated(), Gui::PythonCommand::activated(), CmdTestConsoleOutput::activated(), Gui::PythonGroupCommand::activated(), CmdSketcherConstrainBlock::activated(), StdCmdViewIvIssueCamPos::activated(), CmdSketcherConstrainPerpendicular::activated(), CmdSketcherConstrainTangent::activated(), Gui::Application::activateWorkbench(), TechDraw::DrawViewPart::add1CEToGE(), TechDraw::DrawViewPart::add1CLToGE(), TechDraw::DrawViewPart::add1CVToGV(), Sketcher::Sketch::addAngleAtPointConstraint(), TechDraw::DrawViewPart::addCenterLinesToGeom(), Sketcher::Sketch::addConstraints(), Sketcher::SketchObject::addCopy(), TechDraw::GeometryObject::addCosmeticVertex(), Sketcher::Sketch::addEqualConstraint(), Sketcher::SketchObject::addExternal(), TechDraw::GeometryObject::addGeomFromCompound(), Mesh::Exporter::addObject(), Sketcher::Sketch::addPerpendicularConstraint(), TechDraw::DrawProjGroup::addProjection(), Sketcher::Sketch::addSnellsLawConstraint(), Sketcher::SketchObject::addSymmetric(), Sketcher::Sketch::addTangentConstraint(), Gui::CommandManager::addTo(), TechDraw::DrawViewClipPy::addView(), TechDraw::DrawPage::addView(), TechDrawGui::QGVPage::addWeldSymbol(), Sketcher::SketchAnalysis::analyseMissingPointOnPointCoincident(), Measure::Measurement::angle(), TechDraw::DrawUtil::angleWithX(), TechDraw::AOE::AOE(), TechDrawGui::TaskSectionView::apply(), TechDrawGui::TaskSectionView::applyAligned(), CmdSketcherConstrainBlock::applyConstraint(), CmdSketcherConstrainPerpendicular::applyConstraint(), CmdSketcherConstrainTangent::applyConstraint(), TechDraw::DrawProjGroup::arrangeViewPointers(), TechDraw::BSpline::asCircle(), TechDrawGui::ViewProviderPage::attach(), TechDrawGui::ViewProviderDrawingView::attach(), TechDrawGui::MDIViewPage::attachView(), Sketcher::SketchAnalysis::autoconstraint(), Gui::NS::AwaitingMoveState::AwaitingMoveState(), Gui::NS::AwaitingReleaseState::AwaitingReleaseState(), TechDraw::BaseGeom::baseFactory(), TechDraw::BezierSegment::BezierSegment(), TechDraw::BSpline::BSpline(), PartGui::TaskMeasureLinear::buildDimension(), PartGui::TaskMeasureAngular::buildDimension(), PartDesignGui::TaskFeaturePick::buildFeatures(), TechDraw::DrawViewPart::buildGeometryObject(), TechDrawGui::QGIFace::buildPixHatch(), TechDrawGui::QGIFace::buildSvgHatch(), Gui::PropertyEditor::PropertyEditor::buildUp(), TechDraw::GeometryObject::calcBoundingBox(), TechDraw::CenterLine::calcEndPoints(), TechDraw::CenterLine::calcEndPoints2Lines(), TechDraw::CenterLine::calcEndPoints2Points(), TechDrawGui::TaskRichAnno::calcTextStartPos(), Attacher::AttachEngine3D::calculateAttachedPlacement(), Attacher::AttachEngineLine::calculateAttachedPlacement(), TechDraw::DrawProjGroup::calculateAutomaticScale(), Gui::MacroManager::cancel(), Gui::ViewProvider::canDropObject(), Sketcher::SketchObject::carbonCopy(), TechDraw::CenterLine::CenterLineBuilder(), TechDraw::GeometryUtils::chainGeoms(), Sketcher::SketchObject::changeConstraintsLocking(), PartDesignGui::TaskHoleParameters::changedObject(), SurfaceGui::GeomFillSurface::changeFillType(), ParameterManager::CheckDocument(), TechDraw::DrawViewDimension::checkReferences2D(), TechDraw::DrawViewPart::checkXDirection(), FemGui::TaskDlgMeshShapeNetgen::clicked(), RobotGui::TaskDlgEdge2Trac::clicked(), Cloud::Module::cloudRestore(), Gui::cmdAppObjectShow(), Gui::MacroManager::commit(), Base::ConsoleObserverFile::ConsoleObserverFile(), Base::ConsoleRefreshDisabler::ConsoleRefreshDisabler(), TechDrawGui::QGIViewDimension::constructDimensionArc(), TechDrawGui::QGIViewDimension::constructDimensionLine(), Sketcher::SketchObject::convertToNURBS(), App::PropertyFileIncluded::Copy(), TechDrawGui::Grabber3d::copyActiveViewToSvgFile(), TechDraw::DrawUtil::copyFile(), TechDraw::DrawUtil::countEdges(), TechDraw::DrawUtil::countFaces(), TechDraw::DrawUtil::countWires(), Gui::PythonCommand::createAction(), Gui::PythonGroupCommand::createAction(), TechDrawGui::TaskActiveView::createActiveView(), TechDrawGui::TaskCenterLine::createCenterLine(), TechDrawGui::QGISVGTemplate::createClickHandles(), PartGui::ViewProvider2DObject::createGrid(), Mesh::GTSAlgos::createGTSSurface(), FemGui::ViewProviderFEMMeshBuilder::createMesh(), MeshPart::Mesher::createMesh(), Gui::DocumentItem::createNewItem(), Gui::WidgetFactoryInst::createPreferencePage(), Gui::WidgetFactoryInst::createPrefWidget(), Gui::WidgetFactoryInst::createWidget(), Gui::WorkbenchManager::createWorkbench(), MeshGui::ViewProviderMeshCurvature::curvatureInfoCallback(), Base::ConsoleOutput::customEvent(), TechDrawGui::QGIFace::dashedPPath(), Gui::Dialog::ButtonModel::data(), Sketcher::SketchObject::delAllExternal(), SketcherGui::ViewProviderSketch::deleteSelected(), Sketcher::SketchObject::delExternal(), Measure::Measurement::delta(), App::Application::destruct(), App::Application::destructObserver(), Base::Subject< const char * >::Detach(), TechDraw::DrawViewDetail::detailExec(), GCS::System::diagnose(), Part::TopoShapePy::distToShape(), PartGui::ViewProviderPart::doubleClicked(), FemGui::ViewProviderFemPostObject::doubleClicked(), MeshGui::ViewProviderMeshTransformDemolding::DragEndCallback(), SketcherGui::ViewProviderSketch::draw(), TechDrawGui::QGIViewBalloon::draw(), TechDrawGui::QGIViewDimension::draw(), TechDrawGui::QGIViewDimension::drawAngle(), TechDrawGui::QGIViewAnnotation::drawAnnotation(), TechDrawGui::QGIViewClip::drawClip(), SketcherGui::ViewProviderSketch::drawConstraintIcons(), TechDrawGui::QGIViewDimension::drawDiameter(), TechDrawGui::QGIViewDimension::drawDistanceExecutive(), TechDrawGui::QGIViewDimension::drawRadiusExecutive(), TechDrawGui::QGIViewSection::drawSectionFace(), TechDrawGui::QGIWeldSymbol::drawTile(), TechDrawGui::QGIViewPart::drawViewPart(), TechDraw::DashSpec::dump(), TechDraw::LineFormat::dump(), TechDraw::CosmeticVertex::dump(), TechDraw::LineGroup::dump(), TechDraw::PATLineSpec::dump(), TechDraw::CosmeticEdge::dump(), TechDraw::CenterLine::dump(), TechDraw::GeomFormat::dump(), TechDraw::Vertex::dump(), TechDraw::DrawUtil::dump1Vertex(), TechDraw::DrawViewPart::dumpCosEdges(), TechDraw::DrawViewPart::dumpCosVerts(), TechDraw::DrawUtil::dumpCS(), TechDraw::DrawUtil::dumpCS3(), TechDraw::DrawUtil::dumpEdge(), TechDraw::DrawUtil::dumpEdges(), TechDrawGui::QGEPath::dumpGhostPoints(), TechDraw::DrawProjGroup::dumpISO(), PartGui::dumpLinearResults(), TechDrawGui::QGEPath::dumpMarkerPos(), TechDrawGui::QGIViewPart::dumpPath(), TechDrawGui::DrawGuiUtil::dumpPointF(), TechDrawGui::QGIView::dumpRect(), TechDrawGui::DrawGuiUtil::dumpRectF(), TechDraw::DrawUtil::dumpVertexes(), TechDraw::DrawViewPart::dumpVerts(), TechDrawGui::TaskDetail::editByHighlight(), SketcherGui::ViewProviderSketch::editDoubleClicked(), SpreadsheetGui::SheetView::editingFinished(), TechDraw::Ellipse::Ellipse(), PartGui::evaluateAngularPreSelection(), Gui::ViewProvider::eventCallback(), Gui::ViewerEventFilter::eventFilter(), Base::Debugger::exec(), TechDraw::DrawViewDetail::execute(), TechDraw::DrawViewMulti::execute(), TechDraw::DrawViewSymbol::execute(), Raytracing::LuxProject::execute(), Raytracing::RayProject::execute(), Import::FeatureImportStep::Execute(), Import::FeatureImportIges::Execute(), TechDraw::DrawViewSection::execute(), Part::CurveNet::execute(), Part::ImportBrep::execute(), Part::ImportIges::execute(), TechDraw::DrawSVGTemplate::execute(), Sketcher::SketchObjectSF::execute(), Part::ImportStep::execute(), Sketcher::SketchObject::execute(), Drawing::FeaturePage::execute(), Fem::FemMeshShapeNetgenObject::execute(), Sandbox::SandboxObject::execute(), TechDraw::DrawViewArch::execute(), TechDraw::DrawViewPart::execute(), PartDesign::Transformed::execute(), TechDraw::DrawViewDimension::execute(), Inspection::Feature::execute(), Import::ImpExpDxfWrite::exportBCurve(), Import::ImpExpDxfWrite::exportBSpline(), Fem::FemVTKTools::exportFreeCADResult(), Import::ImpExpDxfWrite::exportShape(), Gui::ViewProviderGroupExtension::extensionCanDropObject(), Part::AttachExtension::extensionOnChanged(), TechDraw::DrawGeomHatch::extractFace(), TechDraw::DrawViewPart::extractFaces(), TechDraw::GeometryObject::extractGeometry(), MeshGui::ViewProviderMesh::faceInfo(), MeshGui::ViewProviderMesh::faceInfoCallback(), PartDesignGui::TaskTransformedParameters::fillAxisCombo(), Sketcher::SketchObject::fillet(), MeshGui::ViewProviderMesh::fillHoleCallback(), PartDesignGui::TaskTransformedParameters::fillPlanesCombo(), MeshCore::MeshAlgorithm::FillupHole(), MeshCore::MeshTopoAlgorithm::FillupHoles(), ParameterGrp::FindElement(), TechDraw::BaseGeom::findEndPoints(), TechDrawGui::QGIViewDimension::findIsoExt(), ParameterGrp::FindOrCreateElement(), TechDraw::DrawViewSection::findSectionPlaneIntersections(), MeshCore::CylinderFit::Fit(), MeshCore::SphereFit::Fit(), MeshGui::SoFCMeshFaceSet::generatePrimitives(), MeshGui::SoFCMeshObjectShape::generatePrimitives(), MeshGui::SoFCMeshSegmentShape::generatePrimitives(), TechDrawGui::QGIViewPart::geomToPainterPath(), Gui::NS::GestureState::GestureState(), TechDrawGui::DrawGuiUtil::get3DDirAndRot(), TechDraw::DrawProjGroup::getAnchorDirection(), TechDrawGui::TaskDetail::getAnchorScene(), TechDrawGui::QGILeaderLine::getAttachFromFeature(), TechDraw::DrawLeaderLine::getBaseScale(), TechDraw::DrawProjGroup::getBoundingBox(), TechDraw::BSpline::getCircleParms(), TechDrawGui::QGIView::getClipGroup(), TechDraw::CosmeticExtension::getCosmeticEdge(), TechDraw::DrawViewSection::getCSFromBase(), Path::Toolpath::getCycleTime(), TechDraw::DrawGeomHatch::getDecodedSpecsFromFile(), TechDrawGui::QGEPath::getDeltasFromLeader(), TechDraw::DrawViewDimension::getDimValue(), TechDraw::DrawProjGroup::getDirsFromFront(), TechDrawGui::ViewProviderPage::getDrawPage(), TechDraw::DrawProjectSplit::getEdges(), TechDraw::DrawSVGTemplate::getEditableTextsFromTemplate(), TechDraw::DrawSVGTemplatePy::getEditFieldContent(), TechDraw::BaseGeom::getEndPoint(), TechDraw::DrawViewPart::getFaceEdgesByIndex(), TechDraw::DrawGeomHatch::getFaceOverlay(), MeshGui::ViewProviderMesh::getFacetsFromPolygon(), TechDraw::DrawViewDimension::getFormatedValue(), TechDraw::DrawViewPart::getGeomByIndex(), TechDraw::DrawUtil::getIndexFromName(), TechDraw::DrawLeaderLine::getKinkPoint(), TechDrawGui::ViewProviderPage::getMDIViewPage(), Attacher::AttachEnginePy::getModeInfo(), Fem::FemMesh::getNodesBySolid(), TechDrawGui::Grabber3d::getPaperScale(), MeshGui::CylinderFitParameter::getParameter(), TechDraw::DrawGeomHatch::getParameters(), TechDraw::PATLineSpec::getPatternList(), TechDraw::LineSet::getPatternStartPoint(), CDxfWrite::getPlateFile(), TechDraw::DrawViewDimension::getPointsEdgeVert(), TechDraw::DrawViewDimension::getPointsOneEdge(), TechDraw::DrawViewDimension::getPointsTwoEdges(), TechDraw::DrawViewDimension::getPointsTwoVerts(), TechDrawGui::DrawGuiUtil::getProjDirFromFace(), TechDraw::DrawViewPart::getProjectionCS(), TechDraw::DrawProjGroup::getProjItem(), TechDraw::DrawProjGroup::getProjObj(), TechDraw::DrawViewPart::getProjVertexByCosTag(), TechDraw::DrawViewPart::getProjVertexByIndex(), TechDraw::LineGroup::getRecordFromFile(), Attacher::AttachEnginePy::getRefTypeInfo(), TechDraw::DrawProjGroupItem::getScale(), TechDraw::DrawLeaderLine::getScale(), TechDraw::DrawView::getScale(), TechDraw::DrawViewSection::getSectionCS(), TechDraw::ShapeExtractor::getShapes(), TechDraw::ShapeExtractor::getShapesFromObject(), TechDraw::ShapeExtractor::getShapesFused(), TechDraw::DrawViewSpreadsheet::getSheetImage(), TechDraw::DrawViewPart::getSourceShape(), TechDraw::DrawViewPart::getSourceShapeFused(), TechDraw::PATLineSpec::getSpecsForPattern(), TechDraw::BaseGeom::getStartPoint(), TechDraw::DrawLeaderLine::getTailPoint(), TechDraw::DrawLeaderLine::getTileOrigin(), TechDraw::DrawGeomHatch::getTrimmedLines(), AttacherGui::getUIStrings(), TechDraw::DrawProjGroupItem::getViewAxis(), TechDraw::DrawViewPart::getViewAxis(), TechDraw::DrawProjGroup::getViewIndex(), TechDrawGui::QGILeaderLine::getWayPointsFromFeature(), TechDraw::DrawProjGroupItem::getXDirection(), TechDraw::ShapeExtractor::getXShapes(), PartGui::goDimensionAngularNoTask(), TechDraw::DrawView::handleChangedPropertyType(), TechDraw::DrawPage::handleChangedPropertyType(), PartGui::ViewProviderCurveNet::handleEvent(), MeshGui::ViewProviderMeshNode::handleEvent(), TechDraw::DrawProjGroup::hasProjection(), Gui::NS::IdleState::IdleState(), Gui::View3DInventorViewer::imageFromFramebuffer(), Base::Type::importModule(), Part::ImportStepParts(), Fem::FemVTKTools::importVTKMesh(), Sketcher::SketchObject::increaseBSplineDegree(), Gui::View3DInventorViewer::init(), Gui::Application::initApplication(), Image::initModule(), Gui::GuiNativeEvent::initSpaceball(), TechDrawGui::TaskGeomHatch::initUi(), InspectionGui::ViewProviderInspection::inspectCallback(), Gui::NS::InteractState::InteractState(), TechDraw::DrawUtil::Intersect2d(), Gui::Command::invoke(), Sketcher::SketchObject::isCarbonCopyAllowed(), TechDraw::DrawUtil::isCrazy(), ModelRefine::FaceTypedBSpline::isEqual(), Sketcher::SketchObject::isExternalAllowed(), TechDraw::DrawProjectSplit::isOnEdge(), Measure::Measurement::length(), Base::LogLevel::level(), TechDraw::LineGroup::lineGroupFactory(), TechDrawGui::QGIFace::lineSetToFillItems(), TechDraw::PATLineSpec::load(), Fem::FemPostPipeline::load(), Mesh::MeshObject::load(), MeshCore::MeshInput::LoadAny(), StartGui::Workbench::loadStartPage(), TechDrawGui::QGIFace::loadSvgHatch(), Gui::MainWindow::loadUrls(), Gui::MainWindow::loadWindowSettings(), Gui::NS::Event::log(), GCS::SolverReportingManager::LogToConsole(), TechDraw::DrawViewPartPy::makeCosmeticCircle(), TechDraw::DrawViewPartPy::makeCosmeticCircleArc(), TechDraw::DrawViewPartPy::makeCosmeticLine(), TechDrawGui::QGILeaderLine::makeLeaderPath(), TechDraw::DrawViewSection::makeLineSets(), Part::TopoShape::makeLoft(), TechDrawGui::QGITile::makeSymbol(), SketcherGui::makeTangentToArcOfEllipseviaNewPoint(), SketcherGui::makeTangentToArcOfHyperbolaviaNewPoint(), SketcherGui::makeTangentToArcOfParabolaviaNewPoint(), SketcherGui::makeTangentToEllipseviaNewPoint(), MeshPart::CurveProjectorWithToolMesh::makeToolMesh(), MeshGui::ViewProviderMesh::markPartCallback(), Measure::Measurement::massCenter(), Gui::ViewProviderMeasureDistance::measureDistanceCallback(), TechDraw::mirrorShape(), Sketcher::SketchObject::modifyBSplineKnotMultiplicity(), SketcherGui::ViewProviderSketch::mouseButtonPressed(), TechDrawGui::QGIPrimPath::mousePressEvent(), TechDraw::moveShape(), Gui::GUIApplication::notify(), MeshGui::DlgEvaluateMeshImp::on_analyzeSelfIntersectionButton_clicked(), Gui::Dialog::DlgCustomKeyboardImp::on_editShortcut_textChanged(), Gui::Dialog::DlgMacroExecuteImp::on_toolbarButton_clicked(), Gui::WindowParameter::OnChange(), PartDesignGui::ViewProviderBody::onChanged(), TechDraw::DrawViewSymbol::onChanged(), Sandbox::SandboxObject::onChanged(), Gui::ViewProviderOrigin::onChanged(), Fem::ConstraintFluidBoundary::onChanged(), TechDraw::DrawProjGroup::onChanged(), TechDraw::DrawPage::onChanged(), TechDraw::DrawViewDimension::onChanged(), App::Document::onChanged(), SketcherGui::ViewProviderSketch::onDelete(), TechDrawGui::TaskDetail::onHighlightMoved(), Import::ImpExpDxfRead::OnReadArc(), Import::ImpExpDxfRead::OnReadCircle(), Import::ImpExpDxfRead::OnReadEllipse(), Gui::Document::onRelabel(), Gui::GestureNavigationStyle::onRollGesture(), TechDrawGui::MDIViewPage::onSelectionChanged(), FemGui::TaskCreateNodeSet::onSelectionChanged(), DrawSketchHandlerExternal::onSelectionChanged(), DrawSketchHandlerCarbonCopy::onSelectionChanged(), Gui::GestureNavigationStyle::onSetRotationCenter(), TechDrawGui::QGILeaderLine::onSourceChange(), TechDrawGui::TaskLeaderLine::onTrackerClicked(), TechDrawGui::TaskCosVertex::onTrackerFinished(), TechDrawGui::TaskLeaderLine::onTrackerFinished(), Gui::View3DInventor::onUpdate(), Gui::Document::onUpdate(), Gui::MacroManager::open(), App::Application::openDocuments(), Gui::NS::PanState::PanState(), TechDraw::DrawViewPart::partExec(), MeshGui::ViewProviderMesh::partMeshCallback(), TechDraw::EdgeWalker::perform(), Gui::BitmapFactoryInst::pixmap(), Gui::BitmapFactoryInst::pixmapFromSvg(), FemGui::TaskPostDataAlongLine::pointCallback(), FemGui::TaskPostDataAtPoint::pointCallback(), Sketcher::SketchObject::port_reversedExternalArcs(), Gui::GestureNavigationStyle::EventQueue::post(), TechDrawGui::QGVPage::postProcessXml(), Gui::Dialog::PreferenceUiForm::PreferenceUiForm(), DrawSketchHandlerBSpline::pressButton(), TechDrawGui::MDIViewPage::printPdf(), App::Application::processCmdLineFiles(), App::Application::processFiles(), Gui::MayaGestureNavigationStyle::processSoEvent(), TechDraw::DrawSVGTemplate::processTemplate(), Base::ScriptFactorySingleton::ProduceScript(), MeshPart::CurveProjectorShape::projectCurve(), MeshPart::CurveProjectorSimple::projectCurve(), MeshPart::MeshProjection::projectEdgeToEdge(), TechDraw::GeometryObject::projectShape(), TechDraw::GeometryObject::projectShapeWithPolygonAlgo(), TechDraw::DrawProjGroup::purgeProjections(), Base::PyObjectBase::PyObjectBase(), Measure::Measurement::radius(), Gui::NS::GestureState::react(), TestJtReader::read(), Base::XMLReader::readFiles(), Attacher::AttachEngine::readLinks(), Part::ReadNames(), App::Document::readObjects(), Fem::FemVTKTools::readResult(), Fem::readVTKFile(), App::Document::recompute(), PartDesignGui::ViewProviderTransformed::recomputeFeature(), TechDrawGui::TaskProjGroup::reject(), DrawSketchHandlerLine::releaseButton(), DrawSketchHandlerBox::releaseButton(), DrawSketchHandlerLineSet::releaseButton(), DrawSketchHandlerCopy::releaseButton(), DrawSketchHandlerArc::releaseButton(), DrawSketchHandlerRectangularArray::releaseButton(), DrawSketchHandler3PointArc::releaseButton(), DrawSketchHandlerCircle::releaseButton(), DrawSketchHandlerArcOfEllipse::releaseButton(), DrawSketchHandlerArcOfHyperbola::releaseButton(), DrawSketchHandlerArcOfParabola::releaseButton(), DrawSketchHandlerBSpline::releaseButton(), DrawSketchHandler3PointCircle::releaseButton(), DrawSketchHandlerPoint::releaseButton(), DrawSketchHandlerFillet::releaseButton(), DrawSketchHandlerTrimming::releaseButton(), DrawSketchHandlerExtend::releaseButton(), DrawSketchHandlerSlot::releaseButton(), DrawSketchHandlerRegularPolygon::releaseButton(), TechDraw::DrawProjectSplit::removeDuplicateEdges(), TechDrawGui::TaskRichAnno::removeFeature(), TechDrawGui::TaskLeaderLine::removeFeature(), TechDraw::DrawProjGroup::removeProjection(), TechDraw::DrawViewClipPy::removeView(), TechDraw::CosmeticExtension::replaceCenterLine(), TechDraw::CosmeticExtension::replaceCosmeticEdge(), TechDraw::CosmeticExtension::replaceCosmeticVertex(), TechDraw::CosmeticExtension::replaceGeomFormat(), Base::PyException::ReportException(), Gui::DockWnd::ReportOutput::ReportOutput(), Sandbox::SandboxObject::resetValue(), App::PropertyPythonObject::Restore(), TechDraw::PropertyCenterLineList::Restore(), Part::PropertyGeometryList::Restore(), TechDraw::PropertyCosmeticVertexList::Restore(), TechDraw::PropertyGeomFormatList::Restore(), TechDraw::PropertyCosmeticEdgeList::Restore(), Part::Primitive::Restore(), PartDesign::Fillet::Restore(), PartDesign::Chamfer::Restore(), PartDesign::ProfileBased::Restore(), PartDesign::Transformed::Restore(), TechDraw::CosmeticEdge::Restore(), App::Document::restore(), App::PropertyEnumeration::Restore(), TechDraw::CenterLine::Restore(), App::PropertyContainer::Restore(), App::Document::Restore(), App::PropertyLink::Restore(), App::PropertyLinkSubList::Restore(), Fem::PropertyPostDataObject::RestoreDocFile(), Part::PropertyPartShape::RestoreDocFile(), Gui::Document::RestoreDocFile(), App::ExtensionContainer::restoreExtensions(), TechDrawGui::TaskProjGroup::restoreGroupState(), Part::TopoShape::revolve(), TechDraw::rotateShape(), Gui::NS::RotateState::RotateState(), TechDrawGui::QGIProjGroup::rotateView(), Sandbox::PythonThread::run(), Sandbox::DocumentTestThread::run(), BarThread::run(), MeshTestJob::run(), Gui::ConsoleMessageTask::run(), Gui::ConsoleWarningTask::run(), Gui::ConsoleErrorTask::run(), Gui::ConsoleLogTask::run(), Gui::Application::runApplication(), App::Application::runApplication(), Gui::PythonDebugger::runFile(), TechDraw::CosmeticEdge::Save(), TechDraw::CenterLine::Save(), App::PropertyContainer::Save(), Fem::PropertyPostDataObject::SaveDocFile(), Part::PropertyPartShape::SaveDocFile(), Gui::AutoSaver::saveDocument(), App::ExtensionContainer::saveExtensions(), MeshCore::MeshOutput::SaveOBJ(), MeshCore::MeshOutput::SaveOFF(), TechDrawGui::MDIViewPage::saveSVG(), Base::Builder3D::saveToLog(), TechDraw::CenterLine::scaledGeometry(), TechDraw::scaleShape(), TechDrawGui::TaskProjGroup::scaleTypeChanged(), TechDraw::DrawViewSection::sectionExec(), MeshGui::ViewProviderMesh::segmMeshCallback(), Gui::Application::setActiveDocument(), TechDrawGui::QGTracker::setCircleFromPoints(), SketcherGui::ViewProviderSketch::setEdit(), TechDraw::DrawSVGTemplatePy::setEditFieldContent(), SketcherGui::ViewProviderSketch::setEditViewer(), Sandbox::SandboxObject::setIntValue(), FemGui::ViewProviderFemMeshPy::setNodeColor(), Gui::PrefWidget::setParamGrpPath(), TechDrawGui::QGTracker::setPathFromPoints(), TechDrawGui::QGTracker::setPoint(), Gui::PropertyEditor::PropertyItem::setPropertyValue(), TechDrawGui::QGTracker::setSquareFromPoints(), Gui::ViewProviderOrigin::setTemporaryVisibility(), Sketcher::Sketch::setUpSketch(), Gui::Application::sExport(), TechDrawGui::QGEPath::showMarkers(), TechDraw::DrawUtil::simpleMinDist(), Gui::Application::sInsert(), Gui::Application::slotDeleteDocument(), Sketcher::Sketch::solve(), Gui::Application::sOpen(), TechDraw::EdgeWalker::sortStrip(), Gui::SplashObserver::SplashObserver(), TechDraw::LineGroup::split(), TechDraw::DrawProjectSplit::split1Edge(), Gui::Application::sSendActiveView(), Gui::Application::sSendFocusView(), Gui::NetworkRetriever::startDownload(), FcLodHandler::startLod(), Gui::GUISingleApplication::Private::startServer(), 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::TopoShapeCompoundPy::staticCallback_add(), Part::TopoShapeCompSolidPy::staticCallback_add(), Path::AreaPy::staticCallback_add(), Part::TopoShapeShellPy::staticCallback_add(), Part::TopoShapeWirePy::staticCallback_add(), Base::VectorPy::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(), 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::BSplineSurfacePy::staticCallback_bounds(), Part::BezierSurfacePy::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(), 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(), 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::CenterLinePy::staticCallback_copy(), TechDraw::CosmeticEdgePy::staticCallback_copy(), TechDraw::CosmeticVertexPy::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(), 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(), 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(), 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(), Spreadsheet::SheetPy::staticCallback_getAlias(), Spreadsheet::SheetPy::staticCallback_getAlignment(), Base::BaseClassPy::staticCallback_getAllDerivedFrom(), TechDraw::DrawPagePy::staticCallback_getAllViews(), Base::VectorPy::staticCallback_getAngle(), TechDraw::DrawViewDimensionPy::staticCallback_getAnglePoints(), TechDraw::DrawViewDimensionPy::staticCallback_getArcPoints(), Path::FeatureAreaPy::staticCallback_getArea(), Sketcher::SketchObjectPy::staticCallback_getAxis(), Spreadsheet::SheetPy::staticCallback_getBackground(), Part::TopoShapeShellPy::staticCallback_getBadEdges(), PartDesign::FeaturePy::staticCallback_getBaseObject(), Part::BSplineCurve2dPy::staticCallback_getCardinalSplineTangents(), Part::BSplineCurvePy::staticCallback_getCardinalSplineTangents(), Fem::FemMeshPy::staticCallback_getccxVolumesByFace(), 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(), Spreadsheet::SheetPy::staticCallback_getDisplayUnit(), App::PropertyContainerPy::staticCallback_getDocumentationOfProperty(), Sketcher::SketchObjectPy::staticCallback_getDriving(), Base::BoundBoxPy::staticCallback_getEdge(), Fem::FemMeshPy::staticCallback_getEdgesByEdge(), TechDraw::DrawSVGTemplatePy::staticCallback_getEditFieldContent(), App::PropertyContainerPy::staticCallback_getEditorMode(), Mesh::MeshPy::staticCallback_getEigenSystem(), Part::TopoShapePy::staticCallback_getElement(), Fem::FemMeshPy::staticCallback_getElementNodes(), Fem::FemMeshPy::staticCallback_getElementType(), Part::GeometryPy::staticCallback_getExtensionOfName(), Part::GeometryPy::staticCallback_getExtensionOfType(), Part::GeometryPy::staticCallback_getExtensions(), Fem::FemMeshPy::staticCallback_getFacesByFace(), Data::ComplexGeoDataPy::staticCallback_getFacesFromSubelement(), Mesh::MeshPy::staticCallback_getFacetSelection(), Spreadsheet::SheetPy::staticCallback_getForeground(), Part::TopoShapeShellPy::staticCallback_getFreeEdges(), Sketcher::SketchObjectPy::staticCallback_getGeometryWithDependentParameters(), App::GeoFeaturePy::staticCallback_getGlobalPlacement(), Fem::FemMeshPy::staticCallback_getGroupElements(), Fem::FemMeshPy::staticCallback_getGroupElementType(), Fem::FemMeshPy::staticCallback_getGroupName(), App::PropertyContainerPy::staticCallback_getGroupOfProperty(), Fem::FemMeshPy::staticCallback_getIdByElementType(), Gui::DocumentPy::staticCallback_getInEdit(), Mesh::MeshPy::staticCallback_getInternalFacets(), Base::BoundBoxPy::staticCallback_getIntersectionPoint(), TechDraw::DrawProjGroupPy::staticCallback_getItemByLabel(), Part::BSplineCurve2dPy::staticCallback_getKnot(), Part::BSplineCurvePy::staticCallback_getKnot(), Part::BSplineCurve2dPy::staticCallback_getKnots(), Part::BSplineCurvePy::staticCallback_getKnots(), Fem::FemPostPipelinePy::staticCallback_getLastPostObject(), TechDraw::DrawViewDimensionPy::staticCallback_getLinearPoints(), Attacher::AttachEnginePy::staticCallback_getModeInfo(), Part::TopoShapeSolidPy::staticCallback_getMomentOfInertia(), Part::BSplineCurve2dPy::staticCallback_getMultiplicities(), Part::BSplineCurvePy::staticCallback_getMultiplicities(), Part::BSplineCurve2dPy::staticCallback_getMultiplicity(), Part::BSplineCurvePy::staticCallback_getMultiplicity(), Fem::FemMeshPy::staticCallback_getNodeById(), Fem::FemMeshPy::staticCallback_getNodesByEdge(), Fem::FemMeshPy::staticCallback_getNodesByFace(), Fem::FemMeshPy::staticCallback_getNodesBySolid(), Fem::FemMeshPy::staticCallback_getNodesByVertex(), Mesh::MeshPy::staticCallback_getNonUniformOrientedFacets(), 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(), Part::TopoShapeEdgePy::staticCallback_getParameterByLength(), Path::AreaPy::staticCallback_getParams(), Path::AreaPy::staticCallback_getParamsDesc(), App::DocumentObjectPy::staticCallback_getParentGeoFeatureGroup(), App::DocumentObjectPy::staticCallback_getParentGroup(), App::GeoFeaturePy::staticCallback_getPaths(), App::DocumentObjectPy::staticCallback_getPathsByOutList(), Mesh::MeshPy::staticCallback_getPlanarSegments(), Base::BoundBoxPy::staticCallback_getPoint(), Sketcher::SketchObjectPy::staticCallback_getPoint(), Mesh::MeshPy::staticCallback_getPointNormals(), Mesh::MeshPy::staticCallback_getPointSelection(), 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(), App::PropertyContainerPy::staticCallback_getPropertyByName(), App::GeoFeaturePy::staticCallback_getPropertyNameOfGeometry(), Part::TopoShapeSolidPy::staticCallback_getRadiusOfGyration(), 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(), Robot::RobotObjectPy::staticCallback_getRobot(), Spreadsheet::SheetPy::staticCallback_getRowHeight(), Mesh::MeshPy::staticCallback_getSegment(), Mesh::MeshPy::staticCallback_getSegmentsByCurvature(), Mesh::MeshPy::staticCallback_getSegmentsOfType(), Mesh::MeshPy::staticCallback_getSelfIntersections(), Mesh::MeshPy::staticCallback_getSeparateComponents(), Path::AreaPy::staticCallback_getShape(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_getStatus(), Spreadsheet::SheetPy::staticCallback_getStyle(), App::DocumentPy::staticCallback_getTempFileName(), TechDraw::DrawViewDimensionPy::staticCallback_getText(), Part::TopoShapePy::staticCallback_getTolerance(), Path::TooltablePy::staticCallback_getTool(), Path::ToolPy::staticCallback_getToolMaterials(), Path::ToolPy::staticCallback_getToolTypes(), App::PropertyContainerPy::staticCallback_getTypeIdOfProperty(), App::PropertyContainerPy::staticCallback_getTypeOfProperty(), Part::BSplineSurfacePy::staticCallback_getUKnot(), Part::BSplineSurfacePy::staticCallback_getUKnots(), Part::BSplineSurfacePy::staticCallback_getUMultiplicities(), Part::BSplineSurfacePy::staticCallback_getUMultiplicity(), Base::QuantityPy::staticCallback_getUserPreferred(), Part::TopoShapeFacePy::staticCallback_getUVNodes(), Base::QuantityPy::staticCallback_getValueAs(), Sketcher::SketchObjectPy::staticCallback_getVirtualSpace(), Part::BSplineSurfacePy::staticCallback_getVKnot(), Part::BSplineSurfacePy::staticCallback_getVKnots(), Part::BSplineSurfacePy::staticCallback_getVMultiplicities(), Part::BSplineSurfacePy::staticCallback_getVMultiplicity(), Fem::FemMeshPy::staticCallback_getVolumesByFace(), 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(), TechDraw::DrawProjGroupPy::staticCallback_getXYPosition(), 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::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(), 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(), 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::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::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(), 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(), Mesh::MeshPy::staticCallback_read(), Fem::FemPostPipelinePy::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::DrawViewCollectionPy::staticCallback_removeView(), TechDraw::DrawPagePy::staticCallback_removeView(), TechDraw::DrawViewClipPy::staticCallback_removeView(), Part::BSplineSurfacePy::staticCallback_removeVKnot(), Sketcher::SketchObjectPy::staticCallback_renameConstraint(), Part::BSplineSurfacePy::staticCallback_reparametrize(), Part::TopoShapePy::staticCallback_replaceShape(), 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::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::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::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(), 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(), 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(), 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::LineSegmentPy::staticCallback_setParameterRange(), Part::Line2dSegmentPy::staticCallback_setParameterRange(), Part::TrimmedCurvePy::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::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(), 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(), Fem::FemMeshPy::staticCallback_setTransform(), Gui::ViewProviderPy::staticCallback_setTransformation(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTransitionMode(), Part::BRepOffsetAPI_MakePipeShellPy::staticCallback_setTrihedronMode(), 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(), 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(), 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(), 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::GeometrySurfacePy::staticCallback_toShape(), Part::GeometryCurvePy::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(), Part::GeometryPy::staticCallback_transform(), Base::CoordinateSystemPy::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::ConePy::staticCallback_uIso(), Part::SurfaceOfExtrusionPy::staticCallback_uIso(), Part::SpherePy::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::SpherePy::staticCallback_vIso(), Part::ConePy::staticCallback_vIso(), Part::ToroidPy::staticCallback_vIso(), Part::PlanePy::staticCallback_vIso(), Part::RectangularTrimmedSurfacePy::staticCallback_vIso(), Part::CylinderPy::staticCallback_vIso(), Part::SurfaceOfExtrusionPy::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(), Part::TopoShapePy::staticCallback_writeInventor(), Points::PointsPy::staticCallback_writeInventor(), Attacher::AttachEnginePy::staticCallback_writeParametersToFeature(), Gui::StatusBarObserver::StatusBarObserver(), Gui::NS::StickyPanState::StickyPanState(), TechDrawGui::QGIViewSymbol::symbolToSvg(), MeshPart::MeshingOutput::sync(), Base::RedirectStdOutput::sync(), Base::RedirectStdError::sync(), Base::RedirectStdLog::sync(), TechDrawGui::TaskActiveView::TaskActiveView(), PartDesignGui::TaskBoxPrimitives::TaskBoxPrimitives(), TechDrawGui::TaskCenterLine::TaskCenterLine(), TechDrawGui::TaskCosVertex::TaskCosVertex(), TechDrawGui::TaskDetail::TaskDetail(), Gui::TaskView::TaskDialogPython::TaskDialogPython(), FemGui::TaskFemConstraintFluidBoundary::TaskFemConstraintFluidBoundary(), TechDrawGui::TaskLeaderLine::TaskLeaderLine(), FemGui::TaskPostDisplay::TaskPostDisplay(), FemGui::TaskPostScalarClip::TaskPostScalarClip(), FemGui::TaskPostWarpVector::TaskPostWarpVector(), TechDrawGui::TaskRichAnno::TaskRichAnno(), TechDrawGui::TaskSectionView::TaskSectionView(), Gui::TaskView::TaskSelectLinkProperty::TaskSelectLinkProperty(), TechDrawGui::TaskWeldingSymbol::TaskWeldingSymbol(), Gui::NS::TiltState::TiltState(), Gui::AutoSaver::timerEvent(), App::PropertyPythonObject::toString(), Raytracing::PovTools::transferToArray(), SpaceNavigatorDevice::translateEvent(), MeshCore::AbstractPolygonTriangulator::TriangulatePolygon(), SketcherGui::ViewProviderSketch::unsetEdit(), TechDraw::DrawProjGroupItem::unsetupObject(), TechDraw::DrawPage::unsetupObject(), PartDesignGui::ViewProviderAddSub::updateAddSubShapeIndicator(), TechDraw::DrawProjGroup::updateChildrenEnforce(), TechDraw::DrawProjGroup::updateChildrenLock(), TechDraw::DrawProjGroup::updateChildrenScale(), TechDraw::DrawProjGroup::updateChildrenSource(), Gui::ViewProviderVRMLObject::updateData(), PartGui::ViewProviderCurveNet::updateData(), FemGui::ViewProviderFemConstraintBearing::updateData(), TechDrawGui::TaskDetail::updateDetail(), PartDesignGui::ViewProviderBody::updateOriginDatumSize(), Gui::ViewProviderOriginGroupExtension::updateOriginSize(), TechDraw::DrawProjGroup::updateSecondaryDirs(), TechDrawGui::MDIViewPage::updateTemplate(), TechDrawGui::TaskWeldingSymbol::updateTiles(), TechDrawGui::QGILeaderLine::updateView(), TechDrawGui::QGIRichAnno::updateView(), TechDrawGui::QGIWeldSymbol::updateView(), PartGui::ViewProviderPartExt::updateVisual(), Gui::Application::viewActivated(), TechDraw::Wire::Wire(), Gui::OutputStdout::write(), Gui::OutputStderr::write(), Gui::PythonDebugStderr::write(), Fem::FemMesh::write(), Raytracing::LuxTools::writeShape(), Raytracing::PovTools::writeShape(), Raytracing::PovTools::writeShapeCSV(), Fem::FemMesh::writeZ88(), Gui::GuiNativeEvent::x11EventFilter(), Gui::Application::~Application(), Base::ConsoleRefreshDisabler::~ConsoleRefreshDisabler(), TechDraw::DrawTemplate::~DrawTemplate(), Gui::GuiNativeEvent::~GuiNativeEvent(), Base::PyObjectBase::~PyObjectBase(), Gui::DockWnd::ReportOutput::~ReportOutput(), Gui::SplashObserver::~SplashObserver(), Gui::StatusBarObserver::~StatusBarObserver(), PartDesignGui::TaskBoxPrimitives::~TaskBoxPrimitives(), PartDesignGui::TaskLinearPatternParameters::~TaskLinearPatternParameters(), PartDesignGui::TaskMirroredParameters::~TaskMirroredParameters(), and PartDesignGui::TaskPolarPatternParameters::~TaskPolarPatternParameters().

◆ convertTo()

◆ Distance()

◆ DistanceP2()

◆ fmod()

◆ freecad_dynamic_cast() [1/2]

template<typename T >
T* Base::freecad_dynamic_cast ( Base::BaseClass t)

Template that works just like dynamic_cast, but expects the argument to inherit from Base::BaseClass.

◆ freecad_dynamic_cast() [2/2]

template<typename T >
const T* Base::freecad_dynamic_cast ( const Base::BaseClass t)

Template that works just like dynamic_cast, but expects the argument to inherit from a const Base::BaseClass.

◆ GetDuration()

FC_DURATION Base::GetDuration ( FC_TIME_POINT &  t)

◆ getVectorFromTuple()

template<typename T >
Vector3<T> Base::getVectorFromTuple ( PyObject o)

◆ Interpreter()

InterpreterSingleton& Base::Interpreter ( void  )

Access to the InterpreterSingleton object This method is used to gain access to the one and only instance of the InterpreterSingleton class.

References Base::InterpreterSingleton::Instance().

Referenced by StdCmdCommandLine::activated(), Gui::ViewProviderPy::addDisplayMode(), Gui::View3DInventorPy::addDraggerCallback(), Gui::View3DInventorPy::addEventCallbackPivy(), Gui::Command::addModule(), Gui::Application::Application(), Gui::ExpLineEdit::apply(), App::Application::destruct(), Gui::View3DInventorPy::dumpNode(), TechDraw::DrawParametricTemplate::execute(), TechDraw::DrawViewDraft::execute(), TechDraw::DrawViewArch::execute(), Gui::FreeCADGui_subgraphFromObject(), Gui::ViewProviderPy::getAnnotation(), Gui::View3DInventorPy::getCameraNode(), Gui::ViewProviderPythonFeatureImp::getDetail(), Gui::AxisOriginPy::getDetailPath(), Gui::ViewProviderPythonFeatureImp::getDetailPath(), Gui::LinkViewPy::getDetailPath(), Gui::ViewProviderPythonFeatureImp::getElement(), Gui::AxisOriginPy::getElementPicked(), Gui::ViewProviderPythonFeatureImp::getElementPicked(), Gui::LinkViewPy::getElementPicked(), Gui::AxisOriginPy::getNode(), Gui::LinkViewPy::getRootNode(), Gui::ViewProviderPy::getRootNode(), Gui::View3DInventorViewerPy::getSceneGraph(), Gui::View3DInventorPy::getSceneGraph(), Gui::View3DInventorViewerPy::getSoEventManager(), Gui::View3DInventorViewerPy::getSoRenderManager(), Base::Type::importModule(), Fem::SMESH_HypothesisPy< StdMeshers_Deflection1DPy >::init_type(), StartGui::Workbench::loadStartPage(), TechDraw::DrawDimHelper::makeDistDim(), TechDraw::DrawDimHelper::makeExtentDim(), TestGui::UnitTestDialog::on_startButton_clicked(), Import::ImpExpDxfRead::OnReadDimension(), DraftUtils::DraftDxfRead::OnReadDimension(), Gui::GestureNavigationStyle::onRollGesture(), App::Application::processCmdLineFiles(), App::Application::processFiles(), Gui::View3DInventorPy::removeDraggerCallback(), Gui::View3DInventorPy::removeEventCallbackPivy(), Sandbox::PythonThread::run(), Gui::MacroManager::run(), App::Application::runApplication(), Gui::Application::runInitGuiScript(), Web::AppServer::runPython(), Gui::Application::sCoinRemoveAllChildren(), Gui::Application::setActiveDocument(), Gui::View3DInventorViewerPy::setSceneGraph(), Gui::View3DInventorViewerPy::setupEditingRoot(), Gui::PropertyEditor::PropertyStringItem::setValue(), Gui::PropertyEditor::PropertyStringListItem::setValue(), Gui::Application::sOpen(), PartDesignGui::TaskPrimitiveParameters::TaskPrimitiveParameters(), TechDraw::DrawViewCollection::unsetupObject(), TechDraw::DrawPage::unsetupObject(), TechDraw::DrawViewPart::unsetupObject(), Gui::Application::~Application(), and Robot::Module::~Module().

◆ make_vec() [1/2]

template<class _Vec , typename float_type >
_Vec Base::make_vec ( const std::tuple< float_type, float_type, float_type > &&  t)

◆ make_vec() [2/2]

template<class _Vec , typename float_type >
_Vec Base::make_vec ( const std::tuple< float_type, float_type, float_type, float_type > &&  t)

◆ operator*() [1/10]

template<class _Precision >
Vector3<_Precision> Base::operator* ( _Precision  fFac,
const Vector3< _Precision > &  rcVct 
)

Multiplication of scalar with vector.

◆ operator*() [2/10]

DualNumber Base::operator* ( double  a,
DualNumber  b 
)

◆ operator*() [3/10]

Base::DualQuat Base::operator* ( double  a,
Base::DualQuat  b 
)

◆ operator*() [4/10]

Vector2d Base::operator* ( double  c,
const Vector2d v 
)

◆ operator*() [5/10]

DualNumber Base::operator* ( DualNumber  a,
double  b 
)

◆ operator*() [6/10]

DualNumber Base::operator* ( DualNumber  a,
DualNumber  b 
)

◆ operator*() [7/10]

Base::DualQuat Base::operator* ( Base::DualNumber  a,
Base::DualQuat  b 
)

◆ operator*() [8/10]

Base::DualQuat Base::operator* ( Base::DualQuat  a,
double  b 
)

◆ operator*() [9/10]

Base::DualQuat Base::operator* ( Base::DualQuat  a,
Base::DualNumber  b 
)

◆ operator*() [10/10]

Base::DualQuat Base::operator* ( Base::DualQuat  a,
Base::DualQuat  b 
)

◆ operator*=()

Vector3f& Base::operator*= ( Vector3f rclVect,
const Matrix4D rclMtrx 
)

◆ operator+() [1/4]

DualNumber Base::operator+ ( double  a,
DualNumber  b 
)

◆ operator+() [2/4]

DualNumber Base::operator+ ( DualNumber  a,
double  b 
)

◆ operator+() [3/4]

DualNumber Base::operator+ ( DualNumber  a,
DualNumber  b 
)

◆ operator+() [4/4]

Base::DualQuat Base::operator+ ( Base::DualQuat  a,
Base::DualQuat  b 
)

◆ operator-() [1/4]

DualNumber Base::operator- ( double  a,
DualNumber  b 
)

◆ operator-() [2/4]

DualNumber Base::operator- ( DualNumber  a,
double  b 
)

◆ operator-() [3/4]

DualNumber Base::operator- ( DualNumber  a,
DualNumber  b 
)

◆ operator-() [4/4]

Base::DualQuat Base::operator- ( Base::DualQuat  a,
Base::DualQuat  b 
)

◆ operator/() [1/2]

DualNumber Base::operator/ ( DualNumber  a,
double  b 
)

◆ operator/() [2/2]

DualNumber Base::operator/ ( DualNumber  a,
DualNumber  b 
)

◆ pow()

DualNumber Base::pow ( DualNumber  a,
double  pw 
)

◆ PyAsUnicodeObject() [1/2]

PyObject* Base::PyAsUnicodeObject ( const char *  str)

Python helper class This class encapsulate the Decoding of UTF8 to a python object.

Including exception handling.

Referenced by TechDraw::DrawViewDimensionPy::getText(), and PyAsUnicodeObject().

◆ PyAsUnicodeObject() [2/2]

PyObject* Base::PyAsUnicodeObject ( const std::string &  str)

References PyAsUnicodeObject().

◆ pyCall()

Py::Object Base::pyCall ( PyObject callable,
PyObject args = 0 
)

Referenced by App::FeaturePythonImp::allowDuplicateLabel(), Gui::ViewProviderPythonFeatureImp::attach(), Gui::ViewProviderPythonFeatureImp::canDelete(), Gui::ViewProviderPythonFeatureImp::canDragAndDropObject(), Gui::ViewProviderPythonFeatureImp::canDragObject(), Gui::ViewProviderPythonFeatureImp::canDragObjects(), Gui::ViewProviderPythonFeatureImp::canDropObject(), Gui::ViewProviderPythonFeatureImp::canDropObjectEx(), Gui::ViewProviderPythonFeatureImp::canDropObjects(), App::FeaturePythonImp::canLinkProperties(), App::FeaturePythonImp::canLoadPartial(), Gui::ViewProviderPythonFeatureImp::canRemoveChildrenFromRoot(), Gui::ViewProviderPythonFeatureImp::claimChildren(), Gui::ViewProviderPythonFeatureImp::doubleClicked(), Gui::ViewProviderPythonFeatureImp::dragObject(), Gui::ViewProviderPythonFeatureImp::dropObject(), Gui::ViewProviderPythonFeatureImp::dropObjectEx(), App::FeaturePythonImp::execute(), Gui::ViewProviderPythonFeatureImp::finishRestoring(), Gui::ViewProviderPythonFeatureImp::getDefaultDisplayMode(), Gui::ViewProviderPythonFeatureImp::getDetail(), Gui::ViewProviderPythonFeatureImp::getDetailPath(), Gui::ViewProviderPythonFeatureImp::getDisplayModes(), Gui::ViewProviderPythonFeatureImp::getDropPrefix(), Gui::ViewProviderPythonFeatureImp::getElement(), Gui::ViewProviderPythonFeatureImp::getElementPicked(), Gui::ViewProviderPythonFeatureImp::getIcon(), App::FeaturePythonImp::getLinkedObject(), Gui::ViewProviderPythonFeatureImp::getLinkedViewProvider(), App::FeaturePythonImp::getSubObject(), App::FeaturePythonImp::getSubObjects(), App::FeaturePythonImp::getViewProviderName(), App::FeaturePythonImp::hasChildElement(), App::FeaturePythonImp::isElementVisible(), Gui::ViewProviderPythonFeatureImp::isShow(), App::FeaturePythonImp::mustExecute(), App::FeaturePythonImp::onBeforeChange(), App::FeaturePythonImp::onBeforeChangeLabel(), Gui::ViewProviderPythonFeatureImp::onChanged(), App::FeaturePythonImp::onChanged(), Gui::ViewProviderPythonFeatureImp::onDelete(), App::FeaturePythonImp::onDocumentRestored(), App::FeaturePythonImp::redirectSubName(), Gui::ViewProviderPythonFeatureImp::replaceObject(), Gui::ViewProviderPythonFeatureImp::setDisplayMode(), Gui::ViewProviderPythonFeatureImp::setEdit(), Gui::ViewProviderPythonFeatureImp::setEditViewer(), App::FeaturePythonImp::setElementVisible(), Gui::ViewProviderPythonFeatureImp::setupContextMenu(), Gui::ViewProviderPythonFeatureImp::unsetEdit(), Gui::ViewProviderPythonFeatureImp::unsetEditViewer(), and Gui::ViewProviderPythonFeatureImp::updateData().

◆ pyCallWithKeywords()

Py::Object Base::pyCallWithKeywords ( PyObject callable,
PyObject args,
PyObject kwds = 0 
)

◆ ScriptFactory()

◆ Sequencer()

◆ sgn()

template<class T >
T Base::sgn ( t)

◆ streq()

int Base::streq ( const char *  A,
const char *  B 
)

◆ SwapEndian()

template<class T >
void Base::SwapEndian ( T &  v)

◆ SwapOrder()

unsigned short Base::SwapOrder ( void  )

Definition of functions that allow swapping of data types dependent on the architecture.

Returns machine type (low endian, high endian )

◆ SwapVar() [1/8]

void Base::SwapVar ( char &  )

◆ SwapVar() [2/8]

void Base::SwapVar ( double &  d)

◆ SwapVar() [3/8]

void Base::SwapVar ( float &  f)

◆ SwapVar() [4/8]

void Base::SwapVar ( long &  l)

◆ SwapVar() [5/8]

void Base::SwapVar ( short &  s)

◆ SwapVar() [6/8]

void Base::SwapVar ( unsigned char &  )

◆ SwapVar() [7/8]

void Base::SwapVar ( unsigned long &  l)

◆ SwapVar() [8/8]

void Base::SwapVar ( unsigned short &  s)

◆ tabs()

manipulator<int> Base::tabs ( int  n)

◆ tabsN()

std::ostream& Base::tabsN ( std::ostream &  os,
int  n 
)

Referenced by tabs().

◆ toDegrees()

◆ toRadians()

◆ toVector()

Variable Documentation

◆ BaseExceptionFreeCADAbort

PyObject * Base::BaseExceptionFreeCADAbort = 0

Referenced by Base::PyException::raiseException(), App::LinkBaseExtensionPy::staticCallback_cacheChildLabel(), App::LinkBaseExtensionPy::staticCallback_configLinkProperty(), App::LinkBaseExtensionPy::staticCallback_expandSubname(), App::LinkBaseExtensionPy::staticCallback_flattenSubname(), Base::TypePy::staticCallback_fromKey(), Base::TypePy::staticCallback_fromName(), Base::TypePy::staticCallback_getAllDerived(), Base::TypePy::staticCallback_getAllDerivedFrom(), Base::TypePy::staticCallback_getBadType(), Gui::LinkViewPy::staticCallback_getBoundBox(), Gui::LinkViewPy::staticCallback_getChildren(), Gui::AxisOriginPy::staticCallback_getDetailPath(), Gui::LinkViewPy::staticCallback_getDetailPath(), Gui::AxisOriginPy::staticCallback_getElementPicked(), Gui::LinkViewPy::staticCallback_getElementPicked(), App::LinkBaseExtensionPy::staticCallback_getLinkExtProperty(), App::LinkBaseExtensionPy::staticCallback_getLinkExtPropertyName(), App::LinkBaseExtensionPy::staticCallback_getLinkPropertyInfo(), Base::TypePy::staticCallback_getNumTypes(), Base::TypePy::staticCallback_getParent(), Base::TypePy::staticCallback_isBad(), Base::TypePy::staticCallback_isDerivedFrom(), Gui::LinkViewPy::staticCallback_reset(), Gui::LinkViewPy::staticCallback_setChildren(), App::LinkBaseExtensionPy::staticCallback_setLink(), Gui::LinkViewPy::staticCallback_setLink(), Gui::LinkViewPy::staticCallback_setMaterial(), Gui::LinkViewPy::staticCallback_setTransform(), Gui::LinkViewPy::staticCallback_setType(), and TechDraw::DrawViewDimExtentPy::staticCallback_tbd().

◆ BaseExceptionFreeCADError

PyObject * Base::BaseExceptionFreeCADError = 0

Referenced by Path::PathPy::addCommands(), Fem::FemMeshPy::addEdge(), App::ExtensionContainerPy::addExtension(), Fem::FemMeshPy::addFace(), Mesh::MeshPy::addFacet(), Mesh::MeshPy::addFacets(), Fem::FemMeshPy::addHypothesis(), Fem::FemMeshPy::addNode(), Path::FeaturePathCompoundPy::addObject(), App::GroupExtensionPy::addObject(), App::DocumentPy::addObject(), Points::PointsPy::addPoints(), Gui::ViewProviderPy::addProperty(), App::DocumentObjectPy::addProperty(), Fem::FemMeshPy::addQuad(), Path::TooltablePy::addTools(), Fem::FemMeshPy::addVolume(), Part::AttachExtensionPy::changeAttacherType(), Fem::FemMeshPy::compute(), Path::PathPy::deleteCommand(), Path::TooltablePy::deleteTool(), Mesh::MeshPy::fillupHoles(), App::DocumentPy::findObjects(), Mesh::MeshFeaturePy::fixSelfIntersections(), Mesh::MeshPy::fixSelfIntersections(), Points::PointsPy::fromSegment(), Points::PointsPy::fromValid(), Part::AttachExtensionPy::getAttacher(), Fem::FemMeshPy::getccxVolumesByFace(), Fem::FemMeshPy::getEdgesByEdge(), Fem::FemMeshPy::getElementNodes(), Fem::FemMeshPy::getFacesByFace(), Base::BoundBoxPy::getIntersectionPoint(), Fem::FemMeshPy::getNodesByEdge(), Fem::FemMeshPy::getNodesByFace(), Fem::FemMeshPy::getNodesBySolid(), Fem::FemMeshPy::getNodesByVertex(), Part::TopoShapePy::getOrientation(), Base::Exception::getPyExceptionType(), Part::TopoShapePy::getShapeType(), Path::TooltablePy::getTool(), Fem::FemMeshPy::getVolumesByFace(), App::ExtensionContainerPy::hasExtension(), App::GroupExtensionPy::hasObject(), Path::PathPy::insertCommand(), Robot::TrajectoryPy::insertWaypoints(), Base::MatrixPy::inverse(), Base::MatrixPy::invert(), Gui::DocumentPy::mdiViewsOfType(), FemGui::Module::Module(), App::DocumentPy::moveObject(), Base::MatrixPy::multiply(), App::GroupExtensionPy::newObject(), Base::VectorPy::normalize(), Base::MatrixPy::number_power_handler(), Part::AttachExtensionPy::positionBySupport(), Base::AxisPy::PyInit(), Part::TopoShapeFacePy::PyInit(), Fem::FemMeshPy::PyInit(), Mesh::MeshPy::PyInit(), Attacher::AttachEnginePy::PyInit(), Base::RotationPy::PyInit(), Base::PlacementPy::PyInit(), Base::MatrixPy::PyInit(), Fem::FemMeshPy::read(), Mesh::MeshFeaturePy::removeFoldsOnSurface(), Mesh::MeshPy::removeFoldsOnSurface(), Mesh::MeshFeaturePy::removeInvalidPoints(), Mesh::MeshPy::removeInvalidPoints(), Path::FeaturePathCompoundPy::removeObject(), App::GroupExtensionPy::removeObject(), App::DocumentPy::removeObject(), Gui::View3DInventorViewerPy::resetEditingRoot(), Gui::Application::sActivateWorkbenchHandler(), Gui::Application::sAddCommand(), Gui::Application::sAddIcon(), Gui::SelectionSingleton::sAddSelection(), Gui::DocumentPy::setEdit(), FemGui::ViewProviderFemMeshPy::setNodeColorByScalars(), FemGui::ViewProviderFemMeshPy::setNodeDisplacementByVectors(), Part::TopoShapePy::setOrientation(), Base::Exception::setPyException(), Fem::FemMeshPy::setShape(), Fem::FemMeshPy::setStandardHypotheses(), Path::TooltablePy::setTool(), Fem::FemMeshPy::setTransform(), Gui::ViewProviderPy::setTransformation(), Gui::View3DInventorViewerPy::setupEditingRoot(), Gui::ViewProviderLinkPy::setUseCenterballDragger(), Gui::Application::sGetCommandInfo(), Gui::Application::sGetCommandShortcut(), AttacherGui::AttacherGuiPy::sGetModeStrings(), AttacherGui::AttacherGuiPy::sGetRefTypeUserFriendlyName(), Gui::SelectionSingleton::sGetSelectionObject(), Gui::Application::sIsCommandActive(), Base::ConsoleSingleton::sPySetStatus(), Gui::SelectionSingleton::sRemoveSelection(), Gui::Application::sRunCommand(), Gui::SelectionSingleton::sSetPreselection(), 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::CenterLinePy::staticCallback_copy(), TechDraw::CosmeticEdgePy::staticCallback_copy(), TechDraw::CosmeticVertexPy::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(), 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(), Base::TypePy::staticCallback_fromKey(), Base::TypePy::staticCallback_fromName(), 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(), Base::TypePy::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::ArcOfConicPy::staticCallback_getAxis(), Part::CylinderPy::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::TypePy::staticCallback_getBadType(), 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::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(), 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::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(), 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::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(), 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::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::Ellipse2dPy::staticCallback_getFocal(), Part::Hyperbola2dPy::staticCallback_getFocal(), Part::HyperbolaPy::staticCallback_getFocal(), Part::EllipsePy::staticCallback_getFocal(), Part::Parabola2dPy::staticCallback_getFocus(), Part::ParabolaPy::staticCallback_getFocus(), Part::Ellipse2dPy::staticCallback_getFocus1(), Part::Hyperbola2dPy::staticCallback_getFocus1(), Part::HyperbolaPy::staticCallback_getFocus1(), Part::EllipsePy::staticCallback_getFocus1(), Part::Ellipse2dPy::staticCallback_getFocus2(), Part::Hyperbola2dPy::staticCallback_getFocus2(), Part::HyperbolaPy::staticCallback_getFocus2(), Part::EllipsePy::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::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(), 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::Line2dPy::staticCallback_getLocation(), Part::LinePy::staticCallback_getLocation(), Part::SurfaceOfRevolutionPy::staticCallback_getLocation(), Part::ArcOfConicPy::staticCallback_getLocation(), Part::ConicPy::staticCallback_getLocation(), Part::ArcOfConic2dPy::staticCallback_getLocation(), Part::Conic2dPy::staticCallback_getLocation(), Part::Ellipse2dPy::staticCallback_getMajorRadius(), Part::Hyperbola2dPy::staticCallback_getMajorRadius(), Part::HyperbolaPy::staticCallback_getMajorRadius(), Part::ArcOfEllipsePy::staticCallback_getMajorRadius(), Part::ArcOfHyperbolaPy::staticCallback_getMajorRadius(), Part::EllipsePy::staticCallback_getMajorRadius(), Part::ArcOfEllipse2dPy::staticCallback_getMajorRadius(), Part::ArcOfHyperbola2dPy::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(), Base::PersistencePy::staticCallback_getMemSize(), Part::Ellipse2dPy::staticCallback_getMinorRadius(), Part::Hyperbola2dPy::staticCallback_getMinorRadius(), Part::HyperbolaPy::staticCallback_getMinorRadius(), Part::ArcOfEllipsePy::staticCallback_getMinorRadius(), Part::ArcOfHyperbolaPy::staticCallback_getMinorRadius(), Part::EllipsePy::staticCallback_getMinorRadius(), Part::ArcOfEllipse2dPy::staticCallback_getMinorRadius(), Part::ArcOfHyperbola2dPy::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::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(), Base::TypePy::staticCallback_getNumTypes(), 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(), 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::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(), 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::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(), 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::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(), 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::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(), 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::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(), 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::BezierCurvePy::staticCallback_isClosed(), Part::BezierCurve2dPy::staticCallback_isClosed(), Part::BSplineCurve2dPy::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::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::BSplineCurve2dPy::staticCallback_isRational(), Part::BezierCurvePy::staticCallback_isRational(), Part::BezierCurve2dPy::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::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::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(), Mesh::MeshPy::staticCallback_read(), Import::StepShapePy::staticCallback_read(), Fem::FemPostPipelinePy::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(), Gui::ViewProviderPy::staticCallback_removeProperty(), App::DocumentObjectPy::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::DrawViewCollectionPy::staticCallback_removeView(), TechDraw::DrawPagePy::staticCallback_removeView(), TechDraw::DrawViewClipPy::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::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::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(), Spreadsheet::SheetPy::staticCallback_set(), App::MaterialPy::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::SurfaceOfExtrusionPy::staticCallback_setBasisCurve(), Part::OffsetCurvePy::staticCallback_setBasisCurve(), Part::SurfaceOfRevolutionPy::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::LinePy::staticCallback_setDirection(), Part::Line2dPy::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::ArcOfParabolaPy::staticCallback_setFocal(), Part::ArcOfParabola2dPy::staticCallback_setFocal(), Part::Parabola2dPy::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::Line2dPy::staticCallback_setLocation(), Part::LinePy::staticCallback_setLocation(), Part::ArcOfConicPy::staticCallback_setLocation(), Part::ConicPy::staticCallback_setLocation(), Part::ArcOfConic2dPy::staticCallback_setLocation(), Part::Conic2dPy::staticCallback_setLocation(), Part::SurfaceOfRevolutionPy::staticCallback_setLocation(), Part::Ellipse2dPy::staticCallback_setMajorRadius(), Part::Hyperbola2dPy::staticCallback_setMajorRadius(), Part::HyperbolaPy::staticCallback_setMajorRadius(), Part::ArcOfHyperbolaPy::staticCallback_setMajorRadius(), Part::ArcOfEllipse2dPy::staticCallback_setMajorRadius(), Part::EllipsePy::staticCallback_setMajorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_setMajorRadius(), Part::ArcOfEllipsePy::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::Hyperbola2dPy::staticCallback_setMinorRadius(), Part::EllipsePy::staticCallback_setMinorRadius(), Part::Ellipse2dPy::staticCallback_setMinorRadius(), Part::ArcOfHyperbola2dPy::staticCallback_setMinorRadius(), Part::ArcOfEllipse2dPy::staticCallback_setMinorRadius(), Part::ArcOfHyperbolaPy::staticCallback_setMinorRadius(), Part::HyperbolaPy::staticCallback_setMinorRadius(), Part::ArcOfEllipsePy::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::OffsetCurve2dPy::staticCallback_setOffsetValue(), Part::OffsetCurvePy::staticCallback_setOffsetValue(), Part::OffsetSurfacePy::staticCallback_setOffsetValue(), Part::TopoShapePy::staticCallback_setOrientation(), Part::BSplineCurve2dPy::staticCallback_setOrigin(), Part::BSplineCurvePy::staticCallback_setOrigin(), Gui::LinkViewPy::staticCallback_setOwner(), Attacher::AttachEnginePy::staticCallback_setParameter(), Part::LineSegmentPy::staticCallback_setParameterRange(), Part::Line2dSegmentPy::staticCallback_setParameterRange(), Part::TrimmedCurvePy::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::CirclePy::staticCallback_setRadius(), Part::ArcOfCirclePy::staticCallback_setRadius(), Part::Circle2dPy::staticCallback_setRadius(), Part::ArcOfCircle2dPy::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::LineSegmentPy::staticCallback_setStartPoint(), Part::Line2dSegmentPy::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::GeometryDoubleExtensionPy::staticCallback_setValue(), Part::GeometryIntExtensionPy::staticCallback_setValue(), Part::GeometryStringExtensionPy::staticCallback_setValue(), Part::GeometryBoolExtensionPy::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::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(), 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(), 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::GeometrySurfacePy::staticCallback_toShape(), Part::GeometryCurvePy::staticCallback_toShape(), Part::PointPy::staticCallback_toShape(), Part::Curve2dPy::staticCallback_toShape(), Gui::ViewProviderPy::staticCallback_toString(), App::DocumentObjectPy::staticCallback_touch(), Path::CommandPy::staticCallback_transform(), Base::CoordinateSystemPy::staticCallback_transform(), Part::Geometry2dPy::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::SurfaceOfExtrusionPy::staticCallback_uIso(), Part::RectangularTrimmedSurfacePy::staticCallback_uIso(), Part::ToroidPy::staticCallback_uIso(), Part::ConePy::staticCallback_uIso(), Part::CylinderPy::staticCallback_uIso(), Part::SpherePy::staticCallback_uIso(), Part::PlanePy::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::SurfaceOfExtrusionPy::staticCallback_vIso(), Part::PlanePy::staticCallback_vIso(), Part::RectangularTrimmedSurfacePy::staticCallback_vIso(), Part::CylinderPy::staticCallback_vIso(), Part::SpherePy::staticCallback_vIso(), Part::ToroidPy::staticCallback_vIso(), Part::ConePy::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(), Attacher::AttachEnginePy::staticCallback_writeParametersToFeature(), Gui::SelectionSingleton::sUpdateSelection(), Fem::FemMeshPy::write(), and Fem::FemMeshPy::writeABAQUS().