text
stringlengths
145
7.65M
================================================================================================================================================= Index Modules Hierarchy Alphabetical list GCS ConstraintPerpendicular GCS::ConstraintPerpendicular Member List This is the complete list of members for GCS::ConstraintPerpendicular , including all inherited members. Constraint () GCS::Constraint ConstraintPerpendicular (Line &l1, Line &l2) GCS::ConstraintPerpendicular ConstraintPerpendicular (Point &l1p1, Point &l1p2, Point &l2p1, Point &l2p2) GCS::ConstraintPerpendicular error () GCS::ConstraintPerpendicular virtual findParamInPvec (double *param) GCS::Constraint getTag () GCS::Constraint getTypeId () GCS::ConstraintPerpendicular virtual grad (double *) GCS::ConstraintPerpendicular virtual isDriving () const GCS::Constraint maxStep (MAP_pD_D &dir, double lim=1.) GCS::Constraint virtual params () GCS::Constraint redirectParams (MAP_pD_pD redirectionmap) GCS::Constraint rescale (double coef=1.) GCS::ConstraintPerpendicular virtual revertParams () GCS::Constraint setDriving (bool isdriving) GCS::Constraint setTag (int tagId) GCS::Constraint ~Constraint () GCS::Constraint virtual 1.8.17
====================================================================================================================================== Index Modules Hierarchy Alphabetical list Gui PythonBlankWorkbench List of all members | Public Member Functions Gui::PythonBlankWorkbench Class Reference #include <Workbench.h> Public Member Functions PythonBlankWorkbench () ~PythonBlankWorkbench () Public Member Functions inherited from Gui::PythonBaseWorkbench PyObject * getPyObject () Creates and returns immediately the corresponding Python workbench object. More... PythonBaseWorkbench () ~PythonBaseWorkbench () void appendMenu (const std::list< std::string > &menu, const std::list< std::string > &items) const Appends a new menu. More... void removeMenu (const std::string &menu) const Removes a menu. More... void appendContextMenu (const std::list< std::string > &menu, const std::list< std::string > &items) const Appends new context menu items. More... void removeContextMenu (const std::string &menu) const Removes a context menu. More... void setupContextMenu (const char *recipient, MenuItem *) const Sets up the contextmenu for this workbench. More... void clearContextMenu () void appendToolbar (const std::string &bar, const std::list< std::string > &items) const Appends a new toolbar. More... void removeToolbar (const std::string &bar) const Removes a toolbar. More... void appendCommandbar (const std::string &bar, const std::list< std::string > &items) const Appends a new command bar. More... void removeCommandbar (const std::string &bar) const Removes a command bar. More... Public Member Functions inherited from Gui::Workbench bool activate () Activates the workbench and adds/removes GUI elements. More... virtual void activated () Run some actions when the workbench gets activated. More... void addTaskWatcher (const std::vector< Gui::TaskView::TaskWatcher * > &Watcher) helper to add TaskWatcher to the TaskView More... virtual void createMainWindowPopupMenu ( MenuItem *) const Sets up the contextmenu for the main window for this workbench. More... virtual void deactivated () Run some actions when the workbench gets deactivated. More... std::list< std::pair< std::string, std::list< std::string > > > getToolbarItems () const Shows a list of all toolbars and their commands. More... std::list< std::string > listCommandbars () const std::list< std::string > listMenus () const std::list< std::string > listToolbars () const std::string name () const Returns the name of the workbench object. More... void removeTaskWatcher (void) remove the added TaskWatcher More... void retranslate () const Translates the window titles of all menus, toolbars and dock windows. More... void setName (const std::string &) Set the name to the workbench object. More... Workbench () Constructs a workbench object. More... virtual ~Workbench () Public Member Functions inherited from Base::BaseClass BaseClass () Construction. More... virtual Type getTypeId (void) const bool isDerivedFrom (const Type type ) const virtual void setPyObject ( PyObject *) virtual ~BaseClass () Destruction. More... Additional Inherited Members Static Public Member Functions inherited from Gui::Workbench static void createLinkMenu ( MenuItem *) Static Public Member Functions inherited from Base::BaseClass static void * create (void) static Type getClassTypeId (void) static void init (void) Protected Member Functions inherited from Gui::PythonBaseWorkbench MenuItem * setupMenuBar () const Returns a MenuItem tree structure of menus for this workbench. More... ToolBarItem * setupToolBars () const Returns a ToolBarItem tree structure of toolbars for this workbench. More... ToolBarItem * setupCommandBars () const Returns a ToolBarItem tree structure of command bars for this workbench. More... DockWindowItems * setupDockWindows () const Returns a DockWindowItems structure of dock windows this workbench. More... Static Protected Member Functions inherited from Base::BaseClass static void initSubclass ( Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Constructor & Destructor Documentation β—† PythonBlankWorkbench() PythonBlankWorkbench::PythonBlankWorkbench ( ) β—† ~PythonBlankWorkbench() PythonBlankWorkbench::~PythonBlankWorkbench ( ) The documentation for this class was generated from the following files: src/Gui/Workbench.h src/Gui/Workbench.cpp 1.8.17
=========================================================================================================================================== Index Modules Hierarchy Alphabetical list Gui PythonDebugStdout Gui::PythonDebugStdout Member List This is the complete list of members for Gui::PythonDebugStdout , including all inherited members. flush (const Py::Tuple &) Gui::PythonDebugStdout init_type (void) Gui::PythonDebugStdout static PythonDebugStdout () Gui::PythonDebugStdout repr () Gui::PythonDebugStdout write (const Py::Tuple &) Gui::PythonDebugStdout ~PythonDebugStdout () Gui::PythonDebugStdout 1.8.17
========================================================================================================================== Index Modules Hierarchy Alphabetical list Start Module List of all members | Public Member Functions Start::Module Class Reference Public Member Functions Module () virtual ~Module () Constructor & Destructor Documentation β—† Module() Start::Module::Module ( ) β—† ~Module() virtual Start::Module::~Module ( ) virtual The documentation for this class was generated from the following file: src/Mod/Start/App/AppStart.cpp 1.8.17
================================================================================================================================== Index Modules Hierarchy Alphabetical list Part ArcOfCircle2dPy List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions Part::ArcOfCircle2dPy Class Reference The python export class for Geom2dArcOfCircle . More... #include <ArcOfCircle2dPy.h> Public Types typedef Geom2dArcOfCircle * PointerType Public Types inherited from Part::ArcOfConic2dPy typedef Geom2dArcOfConic * PointerType Public Types inherited from Part::Curve2dPy typedef Geom2dCurve * PointerType Public Types inherited from Part::Geometry2dPy typedef Geometry2d * PointerType Public Types inherited from Base::PyObjectBase typedef void * PointerType enum Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } Public Member Functions ArcOfCircle2dPy ( Geom2dArcOfCircle *pcObject, PyTypeObject *T=& Type ) virtual PyTypeObject * GetType (void) virtual int PyInit ( PyObject *args, PyObject *k) PyInit method Override this method to initialize a newly created instance of the class (Constructor) More... std::string representation (void) const Public Member Functions inherited from Part::ArcOfConic2dPy ArcOfConic2dPy ( Geom2dArcOfConic *pcObject, PyTypeObject *T=& Type ) std::string representation (void) const Py::Object getLocation (void) const getter for the Location attribute More... void setLocation (Py::Object arg) setter for the Location attribute More... Py::Float getEccentricity (void) const getter for the Eccentricity attribute More... Py::Object getXAxis (void) const getter for the XAxis attribute More... void setXAxis (Py::Object arg) setter for the XAxis attribute More... Py::Object getYAxis (void) const getter for the YAxis attribute More... void setYAxis (Py::Object arg) setter for the YAxis attribute More... PyObject * getCustomAttributes (const char *attr) const getter method for special attributes (e.g. dynamic ones) More... int setCustomAttributes (const char *attr, PyObject *obj) setter for special attributes (e.g. More... Geom2dArcOfConic * getGeom2dArcOfConicPtr (void) const getter for the object handled by this class More... Public Member Functions inherited from Part::Curve2dPy Curve2dPy ( Geom2dCurve *pcObject, PyTypeObject *T=& Type ) std::string representation (void) const PyObject * reverse ( PyObject *args) implementer for the reverse() method More... PyObject * toShape ( PyObject *args) implementer for the toShape() method More... PyObject * discretize ( PyObject *args, PyObject *kwd) implementer for the discretize() method More... PyObject * length ( PyObject *args) implementer for the length() method More... PyObject * parameterAtDistance ( PyObject *args) implementer for the parameterAtDistance() method More... PyObject * value ( PyObject *args) implementer for the value() method More... PyObject * tangent ( PyObject *args) implementer for the tangent() method More... PyObject * parameter ( PyObject *args) implementer for the parameter() method More... PyObject * normal ( PyObject *args) implementer for the normal() method More... PyObject * curvature ( PyObject *args) implementer for the curvature() method More... PyObject * centerOfCurvature ( PyObject *args) implementer for the centerOfCurvature() method More... PyObject * intersectCC ( PyObject *args) implementer for the intersectCC() method More... PyObject * toBSpline ( PyObject *args) implementer for the toBSpline() method More... PyObject * approximateBSpline ( PyObject *args) implementer for the approximateBSpline() method More... Py::String getContinuity (void) const getter for the Continuity attribute More... Py::Boolean getClosed (void) const getter for the Closed attribute More... Py::Boolean getPeriodic (void) const getter for the Periodic attribute More... Py::Float getFirstParameter (void) const getter for the FirstParameter attribute More... Py::Float getLastParameter (void) const getter for the LastParameter attribute More... PyObject * getCustomAttributes (const char *attr) const getter method for special attributes (e.g. dynamic ones) More... int setCustomAttributes (const char *attr, PyObject *obj) setter for special attributes (e.g. More... Geom2dCurve * getGeom2dCurvePtr (void) const getter for the object handled by this class More... Public Member Functions inherited from Part::Geometry2dPy Geometry2dPy ( Geometry2d *pcObject, PyTypeObject *T=& Type ) std::string representation (void) const PyObject * getCustomAttributes (const char *attr) const getter method for special attributes (e.g. dynamic ones) More... int setCustomAttributes (const char *attr, PyObject *obj) setter for special attributes (e.g. More... Geometry2d * getGeometry2dPtr (void) const getter for the object handled by this class More... PyObject * mirror ( PyObject *args) implementer for the mirror() method More... PyObject * rotate ( PyObject *args) implementer for the rotate() method More... PyObject * scale ( PyObject *args) implementer for the scale() method More... PyObject * transform ( PyObject *args) implementer for the transform() method More... PyObject * translate ( PyObject *args) implementer for the translate() method More... PyObject * copy ( PyObject *args) implementer for the copy() method More... Public Member Functions inherited from Base::PyObjectBase PyObjectBase * DecRef (void) decref method wrapper (see python extending manual) More... PyObjectBase * IncRef (void) incref method wrapper (see python extending manual) More... bool isConst () bool isNotTracking () const bool isValid () PyObjectBase (void *, PyTypeObject *T) Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject . More... void setConst () void setInvalid () void setNotTracking ( bool on=true) void setShouldNotify ( bool on) bool shouldNotify () const void startNotify () Static Public Member Functions static PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) Static Public Member Functions inherited from Part::ArcOfConic2dPy static PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) static PyObject * staticCallback_getLocation ( PyObject *self, void *closure) getter callback for the Location attribute More... static int staticCallback_setLocation ( PyObject *self, PyObject * value , void *closure) setter callback for the Location attribute More... static PyObject * staticCallback_getEccentricity ( PyObject *self, void *closure) getter callback for the Eccentricity attribute More... static int staticCallback_setEccentricity ( PyObject *self, PyObject * value , void *closure) setter callback for the Eccentricity attribute More... static PyObject * staticCallback_getXAxis ( PyObject *self, void *closure) getter callback for the XAxis attribute More... static int staticCallback_setXAxis ( PyObject *self, PyObject * value , void *closure) setter callback for the XAxis attribute More... static PyObject * staticCallback_getYAxis ( PyObject *self, void *closure) getter callback for the YAxis attribute More... static int staticCallback_setYAxis ( PyObject *self, PyObject * value , void *closure) setter callback for the YAxis attribute More... Static Public Member Functions inherited from Part::Curve2dPy static PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) static PyObject * staticCallback_reverse ( PyObject *self, PyObject *args) callback for the reverse() method More... static PyObject * staticCallback_toShape ( PyObject *self, PyObject *args) callback for the toShape() method More... static PyObject * staticCallback_discretize ( PyObject *self, PyObject *args, PyObject *kwd) callback for the discretize() method More... static PyObject * staticCallback_length ( PyObject *self, PyObject *args) callback for the length() method More... static PyObject * staticCallback_parameterAtDistance ( PyObject *self, PyObject *args) callback for the parameterAtDistance() method More... static PyObject * staticCallback_value ( PyObject *self, PyObject *args) callback for the value() method More... static PyObject * staticCallback_tangent ( PyObject *self, PyObject *args) callback for the tangent() method More... static PyObject * staticCallback_parameter ( PyObject *self, PyObject *args) callback for the parameter() method More... static PyObject * staticCallback_normal ( PyObject *self, PyObject *args) callback for the normal() method More... static PyObject * staticCallback_curvature ( PyObject *self, PyObject *args) callback for the curvature() method More... static PyObject * staticCallback_centerOfCurvature ( PyObject *self, PyObject *args) callback for the centerOfCurvature() method More... static PyObject * staticCallback_intersectCC ( PyObject *self, PyObject *args) callback for the intersectCC() method More... static PyObject * staticCallback_toBSpline ( PyObject *self, PyObject *args) callback for the toBSpline() method More... static PyObject * staticCallback_approximateBSpline ( PyObject *self, PyObject *args) callback for the approximateBSpline() method More... static PyObject * staticCallback_getContinuity ( PyObject *self, void *closure) getter callback for the Continuity attribute More... static int staticCallback_setContinuity ( PyObject *self, PyObject * value , void *closure) setter callback for the Continuity attribute More... static PyObject * staticCallback_getClosed ( PyObject *self, void *closure) getter callback for the Closed attribute More... static int staticCallback_setClosed ( PyObject *self, PyObject * value , void *closure) setter callback for the Closed attribute More... static PyObject * staticCallback_getPeriodic ( PyObject *self, void *closure) getter callback for the Periodic attribute More... static int staticCallback_setPeriodic ( PyObject *self, PyObject * value , void *closure) setter callback for the Periodic attribute More... static PyObject * staticCallback_getFirstParameter ( PyObject *self, void *closure) getter callback for the FirstParameter attribute More... static int staticCallback_setFirstParameter ( PyObject *self, PyObject * value , void *closure) setter callback for the FirstParameter attribute More... static PyObject * staticCallback_getLastParameter ( PyObject *self, void *closure) getter callback for the LastParameter attribute More... static int staticCallback_setLastParameter ( PyObject *self, PyObject * value , void *closure) setter callback for the LastParameter attribute More... Static Public Member Functions inherited from Part::Geometry2dPy static PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) static PyObject * staticCallback_mirror ( PyObject *self, PyObject *args) callback for the mirror() method More... static PyObject * staticCallback_rotate ( PyObject *self, PyObject *args) callback for the rotate() method More... static PyObject * staticCallback_scale ( PyObject *self, PyObject *args) callback for the scale() method More... static PyObject * staticCallback_transform ( PyObject *self, PyObject *args) callback for the transform() method More... static PyObject * staticCallback_translate ( PyObject *self, PyObject *args) callback for the translate() method More... static PyObject * staticCallback_copy ( PyObject *self, PyObject *args) callback for the copy() method More... Static Public Member Functions inherited from Base::PyObjectBase static void PyDestructor ( PyObject *P) Wrapper for the Python destructor. More... Static Public Attributes static PyGetSetDef GetterSetter [] Attribute structure of ArcOfCircle2dPy . More... static PyMethodDef Methods [] Methods structure of ArcOfCircle2dPy . More... static PyTypeObject Type Type structure of ArcOfCircle2dPy . More... Static Public Attributes inherited from Part::ArcOfConic2dPy static PyGetSetDef GetterSetter [] Attribute structure of ArcOfConic2dPy . More... static PyMethodDef Methods [] Methods structure of ArcOfConic2dPy . More... static PyTypeObject Type Type structure of ArcOfConic2dPy . More... Static Public Attributes inherited from Part::Curve2dPy static PyGetSetDef GetterSetter [] Attribute structure of Curve2dPy . More... static PyMethodDef Methods [] Methods structure of Curve2dPy . More... static PyTypeObject Type Type structure of Curve2dPy . More... Static Public Attributes inherited from Part::Geometry2dPy static PyGetSetDef GetterSetter [] Attribute structure of Geometry2dPy . More... static PyMethodDef Methods [] Methods structure of Geometry2dPy . More... static PyTypeObject Type Type structure of Geometry2dPy . More... Static Public Attributes inherited from Base::PyObjectBase static PyMethodDef Methods [] static PyTypeObject Type Py_Header struct from python.h. More... Protected Member Functions ~ArcOfCircle2dPy () Protected Member Functions inherited from Part::ArcOfConic2dPy ~ArcOfConic2dPy () Protected Member Functions inherited from Part::Curve2dPy ~Curve2dPy () Protected Member Functions inherited from Part::Geometry2dPy ~Geometry2dPy () Protected Member Functions inherited from Base::PyObjectBase virtual ~PyObjectBase () destructor More... callbacks and implementers for the python object attributes Py::Float getRadius (void) const getter for the Radius attribute More... void setRadius (Py::Float arg) setter for the Radius attribute More... Py::Object getCircle (void) const getter for the Circle attribute More... PyObject * getCustomAttributes (const char *attr) const getter method for special attributes (e.g. dynamic ones) More... int setCustomAttributes (const char *attr, PyObject *obj) setter for special attributes (e.g. More... Geom2dArcOfCircle * getGeom2dArcOfCirclePtr (void) const getter for the object handled by this class More... static PyObject * staticCallback_getRadius ( PyObject *self, void *closure) getter callback for the Radius attribute More... static int staticCallback_setRadius ( PyObject *self, PyObject * value , void *closure) setter callback for the Radius attribute More... static PyObject * staticCallback_getCircle ( PyObject *self, void *closure) getter callback for the Circle attribute More... static int staticCallback_setCircle ( PyObject *self, PyObject * value , void *closure) setter callback for the Circle attribute More... Additional Inherited Members Protected Attributes inherited from Base::PyObjectBase std::bitset< 32 > StatusBits Detailed Description The python export class for Geom2dArcOfCircle . Member Typedef Documentation β—† PointerType typedef Geom2dArcOfCircle * Part::ArcOfCircle2dPy::PointerType Constructor & Destructor Documentation β—† ~ArcOfCircle2dPy() ArcOfCircle2dPy::~ArcOfCircle2dPy ( ) protected β—† ArcOfCircle2dPy() ArcOfCircle2dPy::ArcOfCircle2dPy ( Geom2dArcOfCircle * pcObject , PyTypeObject * T = & Type ) Referenced by PyMake() . Member Function Documentation β—† getCircle() Py::Object ArcOfCircle2dPy::getCircle ( void ) const getter for the Circle attribute References Part::ArcOfConic2dPy::getGeom2dArcOfConicPtr() . Referenced by staticCallback_getCircle() . β—† getCustomAttributes() PyObject * ArcOfCircle2dPy::getCustomAttributes ( const char * attr ) const getter method for special attributes (e.g. dynamic ones) β—† getGeom2dArcOfCirclePtr() Geom2dArcOfCircle * ArcOfCircle2dPy::getGeom2dArcOfCirclePtr ( void ) const getter for the object handled by this class Referenced by getRadius() , PyInit() , and setRadius() . β—† getRadius() Py::Float ArcOfCircle2dPy::getRadius ( void ) const getter for the Radius attribute References getGeom2dArcOfCirclePtr() . Referenced by staticCallback_getRadius() . β—† GetType() virtual PyTypeObject* Part::ArcOfCircle2dPy::GetType ( void ) virtual Reimplemented from Part::ArcOfConic2dPy . β—† PyInit() int ArcOfCircle2dPy::PyInit ( PyObject * , PyObject * ) virtual PyInit method Override this method to initialize a newly created instance of the class (Constructor) Reimplemented from Part::ArcOfConic2dPy . References getGeom2dArcOfCirclePtr() , Part::PartExceptionOCCError , Part::Geom2dArcOfCircle::setHandle() , and Part::Circle2dPy::Type . β—† PyMake() PyObject * ArcOfCircle2dPy::PyMake ( struct _typeobject * , PyObject * , PyObject * ) static References ArcOfCircle2dPy() . β—† representation() std::string ArcOfCircle2dPy::representation ( void ) const Referenced by config_control_design.pcurve::wr1() , config_control_design.degenerate_pcurve::wr1() , automotive_design.motion_link_relationship::wr1() , automotive_design.pcurve::wr1() , automotive_design.degenerate_pcurve::wr1() , config_control_design.pcurve::wr2() , config_control_design.degenerate_pcurve::wr2() , automotive_design.pcurve::wr2() , and automotive_design.degenerate_pcurve::wr2() . β—† setCustomAttributes() int ArcOfCircle2dPy::setCustomAttributes ( const char * attr , PyObject * obj ) setter for special attributes (e.g. dynamic ones) Output: Success=1, Failure=-1, Ignore=0 β—† setRadius() void ArcOfCircle2dPy::setRadius ( Py::Float arg ) setter for the Radius attribute References getGeom2dArcOfCirclePtr() , and Part::Geom2dArcOfCircle::setRadius() . Referenced by staticCallback_setRadius() . β—† staticCallback_getCircle() PyObject * ArcOfCircle2dPy::staticCallback_getCircle ( PyObject * self , void * closure ) static getter callback for the Circle attribute References Base::BaseExceptionFreeCADError , getCircle() , Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_getRadius() PyObject * ArcOfCircle2dPy::staticCallback_getRadius ( PyObject * self , void * closure ) static getter callback for the Radius attribute References Base::BaseExceptionFreeCADError , getRadius() , Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_setCircle() int ArcOfCircle2dPy::staticCallback_setCircle ( PyObject * self , PyObject * value , void * closure ) static setter callback for the Circle attribute References Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_setRadius() int ArcOfCircle2dPy::staticCallback_setRadius ( PyObject * self , PyObject * value , void * closure ) static setter callback for the Radius attribute References Base::BaseExceptionFreeCADError , Base::PyObjectBase::isConst() , Base::PyObjectBase::isValid() , Base::PyObjectBase::PyObjectBase() , and setRadius() . Member Data Documentation β—† GetterSetter PyGetSetDef ArcOfCircle2dPy::GetterSetter static Initial value: = { { "Radius" , (getter) staticCallback_getRadius , (setter) staticCallback_setRadius , "The radius of the circle." , NULL }, { "Circle" , (getter) staticCallback_getCircle , (setter) staticCallback_setCircle , "The internal circle representation" , NULL }, {NULL, NULL, NULL, NULL, NULL} } Attribute structure of ArcOfCircle2dPy . β—† Methods PyMethodDef ArcOfCircle2dPy::Methods static Initial value: = { {NULL, NULL, 0, NULL} } Methods structure of ArcOfCircle2dPy . β—† Type PyTypeObject ArcOfCircle2dPy::Type static Type structure of ArcOfCircle2dPy . Referenced by ArchPanel.CommandPanelSheet::Activated() , ArchStructure.StructSelectionObserver::addSelection() , ArchSite.Compass::buildCoordinates() , ArchSchedule.CommandArchSchedule::IsActive() , and ArchAxis.CommandArchGrid::IsActive() . The documentation for this class was generated from the following files: build/webdoc/src/Mod/Part/App/Geom2d/ArcOfCircle2dPy.h src/Mod/Part/App/Geom2d/ArcOfCircle2dPyImp.cpp build/webdoc/src/Mod/Part/App/Geom2d/ArcOfCircle2dPy.cpp Part::ArcOfCircle2dPy::staticCallback_getCircle static PyObject * staticCallback_getCircle(PyObject *self, void *closure) getter callback for the Circle attribute Definition: ArcOfCircle2dPy.cpp:149 Part::ArcOfCircle2dPy::staticCallback_getRadius static PyObject * staticCallback_getRadius(PyObject *self, void *closure) getter callback for the Radius attribute Definition: ArcOfCircle2dPy.cpp:105 Part::ArcOfCircle2dPy::staticCallback_setCircle static int staticCallback_setCircle(PyObject *self, PyObject *value, void *closure) setter callback for the Circle attribute Definition: ArcOfCircle2dPy.cpp:167 Part::ArcOfCircle2dPy::staticCallback_setRadius static int staticCallback_setRadius(PyObject *self, PyObject *value, void *closure) setter callback for the Radius attribute Definition: ArcOfCircle2dPy.cpp:123 1.8.17
=============================================================================================================================================================== Index Modules Hierarchy Alphabetical list automotive_design one_direction_repeat_factor List of all members | Public Member Functions | Public Attributes automotive_design.one_direction_repeat_factor Class Reference Public Member Functions def repeat_factor () Public Member Functions inherited from automotive_design.geometric_representation_item def dim () def wr1 (self) Public Member Functions inherited from automotive_design.representation_item def name () Public Attributes repeat_factor Public Attributes inherited from automotive_design.representation_item name Detailed Description Entity one_direction_repeat_factor definition. :param repeat_factor :type repeat_factor:vector Member Function Documentation β—† repeat_factor() def automotive_design.one_direction_repeat_factor.repeat_factor ( ) References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.one_direction_repeat_factor._repeat_factor, automotive_design.one_direction_repeat_factor._repeat_factor, and automotive_design.one_direction_repeat_factor.repeat_factor . Member Data Documentation β—† repeat_factor automotive_design.one_direction_repeat_factor.repeat_factor Referenced by automotive_design.one_direction_repeat_factor.repeat_factor() . The documentation for this class was generated from the following file: src/Mod/Import/App/automotive_design.py 1.8.17
======================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifchumidifiertypeenum List of all members ifc4.ifchumidifiertypeenum Class Reference Additional Inherited Members Public Member Functions inherited from SCL.ConstructedDataTypes.ENUMERATION def get_enum_ids (self) The documentation for this class was generated from the following file: src/Mod/Import/App/ifc4.py 1.8.17
================================================================================================================================================================ Index Modules Hierarchy Alphabetical list automotive_design positive_plane_angle_measure List of all members | Public Member Functions automotive_design.positive_plane_angle_measure Class Reference Public Member Functions def wr1 (self) Member Function Documentation β—† wr1() def automotive_design.positive_plane_angle_measure.wr1 ( self ) The documentation for this class was generated from the following file: src/Mod/Import/App/automotive_design.py 1.8.17
============================================================================================================================================================ Index Modules Hierarchy Alphabetical list femsolver calculix tasks Results femsolver.calculix.tasks.Results Member List This is the complete list of members for femsolver.calculix.tasks.Results , including all inherited members. abort (self) femsolver.task.Task aborted (self) femsolver.task.Task analysis (self) femsolver.run.BaseTask clearStatus (self) femsolver.task.Task directory femsolver.run.BaseTask fail (self) femsolver.task.Task failed (self) femsolver.task.Task join (self) femsolver.task.Thread load_results_ccxdat (self) femsolver.calculix.tasks.Results load_results_ccxfrd (self) femsolver.calculix.tasks.Results protector (self) femsolver.task.Task purge_results (self) femsolver.calculix.tasks.Results pushStatus (self, line) femsolver.task.Task report femsolver.task.Task run (self) femsolver.calculix.tasks.Results running femsolver.task.Task signalAbort femsolver.task.Task signalStarted femsolver.task.Task signalStarting femsolver.task.Task signalStatus femsolver.task.Task signalStatusCleared femsolver.task.Task signalStopped femsolver.task.Task signalStopping femsolver.task.Task solver femsolver.run.BaseTask start (self) femsolver.task.Thread startTime femsolver.task.Task status (self) femsolver.task.Task stopTime femsolver.task.Task testmode femsolver.run.BaseTask time (self) femsolver.task.Task 1.8.17
=================================================================================================================================================== Index Modules Hierarchy Alphabetical list DraftTools Draft_Snap_Perpendicular List of all members | Public Member Functions DraftTools.Draft_Snap_Perpendicular Class Reference Public Member Functions def Activated (self) def GetResources (self) Member Function Documentation β—† Activated() def DraftTools.Draft_Snap_Perpendicular.Activated ( self ) β—† GetResources() def DraftTools.Draft_Snap_Perpendicular.GetResources ( self ) The documentation for this class was generated from the following file: src/Mod/Draft/DraftTools.py 1.8.13
====================================================================================================================================== Index Modules Hierarchy Alphabetical list PartDesign AdditiveWedge List of all members PartDesign::AdditiveWedge Class Reference #include <FeaturePrimitive.h> Additional Inherited Members Public Types inherited from PartDesign::FeaturePrimitive enum Type { Box =0, Cylinder , Sphere , Cone , Ellipsoid , Torus , Prism , Wedge } Public Types inherited from PartDesign::FeatureAddSub enum Type { Additive = 0, Subtractive } Public Types inherited from App::GeoFeature enum ElementNameType { Normal =0, Import =1, Export =2 } Specify the type of element name to return when calling getElementName() More... Public Types inherited from App::DocumentObject enum GSReason { GS_DEFAULT , GS_SELECT } reason of calling getSubObjects() More... enum OutListOption { OutListNoExpression = 1, OutListNoHidden = 2, OutListNoXLinked = 4 } DAG handling This part of the interface deals with viewing the document as a DAG (directed acyclic graph). More... Public Types inherited from App::ExtensionContainer typedef std::map< Base::Type , App::Extension * >::iterator ExtensionIterator Public Member Functions inherited from PartDesign::Wedge Wedge () App::DocumentObjectExecReturn * execute (void) recalculate the Feature More... short mustExecute () const mustExecute We call this method to check if the object was modified to be invoked. More... Public Member Functions inherited from PartDesign::FeaturePrimitive FeaturePrimitive () Type getPrimitiveType () virtual PyObject * getPyObject () override getPyObject returns the Python binding object More... virtual const char * getViewProviderName (void) const override returns the type name of the ViewProvider More... virtual void onChanged (const App::Property *prop) override get called by the container when a property was changed More... Public Member Functions inherited from PartDesign::FeatureAddSub FeatureAddSub () Type getAddSubType () Public Member Functions inherited from PartDesign::Feature Feature () virtual Part::Feature * getBaseObject ( bool silent=false) const Returns the BaseFeature property's object (if any) More... virtual const TopoDS_Shape & getBaseShape () const Returns the BaseFeature property's shape (if any) More... Part::TopoShape getBaseTopoShape ( bool silent=false) const Returns the BaseFeature property's TopoShape (if any) More... Body * getFeatureBody () const Returns the body the feature is in, or none. More... Public Member Functions inherited from Part::Feature Feature (void) Constructor. More... virtual ~Feature () virtual const App::PropertyComplexGeoData * getPropertyOfGeometry () const override This method returns the main property of a geometric object that holds the actual geometry. More... TopLoc_Location getLocation () const virtual DocumentObject * getSubObject (const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const override Get the sub element/object by name. More... Public Member Functions inherited from App::GeoFeature GeoFeature (void) Constructor. More... virtual std::pair< std::string, std::string > getElementName (const char *name, ElementNameType type = Normal ) const Return the new and old style sub-element name. More... Base::Placement globalPlacement () const Calculates the placement in the global reference coordinate system. More... virtual void transformPlacement (const Base::Placement &transform) transformPlacement applies transform to placement of this shape. More... virtual ~GeoFeature () Public Member Functions inherited from App::DocumentObject virtual App::Property * addDynamicProperty (const char * type , const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override virtual bool adjustRelativeLinks (const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0) Called to adjust link properties to avoid cyclic links. More... virtual bool allowDuplicateLabel () const virtual bool canLinkProperties () const virtual int canLoadPartial () const allow partial loading of dependent objects More... void clearOutListCache () const clear internal out list cache More... virtual const char * detachFromDocument () override DocumentObject (void) Constructor. More... void enforceRecompute () Enforce this document object to be recomputed. More... App::Document * getDocument (void) const gets the document in which this Object is handled More... std::string getExportName ( bool forced=false) const returns the name that is safe to be exported to other document More... virtual const PropertyExpressionEngine::ExpressionInfo getExpression (const ObjectIdentifier &path) const virtual std::string getFullName () const override Return the object full name of the form DocName::ObjName. More... DocumentObjectGroup * getGroup () const get group if object is part of a group, otherwise 0 is returned More... long getID () const Return the object ID that is unique within its owner document. More... const std::vector< App::DocumentObject * > & getInList (void) const std::set< App::DocumentObject * > getInListEx ( bool recursive) const Return a set of all objects linking to this object, including possible external parent objects. More... void getInListEx (std::set< App::DocumentObject * > &inSet, bool recursive, std::vector< App::DocumentObject * > *inList=0) const Get a set of all objects linking to this object, including possible external parent objects. More... std::vector< App::DocumentObject * > getInListRecursive (void) const get all objects link directly or indirectly to this object More... virtual DocumentObject * getLinkedObject ( bool recurse=true, Base::Matrix4D *mat=0, bool transform=false, int depth=0) const Return the linked object with optional transformation. More... const char * getNameInDocument (void) const returns the name which is set in the document for this object (not the name property!) More... const std::string & getOldLabel () const const std::vector< App::DocumentObject * > & getOutList () const returns a list of objects this object is pointing to by Links More... std::vector< App::DocumentObject * > getOutList (int option) const void getOutList (int option, std::vector< App::DocumentObject * > &res) const std::vector< App::DocumentObject * > getOutListOfProperty ( App::Property *) const returns a list of objects linked by the property More... std::vector< App::DocumentObject * > getOutListRecursive (void) const returns a list of objects this object is pointing to by Links and all further descended More... std::vector< std::pair< App::DocumentObject *, std::string > > getParents (int depth=0) const Obtain top parents and subnames of this object using its InList. More... std::vector< std::list< App::DocumentObject * > > getPathsByOutList ( App::DocumentObject *to) const get all possible paths from this to another object following the OutList More... unsigned long getStatus () const return the status bits More... const char * getStatusString (void) const get the status Message More... std::vector< DocumentObject * > getSubObjectList (const char *subname) const Return a list of objects referenced by a given subname including this object. More... virtual std::vector< std::string > getSubObjects (int reason=0) const Return name reference of all sub-objects. More... virtual const char * getViewProviderNameOverride () const This function is introduced to allow Python feature override its view provider. More... const char * getViewProviderNameStored () const virtual bool hasChildElement () const return true to activate tree view group object handling and element visibility More... virtual bool isAttachedToDocument () const override virtual int isElementVisible (const char *element) const Get sub-element visibility. More... bool isError (void) const set this feature to error More... int isExporting () const bool isInInList ( DocumentObject *objToTest) const test if this object is directly (non recursive) in the InList More... bool isInInListRecursive ( DocumentObject *objToTest) const test if this object is in the InList and recursive further down More... bool isInOutList ( DocumentObject *objToTest) const test if this object is directly (non recursive) in the OutList More... bool isInOutListRecursive ( DocumentObject *objToTest) const test if the given object is in the OutList and recursive further down More... bool isRecomputing () const returns true if this objects is currently recomputing More... bool isRemoving () const returns true if this objects is currently removed from the document More... bool isRestoring () const returns true if this objects is currently restoring from file More... bool isTouched (void) const test if this document object is touched More... bool isValid (void) const bool mustRecompute (void) const Test if this document object must be recomputed. More... virtual void onBeforeChangeLabel (std::string &newLabel) virtual void onLostLinkToObject ( DocumentObject *) Called in case of losing a link Get called by the document when a object got deleted a link property of this object ist pointing to. More... virtual void onUpdateElementReference (const Property *) void purgeError (void) remove the error from the object More... void purgeTouched (void) reset this document object touched More... bool recomputeFeature ( bool recursive=false) Recompute only this feature. More... virtual bool redirectSubName (std::ostringstream &ss, DocumentObject *topParent, DocumentObject *child) const Allow object to redirect a subname path. More... virtual bool removeDynamicProperty (const char *prop) override virtual void renameObjectIdentifiers (const std::map< App::ObjectIdentifier , App::ObjectIdentifier > &paths) App::DocumentObject * resolve (const char *subname, App::DocumentObject **parent=0, std::string *childName=0, const char **subElement=0, PyObject **pyObj=0, Base::Matrix4D *mat=0, bool transform=true, int depth=0) const Resolve the last document object referenced in the subname. More... App::DocumentObject * resolveRelativeLink (std::string &subname, App::DocumentObject *&link, std::string &linkSub) const Resolve a link reference that is relative to this object reference. More... virtual void Save ( Base::Writer &writer) const override This method is used to save properties to an XML document. More... virtual int setElementVisible (const char *element, bool visible) Child element handling. More... virtual void setExpression (const ObjectIdentifier &path, boost::shared_ptr< App::Expression > expr) void setStatus ( ObjectStatus pos, bool on) bool testIfLinkDAGCompatible ( App::PropertyLinkSub &linkTo) const bool testIfLinkDAGCompatible ( App::PropertyLinkSubList &linksTo) const bool testIfLinkDAGCompatible (const std::vector< DocumentObject * > &linksTo) const bool testIfLinkDAGCompatible ( DocumentObject *linkTo) const testIfLinkIsDAG tests a link that is about to be created for circular references. More... bool testStatus ( ObjectStatus pos) const void touch ( bool noRecompute=false) Set the property touched -> changed, cause recomputation in Update() More... virtual ~DocumentObject () Public Member Functions inherited from App::TransactionalObject TransactionalObject (void) Constructor. More... virtual ~TransactionalObject () Public Member Functions inherited from App::ExtensionContainer ExtensionIterator extensionBegin () ExtensionContainer () ExtensionIterator extensionEnd () App::Extension * getExtension ( Base::Type , bool derived=true, bool no_except=false) const App::Extension * getExtension (const std::string &name) const template<typename ExtensionT > ExtensionT * getExtensionByType ( bool no_except=false, bool derived=true) const std::vector< Extension * > getExtensionsDerivedFrom ( Base::Type type ) const template<typename ExtensionT > std::vector< ExtensionT * > getExtensionsDerivedFromType () const bool hasExtension ( Base::Type , bool derived=true) const bool hasExtension (const std::string &name) const bool hasExtensions () const void registerExtension ( Base::Type extension, App::Extension *ext) virtual ~ExtensionContainer () virtual Property * getPropertyByName (const char *name) const override find a property by its name More... virtual const char * getPropertyName (const Property *prop) const override get the name of a property More... virtual void getPropertyMap (std::map< std::string, Property * > &Map) const override get all properties of the class (including properties of the parent) More... virtual void getPropertyList (std::vector< Property * > &List) const override get all properties of the class (including properties of the parent) More... virtual short getPropertyType (const Property *prop) const override get the Type of a Property More... virtual short getPropertyType (const char *name) const override get the Type of a named Property More... virtual const char * getPropertyGroup (const Property *prop) const override get the Group of a Property More... virtual const char * getPropertyGroup (const char *name) const override get the Group of a named Property More... virtual const char * getPropertyDocumentation (const Property *prop) const override get the Group of a Property More... virtual const char * getPropertyDocumentation (const char *name) const override get the Group of a named Property More... virtual void Restore ( Base::XMLReader &reader) override This method is used to restore properties from an XML document. More... void saveExtensions ( Base::Writer &writer) const void restoreExtensions ( Base::XMLReader &reader) Public Member Functions inherited from App::PropertyContainer virtual App::Property * getDynamicPropertyByName (const char *name) const DynamicProperty::PropData getDynamicPropertyData (const Property *prop) const virtual std::vector< std::string > getDynamicPropertyNames () const virtual unsigned int getMemSize (void) const This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB? More... const char * getPropertyPrefix () const bool isHidden (const char *name) const check if the named property is hidden More... bool isHidden (const Property *prop) const check if the property is hidden More... bool isReadOnly (const char *name) const check if the named property is read-only More... bool isReadOnly (const Property *prop) const check if the property is read-only More... PropertyContainer () A constructor. More... void setPropertyPrefix (const char *prefix) void setPropertyStatus (unsigned char bit, bool value) set the Status bit of all properties at once More... virtual ~PropertyContainer () A destructor. More... Public Member Functions inherited from Base::Persistence void dumpToStream (std::ostream &stream, int compression) virtual Base::Type getTypeId (void) const virtual void RestoreDocFile ( Reader &) This method is used to restore large amounts of data from a file In this method you simply stream in your SaveDocFile() saved data. More... void restoreFromStream (std::istream &stream) virtual void SaveDocFile ( Writer &) const This method is used to save large amounts of data to a binary file. More... Public Member Functions inherited from Base::BaseClass BaseClass () Construction. More... bool isDerivedFrom (const Type type ) const virtual void setPyObject ( PyObject *) virtual ~BaseClass () Destruction. More... Public Member Functions inherited from Part::AttachExtension Attacher::AttachEngine & attacher (void) const AttachExtension () bool changeAttacherType (const char *typeName) changeAttacherType More... virtual App::DocumentObjectExecReturn * extensionExecute (void) virtual short int extensionMustExecute (void) virtual PyObject * getExtensionPyObject (void) bool isAttacherActive () const Return whether this attacher is active. More... virtual bool isTouched_Mapping () virtual void onExtendedDocumentRestored () get called after a document has been fully restored More... virtual bool positionBySupport (void) calculate and update the Placement property based on the Support, and mode. More... virtual void setAttacher ( Attacher::AttachEngine * attacher ) setAttacher sets the AttachEngine object. More... void updateAttacherVals () virtual ~AttachExtension () Public Member Functions inherited from App::DocumentObjectExtension DocumentObjectExtension () virtual bool extensionGetLinkedObject ( DocumentObject *&ret, bool recursive, Base::Matrix4D *mat, bool transform, int depth) const Get the linked object. More... virtual bool extensionGetSubObject ( DocumentObject *&ret, const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const Get the sub object by name. More... virtual bool extensionGetSubObjects (std::vector< std::string > &ret, int reason) const Get name references of all sub objects. More... virtual bool extensionHasChildElement () const virtual int extensionIsElementVisible (const char *) virtual int extensionSetElementVisible (const char *, bool ) App::DocumentObject * getExtendedObject () const App::DocumentObject * getExtendedObject () const virtual const char * getViewProviderExtensionName (void) const returns the type name of the ViewProviderExtension which is automatically attached to the viewprovider object when it is initiated More... virtual void onExtendedSettingDocument () get called after setting the document More... virtual void onExtendedSetupObject () get called after a brand new object was created More... virtual void onExtendedUnsetupObject () get called when object is going to be removed from the document More... virtual ~DocumentObjectExtension () Public Member Functions inherited from App::Extension Extension () App::ExtensionContainer * getExtendedContainer () const App::ExtensionContainer * getExtendedContainer () const virtual void initExtension ( App::ExtensionContainer *obj) bool isPythonExtension () std::string name () const virtual ~Extension () virtual Property * extensionGetPropertyByName (const char * name ) const find a property by its name More... virtual const char * extensionGetPropertyName (const Property *prop) const get the name of a property More... virtual void extensionGetPropertyMap (std::map< std::string, Property * > &Map) const get all properties of the class (including properties of the parent) More... virtual void extensionGetPropertyList (std::vector< Property * > &List) const get all properties of the class (including properties of the parent) More... virtual short extensionGetPropertyType (const Property *prop) const get the Type of a Property More... virtual short extensionGetPropertyType (const char * name ) const get the Type of a named Property More... virtual const char * extensionGetPropertyGroup (const Property *prop) const get the Group of a Property More... virtual const char * extensionGetPropertyGroup (const char * name ) const get the Group of a named Property More... virtual const char * extensionGetPropertyDocumentation (const Property *prop) const get the Group of a Property More... virtual const char * extensionGetPropertyDocumentation (const char * name ) const get the Group of a named Property More... virtual void extensionSave ( Base::Writer &) const virtual void extensionRestore ( Base::XMLReader &) bool extensionIsDerivedFrom (const Base::Type type ) const Static Public Member Functions inherited from PartDesign::Feature static bool isDatum (const App::DocumentObject *feature) Check whether the given feature is a datum feature. More... Static Public Member Functions inherited from Part::Feature static TopoDS_Shape getShape (const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true) Convenience function to extract shape from fully qualified subname. More... static TopoShape getTopoShape (const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true, bool noElementMap=false) static void clearShapeCache () static App::DocumentObject * getShapeOwner (const App::DocumentObject *obj, const char *subname=0) static bool hasShapeOwner (const App::DocumentObject *obj, const char *subname=0) Static Public Member Functions inherited from App::GeoFeature static DocumentObject * resolveElement ( App::DocumentObject *obj, const char *subname, std::pair< std::string, std::string > &elementName, bool append=false, ElementNameType type = Normal , const DocumentObject *filter=0, const char **element=0, GeoFeature **geo=0) Resolve both the new and old style element name. More... Static Public Member Functions inherited from App::DocumentObject static const char * hasHiddenMarker (const char *subname) Check if the subname reference ends with hidden marker. More... static const std::string & hiddenMarker () Special marker to mark the object as hidden. More... Static Public Member Functions inherited from Base::Persistence static void * create (void) static std::string encodeAttribute (const std::string &) Encodes an attribute upon saving. More... static Base::Type getClassTypeId (void) static void init (void) Static Public Member Functions inherited from Base::BaseClass static void * create (void) static Type getClassTypeId (void) static void init (void) Public Attributes inherited from PartDesign::Wedge App::PropertyDistance X2max App::PropertyDistance X2min App::PropertyDistance Xmax App::PropertyDistance Xmin App::PropertyDistance Ymax App::PropertyDistance Ymin App::PropertyDistance Z2max App::PropertyDistance Z2min App::PropertyDistance Zmax App::PropertyDistance Zmin Public Attributes inherited from PartDesign::FeatureAddSub Part::PropertyPartShape AddSubShape App::PropertyBool Refine Public Attributes inherited from PartDesign::Feature App::PropertyLink BaseFeature Base feature which this feature will be fused into or cut out of. More... Public Attributes inherited from Part::Feature PropertyPartShape Shape Public Attributes inherited from App::GeoFeature PropertyPlacement Placement Public Attributes inherited from App::DocumentObject PropertyExpressionEngine ExpressionEngine PropertyString Label PropertyString Label2 boost::signals2::signal< void(const App::DocumentObject &, const App::Property &)> signalBeforeChange signal before changing a property of this object More... boost::signals2::signal< void(const App::DocumentObject &, const App::Property &)> signalChanged signal on changed property of this object More... PropertyBool Visibility Allow control visibility status in App name space. More... Public Attributes inherited from Part::AttachExtension App::PropertyString AttacherType App::PropertyPlacement AttachmentOffset App::PropertyEnumeration MapMode App::PropertyFloat MapPathParameter MapPathParameter is a parameter value for mmNormalToPath (the sketch will be mapped normal to a curve at point specified by parameter (from 0.0 to 1.0, from start to end) ) More... App::PropertyBool MapReversed App::PropertyLinkSubList Support Static Public Attributes inherited from App::DocumentObject static DocumentObjectExecReturn * StdReturn Protected Member Functions inherited from PartDesign::FeaturePrimitive App::DocumentObjectExecReturn * execute (const TopoDS_Shape &primitiveShape) void handleChangedPropertyName ( Base::XMLReader &reader, const char *TypeName, const char *PropName) override PropertyContainer::handleChangedPropertyName is called during restore to possibly fix reading of older versions of this property container. More... Protected Member Functions inherited from PartDesign::FeatureAddSub TopoDS_Shape refineShapeIfActive (const TopoDS_Shape &) const Protected Member Functions inherited from Part::Feature virtual App::DocumentObjectExecReturn * recompute () override recompute only this object More... ShapeHistory buildHistory ( BRepBuilderAPI_MakeShape &, TopAbs_ShapeEnum type , const TopoDS_Shape &newS, const TopoDS_Shape &oldS) Build a history of changes MakeShape: The operation that created the changes, e.g. More... ShapeHistory joinHistory (const ShapeHistory &, const ShapeHistory &) Protected Member Functions inherited from App::DocumentObject virtual void onBeforeChange (const Property *prop) override get called before the value is changed More... virtual void onDocumentRestored () get called after a document has been fully restored More... virtual void onPropertyStatusChanged (const Property &prop, unsigned long oldStatus) override get called when a property status has changed More... virtual void onSettingDocument () get called after setting the document More... void resetError (void) void setDocument ( App::Document *doc) void setError (void) virtual void setupObject () get called after a brand new object was created More... virtual void unsetupObject () get called when object is going to be removed from the document More... Protected Member Functions inherited from App::TransactionalObject void onBeforeChangeProperty ( Document *doc, const Property *prop) Protected Member Functions inherited from App::PropertyContainer virtual const PropertyData & getPropertyData (void) const virtual void handleChangedPropertyType ( Base::XMLReader &reader, const char *TypeName, Property *prop) PropertyContainer::handleChangedPropertyType is called during restore to possibly fix reading of older versions of the property container. More... Protected Member Functions inherited from Part::AttachExtension virtual void extensionOnChanged (const App::Property *) virtual void extHandleChangedPropertyName ( Base::XMLReader &reader, const char *TypeName, const char *PropName) App::PropertyPlacement & getPlacement () const Protected Member Functions inherited from App::Extension void initExtensionType ( Base::Type type ) Static Protected Member Functions inherited from PartDesign::Feature static int countSolids (const TopoDS_Shape &, TopAbs_ShapeEnum type =TopAbs_SOLID) static const gp_Pnt getPointFromFace (const TopoDS_Face &f) Grab any point from the given face. More... static TopoDS_Shape getSolid (const TopoDS_Shape &) Get a solid of the given shape. More... static gp_Pln makePlnFromPlane (const App::DocumentObject *obj) Make a shape from a base plane (convenience method) More... static TopoDS_Shape makeShapeFromPlane (const App::DocumentObject *obj) Static Protected Member Functions inherited from App::PropertyContainer static const PropertyData * getPropertyDataPtr (void) Static Protected Member Functions inherited from Base::BaseClass static void initSubclass ( Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Static Protected Member Functions inherited from App::Extension static void initExtensionSubclass ( Base::Type &toInit, const char *ClassName, const char *ParentName, Base::Type::instantiationMethod method=0) Protected Attributes inherited from PartDesign::FeaturePrimitive Type primitiveType = Box Protected Attributes inherited from PartDesign::FeatureAddSub Type addSubType Protected Attributes inherited from App::DocumentObject std::string oldLabel Old label; used for renaming expressions. More... const std::string * pcNameInDocument Py::Object PythonObject python object of this class and all descendent More... std::bitset< 32 > StatusBits Status bits of the document object The first 8 bits are used for the base system the rest can be used in descendent classes to mark special statuses on the objects. More... Protected Attributes inherited from App::PropertyContainer DynamicProperty dynamicProps Protected Attributes inherited from App::Extension bool m_isPythonExtension = false Py::Object ExtensionPythonObject The documentation for this class was generated from the following file: src/Mod/PartDesign/App/FeaturePrimitive.h 1.8.17
===================================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifcrightcircularcylinder ifc2x3.ifcrightcircularcylinder Member List This is the complete list of members for ifc2x3.ifcrightcircularcylinder , including all inherited members. dim () ifc2x3.ifccsgprimitive3d height ifc2x3.ifcrightcircularcylinder height () ifc2x3.ifcrightcircularcylinder layerassignments () ifc2x3.ifcrepresentationitem position ifc2x3.ifccsgprimitive3d position () ifc2x3.ifccsgprimitive3d radius ifc2x3.ifcrightcircularcylinder radius () ifc2x3.ifcrightcircularcylinder styledbyitem () ifc2x3.ifcrepresentationitem 1.8.17
======================================================================================================================================================== Index Modules Hierarchy Alphabetical list PathTests TestPathDeburr TestPathDeburr List of all members | Public Member Functions PathTests.TestPathDeburr.TestPathDeburr Class Reference Public Member Functions def test00 (self) def test01 (self) def test02 (self) def test03 (self) Public Member Functions inherited from PathTests.PathTestUtils.PathTestBase def assertArc (self, edge, pt1, pt2, direction='CW') def assertCircle (self, edge, pt, r) def assertCoincide (self, pt1, pt2, error=0.0001) def assertCommandEqual (self, c1, c2) def assertConeAt (self, solid, pt, r1, r2, h) def assertCurve (self, edge, p1, p2, p3) def assertCylinderAt (self, solid, pt, r, h) def assertEdgeShapesMatch (self, e1, e2) def assertEqualLocale (self, s1, s2) def assertLine (self, edge, pt1, pt2) def assertLines (self, edgs, tail, points) def assertPlacement (self, p1, p2) def assertPointsMatch (self, pts0, pts1) def assertRoughly (self, f1, f2, error=0.00001) Member Function Documentation β—† test00() def PathTests.TestPathDeburr.TestPathDeburr.test00 ( self ) Verify chamfer depth and offset for an end mill. References PathTests.PathTestUtils.PathTestBase.assertRoughly() . Referenced by PathTests.TestPathTooltable.TestPathTooltable.test01() , PathTests.TestPathTool.TestPathTool.test01() , PathTests.TestPathToolController.TestPathToolController.test01() , PathTests.TestPathTooltable.TestPathTooltable.test02() , and PathTests.TestPathTool.TestPathTool.test02() . β—† test01() def PathTests.TestPathDeburr.TestPathDeburr.test01 ( self ) Verify chamfer depth and offset for a 90Β° v-bit. References PathTests.PathTestUtils.PathTestBase.assertRoughly() . β—† test02() def PathTests.TestPathDeburr.TestPathDeburr.test02 ( self ) Verify chamfer depth and offset for a 90Β° v-bit with non 0 flat radius. References PathTests.PathTestUtils.PathTestBase.assertRoughly() . β—† test03() def PathTests.TestPathDeburr.TestPathDeburr.test03 ( self ) Verify chamfer depth and offset for a 60Β° v-bit with non 0 flat radius. References PathTests.PathTestUtils.PathTestBase.assertRoughly() . The documentation for this class was generated from the following file: src/Mod/Path/PathTests/TestPathDeburr.py 1.8.17
==================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifcflowterminal List of all members ifc2x3.ifcflowterminal Class Reference Additional Inherited Members Public Member Functions inherited from ifc2x3.ifcdistributionflowelement def hascontrolelements () Public Member Functions inherited from ifc2x3.ifcelement def connectedfrom () def connectedto () def containedinstructure () def fillsvoids () def hascoverings () def hasopenings () def hasports () def hasprojections () def hasstructuralmember () def isconnectionrealization () def providesboundaries () def referencedinstructures () def tag () Public Member Functions inherited from ifc2x3.ifcproduct def objectplacement () def referencedby () def representation () def wr1 (self) Public Member Functions inherited from ifc2x3.ifcobject def isdefinedby () def objecttype () Public Member Functions inherited from ifc2x3.ifcobjectdefinition def decomposes () def hasassignments () def hasassociations () def isdecomposedby () Public Member Functions inherited from ifc2x3.ifcroot def description () def globalid () def name () def ownerhistory () Public Attributes inherited from ifc2x3.ifcelement tag Public Attributes inherited from ifc2x3.ifcproduct objectplacement representation Public Attributes inherited from ifc2x3.ifcobject objecttype Public Attributes inherited from ifc2x3.ifcroot description globalid name ownerhistory Detailed Description Entity ifcflowterminal definition. The documentation for this class was generated from the following file: src/Mod/Import/App/ifc2x3.py 1.8.17
====================================================================================================================================== Index Modules Hierarchy Alphabetical list VISCOUS_3D _Curvature List of all members | Public Member Functions | Static Public Member Functions VISCOUS_3D::_Curvature Struct Reference Public Member Functions double lenDelta (double len) const double lenDeltaByDist (double dist) const Static Public Member Functions static _Curvature * New (double avgNormProj, double avgDist) Detailed Description Structure used to take into account surface curvature while smoothing Member Function Documentation β—† lenDelta() double VISCOUS_3D::_Curvature::lenDelta ( double len ) const Referenced by VISCOUS_3D::_LayerEdge::Smooth() . β—† lenDeltaByDist() double VISCOUS_3D::_Curvature::lenDeltaByDist ( double dist ) const References DraftVecUtils::dist() . Referenced by VISCOUS_3D::_LayerEdge::SmoothOnEdge() . β—† New() static _Curvature * VISCOUS_3D::_Curvature::New ( double avgNormProj , double avgDist ) static The documentation for this struct was generated from the following file: src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp 1.8.17
================================================================================================================================================= Index Modules Hierarchy Alphabetical list ifc4 ifcrelconnectsstructuralmember List of all members | Public Member Functions | Public Attributes ifc4.ifcrelconnectsstructuralmember Class Reference Public Member Functions def additionalconditions () def appliedcondition () def conditioncoordinatesystem () def relatedstructuralconnection () def relatingstructuralmember () def supportedlength () Public Member Functions inherited from ifc4.ifcroot def description () def globalid () def name () def ownerhistory () Public Attributes additionalconditions appliedcondition conditioncoordinatesystem relatedstructuralconnection relatingstructuralmember supportedlength Public Attributes inherited from ifc4.ifcroot description globalid name ownerhistory Detailed Description Entity ifcrelconnectsstructuralmember definition. :param relatingstructuralmember :type relatingstructuralmember:ifcstructuralmember :param relatedstructuralconnection :type relatedstructuralconnection:ifcstructuralconnection :param appliedcondition :type appliedcondition:ifcboundarycondition :param additionalconditions :type additionalconditions:ifcstructuralconnectioncondition :param supportedlength :type supportedlength:ifclengthmeasure :param conditioncoordinatesystem :type conditioncoordinatesystem:ifcaxis2placement3d Member Function Documentation β—† additionalconditions() def ifc4.ifcrelconnectsstructuralmember.additionalconditions ( ) References ifc2x3.ifcrelconnectsstructuralmember._additionalconditions, ifc4.ifcrelconnectsstructuralmember._additionalconditions, and ifc4.ifcrelconnectsstructuralmember.additionalconditions . β—† appliedcondition() def ifc4.ifcrelconnectsstructuralmember.appliedcondition ( ) References ifc2x3.ifcstructuralconnection._appliedcondition, ifc4.ifcstructuralconnection._appliedcondition, ifc2x3.ifcrelconnectsstructuralmember._appliedcondition, ifc4.ifcrelconnectsstructuralmember._appliedcondition, and ifc4.ifcrelconnectsstructuralmember.appliedcondition . β—† conditioncoordinatesystem() def ifc4.ifcrelconnectsstructuralmember.conditioncoordinatesystem ( ) References ifc2x3.ifcrelconnectsstructuralmember._conditioncoordinatesystem, ifc4.ifcrelconnectsstructuralmember._conditioncoordinatesystem, and ifc4.ifcrelconnectsstructuralmember.conditioncoordinatesystem . β—† relatedstructuralconnection() def ifc4.ifcrelconnectsstructuralmember.relatedstructuralconnection ( ) References ifc2x3.ifcrelconnectsstructuralmember._relatedstructuralconnection, ifc4.ifcrelconnectsstructuralmember._relatedstructuralconnection, and ifc4.ifcrelconnectsstructuralmember.relatedstructuralconnection . β—† relatingstructuralmember() def ifc4.ifcrelconnectsstructuralmember.relatingstructuralmember ( ) References ifc2x3.ifcrelconnectsstructuralmember._relatingstructuralmember, ifc4.ifcrelconnectsstructuralmember._relatingstructuralmember, and ifc4.ifcrelconnectsstructuralmember.relatingstructuralmember . β—† supportedlength() def ifc4.ifcrelconnectsstructuralmember.supportedlength ( ) References ifc2x3.ifcrelconnectsstructuralmember._supportedlength, ifc4.ifcrelconnectsstructuralmember._supportedlength, and ifc4.ifcrelconnectsstructuralmember.supportedlength . Member Data Documentation β—† additionalconditions ifc4.ifcrelconnectsstructuralmember.additionalconditions Referenced by ifc4.ifcrelconnectsstructuralmember.additionalconditions() . β—† appliedcondition ifc4.ifcrelconnectsstructuralmember.appliedcondition Referenced by ifc4.ifcrelconnectsstructuralmember.appliedcondition() . β—† conditioncoordinatesystem ifc4.ifcrelconnectsstructuralmember.conditioncoordinatesystem Referenced by ifc4.ifcrelconnectsstructuralmember.conditioncoordinatesystem() . β—† relatedstructuralconnection ifc4.ifcrelconnectsstructuralmember.relatedstructuralconnection Referenced by ifc4.ifcrelconnectsstructuralmember.relatedstructuralconnection() . β—† relatingstructuralmember ifc4.ifcrelconnectsstructuralmember.relatingstructuralmember Referenced by ifc4.ifcrelconnectsstructuralmember.relatingstructuralmember() . β—† supportedlength ifc4.ifcrelconnectsstructuralmember.supportedlength Referenced by ifc4.ifcrelconnectsstructuralmember.supportedlength() . The documentation for this class was generated from the following file: src/Mod/Import/App/ifc4.py 1.8.17
================================================================================================================================================= Index Modules Hierarchy Alphabetical list TechDrawGui TaskSectionView TechDrawGui::TaskSectionView Member List This is the complete list of members for TechDrawGui::TaskSectionView , including all inherited members. accept () TechDrawGui::TaskSectionView virtual apply (void) TechDrawGui::TaskSectionView protected applyAligned (void) TechDrawGui::TaskSectionView protected applyQuick (std::string dir) TechDrawGui::TaskSectionView protected changeEvent (QEvent *e) TechDrawGui::TaskSectionView protected checkAll (bool b) TechDrawGui::TaskSectionView protected createSectionView (void) TechDrawGui::TaskSectionView protected enableAll (bool b) TechDrawGui::TaskSectionView protected failNoObject (std::string objName) TechDrawGui::TaskSectionView protected isBaseValid (void) TechDrawGui::TaskSectionView protected isSectionValid (void) TechDrawGui::TaskSectionView protected onDownClicked () TechDrawGui::TaskSectionView protected slot onIdentifierChanged () TechDrawGui::TaskSectionView protected slot onLeftClicked () TechDrawGui::TaskSectionView protected slot onRightClicked () TechDrawGui::TaskSectionView protected slot onScaleChanged () TechDrawGui::TaskSectionView protected slot onUpClicked () TechDrawGui::TaskSectionView protected slot onXChanged () TechDrawGui::TaskSectionView protected slot onYChanged () TechDrawGui::TaskSectionView protected slot onZChanged () TechDrawGui::TaskSectionView protected slot reject () TechDrawGui::TaskSectionView virtual restoreSectionState () TechDrawGui::TaskSectionView protected saveSectionState () TechDrawGui::TaskSectionView protected setUiEdit () TechDrawGui::TaskSectionView protected setUiPrimary () TechDrawGui::TaskSectionView protected TaskSectionView (TechDraw::DrawViewPart *base) TechDrawGui::TaskSectionView TaskSectionView (TechDraw::DrawViewSection *section) TechDrawGui::TaskSectionView updateSectionView (void) TechDrawGui::TaskSectionView protected ~TaskSectionView () TechDrawGui::TaskSectionView 1.8.17
========================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifclightsourceambient List of all members ifc2x3.ifclightsourceambient Class Reference Additional Inherited Members Public Member Functions inherited from ifc2x3.ifclightsource def ambientintensity () def intensity () def lightcolour () def name () Public Member Functions inherited from ifc2x3.ifcrepresentationitem def layerassignments () def styledbyitem () Public Attributes inherited from ifc2x3.ifclightsource ambientintensity intensity lightcolour name Detailed Description Entity ifclightsourceambient definition. The documentation for this class was generated from the following file: src/Mod/Import/App/ifc2x3.py 1.8.17
================================================================================================================================= Index Modules Hierarchy Alphabetical list ifc4 ifctypeproduct List of all members | Public Member Functions | Public Attributes ifc4.ifctypeproduct Class Reference Public Member Functions def applicableoccurrence (self) def referencedby () def representationmaps () def tag () Public Member Functions inherited from ifc4.ifctypeobject def applicableoccurrence () def haspropertysets () def types () def wr1 (self) Public Member Functions inherited from ifc4.ifcobjectdefinition def decomposes () def hasassignments () def hasassociations () def hascontext () def isdecomposedby () def isnestedby () def nests () Public Member Functions inherited from ifc4.ifcroot def description () def globalid () def name () def ownerhistory () Public Attributes representationmaps tag Public Attributes inherited from ifc4.ifctypeobject applicableoccurrence haspropertysets Public Attributes inherited from ifc4.ifcroot description globalid name ownerhistory Detailed Description Entity ifctypeproduct definition. :param representationmaps :type representationmaps:LIST(1,None,'ifcrepresentationmap', scope = schema_scope) :param tag :type tag:ifclabel :param referencedby :type referencedby:SET(0,None,'ifcrelassignstoproduct', scope = schema_scope) Member Function Documentation β—† applicableoccurrence() def ifc4.ifctypeproduct.applicableoccurrence ( self ) References ifc4.ifctypeobject.applicableoccurrence , Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self(). β—† referencedby() def ifc4.ifctypeproduct.referencedby ( ) β—† representationmaps() def ifc4.ifctypeproduct.representationmaps ( ) References ifc2x3.ifctypeproduct._representationmaps, ifc4.ifctypeproduct._representationmaps, and ifc4.ifctypeproduct.representationmaps . β—† tag() def ifc4.ifctypeproduct.tag ( ) References ifc2x3.ifcelement._tag, ifc4.ifcelement._tag, ifc2x3.ifctypeproduct._tag, ifc4.ifctypeproduct._tag, ifc2x3.ifcproxy._tag, and ifc4.ifctypeproduct.tag . Referenced by Dice3DS.dom3ds.ChunkBase.document_html() , and Dice3DS.dom3ds.ChunkBase.dump_header() . Member Data Documentation β—† representationmaps ifc4.ifctypeproduct.representationmaps Referenced by ifc4.ifctypeproduct.representationmaps() . β—† tag ifc4.ifctypeproduct.tag Referenced by PathScripts.PathDressupHoldingTags.MapWireToTag.add() , PathScripts.PathDressupHoldingTags.MapWireToTag.cleanupEdges() , PathScripts.PathDressupHoldingTags.MapWireToTag.commandsForEdges() , Dice3DS.dom3ds.ChunkBase.document_html() , Dice3DS.dom3ds.ChunkBase.dump_header() , PathScripts.PathDressupHoldingTags.MapWireToTag.shell() , and ifc4.ifctypeproduct.tag() . The documentation for this class was generated from the following file: src/Mod/Import/App/ifc4.py 1.8.17
========================================================================================================================= Index Modules Hierarchy Alphabetical list alist Member List This is the complete list of members for alist , including all inherited members. aerr alist aunit alist 1.8.17
================================================================================================================================================ Index Modules Hierarchy Alphabetical list PartDesignGui ViewProvider PartDesignGui::ViewProvider Member List This is the complete list of members for PartDesignGui::ViewProvider , including all inherited members. addDisplayMaskMode (SoNode *node, const char *type) Gui::ViewProvider addDynamicProperty (const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override Gui::ViewProviderDocumentObject virtual allowOverride (const App::DocumentObject &) const override PartGui::ViewProviderPartExt virtual AngularDeflection PartGui::ViewProviderPartExt applyColor (const Part::ShapeHistory &hist, const std::vector< App::Color > &colBase, std::vector< App::Color > &colBool) PartGui::ViewProviderPart protected applyTransparency (const float &transparency, std::vector< App::Color > &colors) PartGui::ViewProviderPart protected attach (App::DocumentObject *) override PartGui::ViewProviderPartExt virtual BaseClass () Base::BaseClass beforeDelete () Gui::ViewProvider virtual BoundingBox Gui::ViewProviderGeometryObject canAddToSceneGraph () const Gui::ViewProvider virtual canDelete (App::DocumentObject *obj) const override Gui::ViewProviderDocumentObject virtual canDragAndDropObject (App::DocumentObject *) const Gui::ViewProvider virtual canDragObject (App::DocumentObject *) const Gui::ViewProvider virtual canDragObjects () const Gui::ViewProvider virtual canDropObject (App::DocumentObject *) const Gui::ViewProvider virtual canDropObjectEx (App::DocumentObject *, App::DocumentObject *, const char *, const std::vector< std::string > &) const override Gui::ViewProviderDocumentObject virtual canDropObjects () const Gui::ViewProvider virtual canRemoveChildrenFromRoot () const Gui::ViewProvider virtual checkRecursion (SoNode *) Gui::ViewProvider protected claimChildren (void) const Gui::ViewProvider virtual claimChildren3D (void) const Gui::ViewProvider virtual Color enum value Gui::ViewProvider ControlPoints PartGui::ViewProviderPartExt convert (const Base::Matrix4D &rcMatrix) Gui::ViewProvider static convert (const SbMatrix &sbMat) Gui::ViewProvider static coords PartGui::ViewProviderPartExt protected create (void) Base::Persistence static csysDragger Gui::ViewProviderDragger protected Cutting enum value Gui::ViewProvider Default enum value Gui::ViewProvider detachFromDocument () override Gui::ViewProviderDocumentObject protected virtual Deviation PartGui::ViewProviderPartExt DiffuseColor PartGui::ViewProviderPartExt DisplayMode Gui::ViewProviderDocumentObject doubleClicked (void) override PartDesignGui::ViewProvider virtual dragObject (App::DocumentObject *) Gui::ViewProvider virtual DrawStyle PartGui::ViewProviderPartExt dropObject (App::DocumentObject *) Gui::ViewProvider virtual dropObjectEx (App::DocumentObject *obj, App::DocumentObject *owner, const char *subname, const std::vector< std::string > &elements) Gui::ViewProvider virtual dumpToStream (std::ostream &stream, int compression) Base::Persistence dynamicProps App::PropertyContainer protected EditMode enum name Gui::ViewProvider encodeAttribute (const std::string &) Base::Persistence static eventCallback (void *ud, SoEventCallback *node) Gui::ViewProvider static extensionBegin () App::ExtensionContainer ExtensionContainer () App::ExtensionContainer extensionEnd () App::ExtensionContainer ExtensionIterator typedef App::ExtensionContainer faceset PartGui::ViewProviderPartExt protected findFrontRootOfType (const SoType &type) const Gui::ViewProviderDocumentObject protected finishEditing () Gui::ViewProvider finishRestoring () Gui::ViewProviderDocumentObject virtual forceUpdate (bool enable=true) override PartGui::ViewProviderPartExt virtual getActiveDisplayMode (void) const Gui::ViewProvider getActiveView () const Gui::ViewProviderDocumentObject protected getAnnotation (void) Gui::ViewProvider getBackRoot (void) const Gui::ViewProvider virtual getBodyViewProvider () PartDesignGui::ViewProvider getBoundColor () const Gui::ViewProviderGeometryObject protected virtual getBoundingBox (const char *subname=0, bool transform=true, MDIView *view=0) const Gui::ViewProvider getChildRoot (void) const Gui::ViewProvider virtual getClassTypeId (void) Base::Persistence static getDefaultDisplayMode () const Gui::ViewProvider virtual getDefaultMode () const Gui::ViewProvider getDetail (const char *) const override PartGui::ViewProviderPartExt virtual getDetailPath (const char *subname, SoFullPath *pPath, bool append, SoDetail *&det) const override Gui::ViewProviderDocumentObject virtual getDisplayMaskMode (const char *type) const Gui::ViewProvider getDisplayMaskModes () const Gui::ViewProvider getDisplayModes (void) const override PartGui::ViewProviderPartExt virtual getDocument () const Gui::ViewProviderDocumentObject getDropPrefix () const Gui::ViewProvider virtual getDynamicPropertyByName (const char *name) const App::PropertyContainer virtual getDynamicPropertyData (const Property *prop) const App::PropertyContainer getDynamicPropertyNames () const App::PropertyContainer virtual getEditDialog () PartDesignGui::ViewProvider protected virtual getEditingMode () const Gui::ViewProvider protected getEditingView () const Gui::ViewProviderDocumentObject protected getElement (const SoDetail *) const override PartGui::ViewProviderPartExt virtual getElementColors (const char *element=0) const override PartGui::ViewProviderPartExt virtual getElementPicked (const SoPickedPoint *, std::string &subname) const override Gui::ViewProviderDocumentObject virtual getExtension (Base::Type, bool derived=true, bool no_except=false) const App::ExtensionContainer getExtension (const std::string &name) const App::ExtensionContainer getExtensionByType (bool no_except=false, bool derived=true) const App::ExtensionContainer getExtensionsDerivedFrom (Base::Type type) const App::ExtensionContainer getExtensionsDerivedFromType () const App::ExtensionContainer getFrontRoot (void) const Gui::ViewProvider virtual getFullName () const override Gui::ViewProviderDocumentObject virtual getIcon (void) const Gui::ViewProvider virtual getInventorView () const Gui::ViewProviderDocumentObject protected getLinkedViewProvider (std::string *subname=0, bool recursive=false) const Gui::ViewProviderDocumentObject virtual getMDIView () const Gui::ViewProvider virtual getMemSize (void) const App::PropertyContainer virtual getModelPoints (const SoPickedPoint *) const override PartGui::ViewProviderPartExt virtual getModeSwitch (void) const Gui::ViewProvider getNormals (const TopoDS_Face &theFace, const Handle(Poly_Triangulation)&aPolyTri, TColgp_Array1OfDir &theNormals) PartGui::ViewProviderPartExt protected getObject (void) const Gui::ViewProviderDocumentObject getOverrideMode () Gui::ViewProvider getPickedPoint (const SbVec2s &pos, const View3DInventorViewer &viewer) const Gui::ViewProviderGeometryObject getPickedPoints (const SbVec2s &pos, const View3DInventorViewer &viewer, bool pickAll=false) const Gui::ViewProviderGeometryObject getPointOnRay (const SbVec2s &pos, const View3DInventorViewer *viewer) const Gui::ViewProvider protected getPointOnRay (const SbVec3f &pos, const SbVec3f &dir, const View3DInventorViewer *viewer) const Gui::ViewProvider protected getPropertyByName (const char *name) const override App::ExtensionContainer virtual getPropertyData (void) const App::PropertyContainer protected virtual getPropertyDataPtr (void) App::PropertyContainer protected static getPropertyDocumentation (const Property *prop) const override App::ExtensionContainer virtual getPropertyDocumentation (const char *name) const override App::ExtensionContainer virtual getPropertyGroup (const Property *prop) const override App::ExtensionContainer virtual getPropertyGroup (const char *name) const override App::ExtensionContainer virtual getPropertyList (std::vector< Property * > &List) const override App::ExtensionContainer virtual getPropertyMap (std::map< std::string, Property * > &Map) const override App::ExtensionContainer virtual getPropertyName (const Property *prop) const override App::ExtensionContainer virtual getPropertyPrefix () const App::PropertyContainer getPropertyType (const Property *prop) const override App::ExtensionContainer virtual getPropertyType (const char *name) const override App::ExtensionContainer virtual getPyObject (void) override PartDesignGui::ViewProvider virtual getRoot (void) const Gui::ViewProvider virtual getSelectionShape (const char *Element) const override PartGui::ViewProviderPartExt virtual getStatus () const Gui::ViewProvider getTaskViewContent (std::vector< Gui::TaskView::TaskContent * > &) const override Gui::ViewProviderDocumentObject virtual getTransformNode () const Gui::ViewProvider getTypeId (void) const Base::Persistence virtual getViewOfNode (SoNode *node) const Gui::ViewProviderDocumentObject protected handleChangedPropertyName (Base::XMLReader &reader, const char *TypeName, const char *PropName) App::PropertyContainer protected virtual handleChangedPropertyType (Base::XMLReader &reader, const char *TypeName, Property *prop) App::PropertyContainer protected virtual hasExtension (Base::Type, bool derived=true) const App::ExtensionContainer hasExtension (const std::string &name) const App::ExtensionContainer hasExtensions () const App::ExtensionContainer hasHiddenMarker (const char *subname) Gui::ViewProvider static hiddenMarker () Gui::ViewProvider static hide (void) override Gui::ViewProviderDocumentObject virtual init (void) Base::Persistence static initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Base::BaseClass protected static isAttachedToDocument () const override Gui::ViewProviderDocumentObject protected virtual isDerivedFrom (const Type type) const Base::BaseClass isEditing () const Gui::ViewProvider isHidden (const Property *prop) const App::PropertyContainer isHidden (const char *name) const App::PropertyContainer isLinkVisible () const Gui::ViewProvider isReadOnly (const Property *prop) const App::PropertyContainer isReadOnly (const char *name) const App::PropertyContainer isRestoring () Gui::ViewProvider isSelectable (void) const Gui::ViewProviderGeometryObject virtual isSetTipIcon PartDesignGui::ViewProvider protected isShow (void) const Gui::ViewProvider virtual isUpdateForced () const override PartGui::ViewProviderPartExt virtual isUpdatesEnabled () const Gui::ViewProvider isVisible () const Gui::ViewProvider keyPressed (bool pressed, int key) Gui::ViewProvider virtual Lighting PartGui::ViewProviderPartExt LineColor PartGui::ViewProviderPartExt LineColorArray PartGui::ViewProviderPartExt LineMaterial PartGui::ViewProviderPartExt lineset PartGui::ViewProviderPartExt protected LineWidth PartGui::ViewProviderPartExt loadParameter () PartGui::ViewProviderPartExt protected makeTemporaryVisible (bool) PartDesignGui::ViewProvider mergeOverlayIcons (const QIcon &orig) const override PartDesignGui::ViewProvider protected virtual mouseButtonPressed (int button, bool pressed, const SbVec2s &cursorPos, const View3DInventorViewer *viewer) Gui::ViewProvider virtual mouseMove (const SbVec2s &cursorPos, View3DInventorViewer *viewer) Gui::ViewProvider virtual nodeset PartGui::ViewProviderPartExt protected norm PartGui::ViewProviderPartExt protected NormalsFromUV PartGui::ViewProviderPartExt protected normb PartGui::ViewProviderPartExt protected oldTip PartDesignGui::ViewProvider protected oldWb PartDesignGui::ViewProvider protected onBeforeChange (const App::Property *prop) override Gui::ViewProviderDocumentObject protected virtual onBeforeChangeProperty (Document *doc, const Property *prop) App::TransactionalObject protected onChanged (const App::Property *prop) override PartDesignGui::ViewProvider virtual onDelete (const std::vector< std::string > &) override PartDesignGui::ViewProvider protected virtual onPropertyStatusChanged (const App::Property &prop, unsigned long oldStatus) override Gui::ViewProviderDocumentObject protected virtual OnTopWhenSelected Gui::ViewProviderDocumentObject overrideMode Gui::ViewProvider protected partialRender (const std::vector< std::string > &subelements, bool clear) Gui::ViewProvider pcAnnotation Gui::ViewProvider protected pcBoundColor Gui::ViewProviderGeometryObject protected pcBoundingBox Gui::ViewProviderGeometryObject protected pcBoundSwitch Gui::ViewProviderGeometryObject protected pcDocument Gui::ViewProviderDocumentObject protected pcFaceBind PartGui::ViewProviderPartExt protected pcLineBind PartGui::ViewProviderPartExt protected pcLineMaterial PartGui::ViewProviderPartExt protected pcLineStyle PartGui::ViewProviderPartExt protected pcModeSwitch Gui::ViewProvider protected pcObject Gui::ViewProviderDocumentObject protected pcPointBind PartGui::ViewProviderPartExt protected pcPointMaterial PartGui::ViewProviderPartExt protected pcPointStyle PartGui::ViewProviderPartExt protected pcRoot Gui::ViewProvider protected pcShapeMaterial Gui::ViewProviderGeometryObject protected pcTransform Gui::ViewProvider protected PointColor PartGui::ViewProviderPartExt PointColorArray PartGui::ViewProviderPartExt PointMaterial PartGui::ViewProviderPartExt PointSize PartGui::ViewProviderPartExt PropertyContainer () App::PropertyContainer pShapeHints PartGui::ViewProviderPartExt protected pyViewObject Gui::ViewProvider protected reattach (App::DocumentObject *) Gui::ViewProviderDocumentObject virtual registerExtension (Base::Type extension, App::Extension *ext) App::ExtensionContainer reload () PartGui::ViewProviderPartExt removeDynamicProperty (const char *prop) override Gui::ViewProviderDocumentObject virtual replaceObject (App::DocumentObject *, App::DocumentObject *) override Gui::ViewProviderDocumentObject virtual Restore (Base::XMLReader &reader) Gui::ViewProvider virtual RestoreDocFile (Reader &) Base::Persistence virtual restoreExtensions (Base::XMLReader &reader) App::ExtensionContainer restoreFromStream (std::istream &stream) Base::Persistence Save (Base::Writer &writer) const override App::ExtensionContainer virtual SaveDocFile (Writer &) const Base::Persistence virtual saveExtensions (Base::Writer &writer) const App::ExtensionContainer Selectable Gui::ViewProviderGeometryObject SelectionStyle Gui::ViewProviderDocumentObject setActiveMode () Gui::ViewProviderDocumentObject setBodyMode (bool bodymode) PartDesignGui::ViewProvider setDefaultMode (int) Gui::ViewProvider setDisplayMaskMode (const char *type) Gui::ViewProvider setDisplayMode (const char *ModeName) override PartGui::ViewProviderPartExt virtual setEdit (int ModNum) override PartDesignGui::ViewProvider protected virtual setEditViewer (View3DInventorViewer *, int ModNum) override Gui::ViewProviderDragger protected virtual setElementColors (const std::map< std::string, App::Color > &colors) Gui::ViewProvider virtual setHighlightedEdges (const std::vector< App::Color > &colors) PartGui::ViewProviderPartExt setHighlightedFaces (const std::vector< App::Color > &colors) PartGui::ViewProviderPartExt setHighlightedFaces (const std::vector< App::Material > &colors) PartGui::ViewProviderPartExt setHighlightedPoints (const std::vector< App::Color > &colors) PartGui::ViewProviderPartExt setLinkVisible (bool) Gui::ViewProvider setOverrideMode (const std::string &mode) Gui::ViewProvider virtual setPropertyPrefix (const char *prefix) App::PropertyContainer setPropertyStatus (unsigned char bit, bool value) App::PropertyContainer setPyObject (PyObject *) Base::BaseClass virtual setRenderCacheMode (int) Gui::ViewProvider virtual setSelectable (bool Selectable=true) Gui::ViewProviderGeometryObject protected setStatus (ViewStatus pos, bool on) Gui::ViewProvider setTipIcon (bool onoff) PartDesignGui::ViewProvider setTransformation (const Base::Matrix4D &rcMatrix) Gui::ViewProvider virtual setTransformation (const SbMatrix &rcMatrix) Gui::ViewProvider virtual setupContextMenu (QMenu *menu, QObject *receiver, const char *member) override PartDesignGui::ViewProvider protected virtual setUpdatesEnabled (bool enable) Gui::ViewProvider setVisible (bool) Gui::ViewProvider ShapeColor Gui::ViewProviderGeometryObject ShapeMaterial Gui::ViewProviderGeometryObject show (void) override Gui::ViewProviderDocumentObject virtual showBoundingBox (bool) Gui::ViewProviderGeometryObject virtual ShowInTree Gui::ViewProviderDocumentObject showInTree () const override Gui::ViewProviderDocumentObject virtual signalChangeIcon Gui::ViewProvider signalChangeStatusTip Gui::ViewProvider signalChangeToolTip Gui::ViewProvider sPixmap Gui::ViewProvider protected startEditing (int ModNum=0) override Gui::ViewProviderDragger virtual startRestoring () Gui::ViewProviderDocumentObject virtual StatusBits Gui::ViewProvider protected testStatus (ViewStatus pos) const Gui::ViewProvider toString () const Gui::ViewProvider TransactionalObject (void) App::TransactionalObject Transform enum value Gui::ViewProvider Transparency Gui::ViewProviderGeometryObject unsetEdit (int ModNum) override PartDesignGui::ViewProvider protected virtual unsetEditViewer (View3DInventorViewer *) override Gui::ViewProviderDragger protected virtual unsetHighlightedEdges () PartGui::ViewProviderPartExt unsetHighlightedFaces () PartGui::ViewProviderPartExt unsetHighlightedPoints () PartGui::ViewProviderPartExt update (const App::Property *) override Gui::ViewProviderDocumentObject virtual updateData (const App::Property *) override PartDesignGui::ViewProvider virtual updateTransform (const Base::Placement &from, SoTransform *to) Gui::ViewProviderDragger static updateView () Gui::ViewProviderDocumentObject updateVisual () PartGui::ViewProviderPartExt protected useNewSelectionModel (void) const override PartGui::ViewProviderPartExt virtual ViewProvider () PartDesignGui::ViewProvider ViewProviderDocumentObject () Gui::ViewProviderDocumentObject ViewProviderDragger () Gui::ViewProviderDragger ViewProviderGeometryObject () Gui::ViewProviderGeometryObject ViewProviderPart () PartGui::ViewProviderPart ViewProviderPartExt () PartGui::ViewProviderPartExt Visibility Gui::ViewProviderDocumentObject VisualTouched PartGui::ViewProviderPartExt protected ~BaseClass () Base::BaseClass virtual ~ExtensionContainer () App::ExtensionContainer virtual ~PropertyContainer () App::PropertyContainer virtual ~TransactionalObject () App::TransactionalObject virtual ~ViewProvider () PartDesignGui::ViewProvider virtual ~ViewProviderDocumentObject () Gui::ViewProviderDocumentObject virtual ~ViewProviderDragger () Gui::ViewProviderDragger virtual ~ViewProviderGeometryObject () Gui::ViewProviderGeometryObject virtual ~ViewProviderPart () PartGui::ViewProviderPart virtual ~ViewProviderPartExt () PartGui::ViewProviderPartExt virtual 1.8.17
============================================================================================================================================== Index Modules Hierarchy Alphabetical list SandboxGui SoWidgetShape SandboxGui::SoWidgetShape Member List This is the complete list of members for SandboxGui::SoWidgetShape , including all inherited members. computeBBox (SoAction *action, SbBox3f &box, SbVec3f &center) SandboxGui::SoWidgetShape protected virtual generatePrimitives (SoAction *action) SandboxGui::SoWidgetShape protected virtual getQuad (SoState *state, SbVec3f &v0, SbVec3f &v1, SbVec3f &v2, SbVec3f &v3) SandboxGui::SoWidgetShape protected GLRender (SoGLRenderAction *action) SandboxGui::SoWidgetShape protected virtual initClass () SandboxGui::SoWidgetShape static setWidget (QWidget *w) SandboxGui::SoWidgetShape SoWidgetShape () SandboxGui::SoWidgetShape 1.8.17
========================================================================================================================================================= Index Modules Hierarchy Alphabetical list automotive_design total_runout_tolerance List of all members | Public Member Functions automotive_design.total_runout_tolerance Class Reference Public Member Functions def wr1 (self) Public Member Functions inherited from automotive_design.geometric_tolerance_with_datum_reference def datum_system () Public Member Functions inherited from automotive_design.geometric_tolerance def description () def magnitude () def name () def toleranced_shape_aspect () Additional Inherited Members Public Attributes inherited from automotive_design.geometric_tolerance_with_datum_reference datum_system Public Attributes inherited from automotive_design.geometric_tolerance description magnitude name toleranced_shape_aspect Detailed Description Entity total_runout_tolerance definition. Member Function Documentation β—† wr1() def automotive_design.total_runout_tolerance.wr1 ( self ) Reimplemented from automotive_design.geometric_tolerance . References Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self(). The documentation for this class was generated from the following file: src/Mod/Import/App/automotive_design.py 1.8.17
=============================================================================================================================================== Index Modules Hierarchy Alphabetical list femsolver run BaseTask femsolver.run.BaseTask Member List This is the complete list of members for femsolver.run.BaseTask , including all inherited members. abort (self) femsolver.task.Task aborted (self) femsolver.task.Task analysis (self) femsolver.run.BaseTask clearStatus (self) femsolver.task.Task directory femsolver.run.BaseTask fail (self) femsolver.task.Task failed (self) femsolver.task.Task join (self) femsolver.task.Thread protector (self) femsolver.task.Task pushStatus (self, line) femsolver.task.Task report femsolver.task.Task run (self) femsolver.task.Task running femsolver.task.Task signalAbort femsolver.task.Task signalStarted femsolver.task.Task signalStarting femsolver.task.Task signalStatus femsolver.task.Task signalStatusCleared femsolver.task.Task signalStopped femsolver.task.Task signalStopping femsolver.task.Task solver femsolver.run.BaseTask start (self) femsolver.task.Thread startTime femsolver.task.Task status (self) femsolver.task.Task stopTime femsolver.task.Task testmode femsolver.run.BaseTask time (self) femsolver.task.Task 1.8.17
============================================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifcrelcontainedinspatialstructure ifc2x3.ifcrelcontainedinspatialstructure Member List This is the complete list of members for ifc2x3.ifcrelcontainedinspatialstructure , including all inherited members. description ifc2x3.ifcroot description () ifc2x3.ifcroot globalid ifc2x3.ifcroot globalid () ifc2x3.ifcroot name ifc2x3.ifcroot name () ifc2x3.ifcroot ownerhistory ifc2x3.ifcroot ownerhistory () ifc2x3.ifcroot relatedelements ifc2x3.ifcrelcontainedinspatialstructure relatedelements () ifc2x3.ifcrelcontainedinspatialstructure relatingstructure ifc2x3.ifcrelcontainedinspatialstructure relatingstructure () ifc2x3.ifcrelcontainedinspatialstructure wr31 (self) ifc2x3.ifcrelcontainedinspatialstructure 1.8.17
====================================================================================================================================== Index Modules Hierarchy Alphabetical list femtest testccxtools Classes | Functions femtest.testccxtools Namespace Reference Classes class TestCcxTools Functions def create_test_results () Function Documentation β—† create_test_results() def femtest.testccxtools.create_test_results ( ) 1.8.13
================================================================================================================================== Index Modules Hierarchy Alphabetical list AreaPyModifier Member List This is the complete list of members for AreaPyModifier , including all inherited members. AreaPyModifier () AreaPyModifier 1.8.17
========================================================================================================================= Index Modules Hierarchy Alphabetical list Part ConePy List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions Part::ConePy Class Reference The python export class for GeomCone . More... #include <ConePy.h> Public Types typedef GeomCone * PointerType Public Types inherited from Part::GeometrySurfacePy typedef GeomSurface * PointerType Public Types inherited from Part::GeometryPy typedef Geometry * PointerType Public Types inherited from Base::PyObjectBase typedef void * PointerType enum Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } Public Member Functions ConePy ( GeomCone *pcObject, PyTypeObject *T=& Type ) virtual PyTypeObject * GetType (void) virtual int PyInit ( PyObject *args, PyObject *k) PyInit method Override this method to initialize a newly created instance of the class (Constructor) More... std::string representation (void) const Public Member Functions inherited from Part::GeometrySurfacePy GeometrySurfacePy ( GeomSurface *pcObject, PyTypeObject *T=& Type ) std::string representation (void) const PyObject * toShape ( PyObject *args) implementer for the toShape() method More... PyObject * value ( PyObject *args) implementer for the value() method More... PyObject * tangent ( PyObject *args) implementer for the tangent() method More... PyObject * normal ( PyObject *args) implementer for the normal() method More... PyObject * isUmbillic ( PyObject *args) implementer for the isUmbillic() method More... PyObject * curvature ( PyObject *args) implementer for the curvature() method More... PyObject * curvatureDirections ( PyObject *args) implementer for the curvatureDirections() method More... PyObject * bounds ( PyObject *args) implementer for the bounds() method More... PyObject * isPlanar ( PyObject *args) implementer for the isPlanar() method More... PyObject * uIso ( PyObject *args) implementer for the uIso() method More... PyObject * vIso ( PyObject *args) implementer for the vIso() method More... PyObject * isUPeriodic ( PyObject *args) implementer for the isUPeriodic() method More... PyObject * isVPeriodic ( PyObject *args) implementer for the isVPeriodic() method More... PyObject * isUClosed ( PyObject *args) implementer for the isUClosed() method More... PyObject * isVClosed ( PyObject *args) implementer for the isVClosed() method More... PyObject * UPeriod ( PyObject *args) implementer for the UPeriod() method More... PyObject * VPeriod ( PyObject *args) implementer for the VPeriod() method More... PyObject * parameter ( PyObject *args) implementer for the parameter() method More... PyObject * toBSpline ( PyObject *args) implementer for the toBSpline() method More... PyObject * intersect ( PyObject *args) implementer for the intersect() method More... PyObject * intersectSS ( PyObject *args) implementer for the intersectSS() method More... Py::String getContinuity (void) const getter for the Continuity attribute More... PyObject * getCustomAttributes (const char *attr) const getter method for special attributes (e.g. dynamic ones) More... int setCustomAttributes (const char *attr, PyObject *obj) setter for special attributes (e.g. More... GeomSurface * getGeomSurfacePtr (void) const getter for the object handled by this class More... Public Member Functions inherited from Part::GeometryPy GeometryPy ( Geometry *pcObject, PyTypeObject *T=& Type ) std::string representation (void) const PyObject * mirror ( PyObject *args) implementer for the mirror() method More... PyObject * rotate ( PyObject *args) implementer for the rotate() method More... PyObject * scale ( PyObject *args) implementer for the scale() method More... PyObject * transform ( PyObject *args) implementer for the transform() method More... PyObject * translate ( PyObject *args) implementer for the translate() method More... PyObject * copy ( PyObject *args) implementer for the copy() method More... PyObject * clone ( PyObject *args) implementer for the clone() method More... PyObject * hasExtensionOfType ( PyObject *args) implementer for the hasExtensionOfType() method More... PyObject * hasExtensionOfName ( PyObject *args) implementer for the hasExtensionOfName() method More... PyObject * getExtensionOfType ( PyObject *args) implementer for the getExtensionOfType() method More... PyObject * getExtensionOfName ( PyObject *args) implementer for the getExtensionOfName() method More... PyObject * setExtension ( PyObject *args) implementer for the setExtension() method More... PyObject * deleteExtensionOfType ( PyObject *args) implementer for the deleteExtensionOfType() method More... PyObject * deleteExtensionOfName ( PyObject *args) implementer for the deleteExtensionOfName() method More... PyObject * getExtensions ( PyObject *args) implementer for the getExtensions() method More... Py::Boolean getConstruction (void) const getter for the Construction attribute More... void setConstruction (Py::Boolean arg) setter for the Construction attribute More... Py::String getTag (void) const getter for the Tag attribute More... PyObject * getCustomAttributes (const char *attr) const getter method for special attributes (e.g. dynamic ones) More... int setCustomAttributes (const char *attr, PyObject *obj) setter for special attributes (e.g. More... Geometry * getGeometryPtr (void) const getter for the object handled by this class More... Public Member Functions inherited from Base::PyObjectBase PyObjectBase * DecRef (void) decref method wrapper (see python extending manual) More... PyObjectBase * IncRef (void) incref method wrapper (see python extending manual) More... bool isConst () bool isNotTracking () const bool isValid () PyObjectBase (void *, PyTypeObject *T) Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject . More... void setConst () void setInvalid () void setNotTracking ( bool on=true) void setShouldNotify ( bool on) bool shouldNotify () const void startNotify () Static Public Member Functions static PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) Static Public Member Functions inherited from Part::GeometrySurfacePy static PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) static PyObject * staticCallback_toShape ( PyObject *self, PyObject *args) callback for the toShape() method More... static PyObject * staticCallback_value ( PyObject *self, PyObject *args) callback for the value() method More... static PyObject * staticCallback_tangent ( PyObject *self, PyObject *args) callback for the tangent() method More... static PyObject * staticCallback_normal ( PyObject *self, PyObject *args) callback for the normal() method More... static PyObject * staticCallback_isUmbillic ( PyObject *self, PyObject *args) callback for the isUmbillic() method More... static PyObject * staticCallback_curvature ( PyObject *self, PyObject *args) callback for the curvature() method More... static PyObject * staticCallback_curvatureDirections ( PyObject *self, PyObject *args) callback for the curvatureDirections() method More... static PyObject * staticCallback_bounds ( PyObject *self, PyObject *args) callback for the bounds() method More... static PyObject * staticCallback_isPlanar ( PyObject *self, PyObject *args) callback for the isPlanar() method More... static PyObject * staticCallback_uIso ( PyObject *self, PyObject *args) callback for the uIso() method More... static PyObject * staticCallback_vIso ( PyObject *self, PyObject *args) callback for the vIso() method More... static PyObject * staticCallback_isUPeriodic ( PyObject *self, PyObject *args) callback for the isUPeriodic() method More... static PyObject * staticCallback_isVPeriodic ( PyObject *self, PyObject *args) callback for the isVPeriodic() method More... static PyObject * staticCallback_isUClosed ( PyObject *self, PyObject *args) callback for the isUClosed() method More... static PyObject * staticCallback_isVClosed ( PyObject *self, PyObject *args) callback for the isVClosed() method More... static PyObject * staticCallback_UPeriod ( PyObject *self, PyObject *args) callback for the UPeriod() method More... static PyObject * staticCallback_VPeriod ( PyObject *self, PyObject *args) callback for the VPeriod() method More... static PyObject * staticCallback_parameter ( PyObject *self, PyObject *args) callback for the parameter() method More... static PyObject * staticCallback_toBSpline ( PyObject *self, PyObject *args) callback for the toBSpline() method More... static PyObject * staticCallback_intersect ( PyObject *self, PyObject *args) callback for the intersect() method More... static PyObject * staticCallback_intersectSS ( PyObject *self, PyObject *args) callback for the intersectSS() method More... static PyObject * staticCallback_getContinuity ( PyObject *self, void *closure) getter callback for the Continuity attribute More... static int staticCallback_setContinuity ( PyObject *self, PyObject * value , void *closure) setter callback for the Continuity attribute More... Static Public Member Functions inherited from Part::GeometryPy static PyObject * PyMake (struct _typeobject *, PyObject *, PyObject *) static PyObject * staticCallback_mirror ( PyObject *self, PyObject *args) callback for the mirror() method More... static PyObject * staticCallback_rotate ( PyObject *self, PyObject *args) callback for the rotate() method More... static PyObject * staticCallback_scale ( PyObject *self, PyObject *args) callback for the scale() method More... static PyObject * staticCallback_transform ( PyObject *self, PyObject *args) callback for the transform() method More... static PyObject * staticCallback_translate ( PyObject *self, PyObject *args) callback for the translate() method More... static PyObject * staticCallback_copy ( PyObject *self, PyObject *args) callback for the copy() method More... static PyObject * staticCallback_clone ( PyObject *self, PyObject *args) callback for the clone() method More... static PyObject * staticCallback_hasExtensionOfType ( PyObject *self, PyObject *args) callback for the hasExtensionOfType() method More... static PyObject * staticCallback_hasExtensionOfName ( PyObject *self, PyObject *args) callback for the hasExtensionOfName() method More... static PyObject * staticCallback_getExtensionOfType ( PyObject *self, PyObject *args) callback for the getExtensionOfType() method More... static PyObject * staticCallback_getExtensionOfName ( PyObject *self, PyObject *args) callback for the getExtensionOfName() method More... static PyObject * staticCallback_setExtension ( PyObject *self, PyObject *args) callback for the setExtension() method More... static PyObject * staticCallback_deleteExtensionOfType ( PyObject *self, PyObject *args) callback for the deleteExtensionOfType() method More... static PyObject * staticCallback_deleteExtensionOfName ( PyObject *self, PyObject *args) callback for the deleteExtensionOfName() method More... static PyObject * staticCallback_getExtensions ( PyObject *self, PyObject *args) callback for the getExtensions() method More... static PyObject * staticCallback_getConstruction ( PyObject *self, void *closure) getter callback for the Construction attribute More... static int staticCallback_setConstruction ( PyObject *self, PyObject *value, void *closure) setter callback for the Construction attribute More... static PyObject * staticCallback_getTag ( PyObject *self, void *closure) getter callback for the Tag attribute More... static int staticCallback_setTag ( PyObject *self, PyObject *value, void *closure) setter callback for the Tag attribute More... Static Public Member Functions inherited from Base::PyObjectBase static void PyDestructor ( PyObject *P) Wrapper for the Python destructor. More... Static Public Attributes static PyGetSetDef GetterSetter [] Attribute structure of ConePy . More... static PyMethodDef Methods [] Methods structure of ConePy . More... static PyTypeObject Type Type structure of ConePy . More... Static Public Attributes inherited from Part::GeometrySurfacePy static PyGetSetDef GetterSetter [] Attribute structure of GeometrySurfacePy . More... static PyMethodDef Methods [] Methods structure of GeometrySurfacePy . More... static PyTypeObject Type Type structure of GeometrySurfacePy . More... Static Public Attributes inherited from Part::GeometryPy static PyGetSetDef GetterSetter [] Attribute structure of GeometryPy . More... static PyMethodDef Methods [] Methods structure of GeometryPy . More... static PyTypeObject Type Type structure of GeometryPy . More... Static Public Attributes inherited from Base::PyObjectBase static PyMethodDef Methods [] static PyTypeObject Type Py_Header struct from python.h. More... Protected Member Functions ~ConePy () Protected Member Functions inherited from Part::GeometrySurfacePy ~GeometrySurfacePy () Protected Member Functions inherited from Part::GeometryPy ~GeometryPy () Protected Member Functions inherited from Base::PyObjectBase virtual ~PyObjectBase () destructor More... callbacks and implementers for the python object methods PyObject * uIso ( PyObject *args) implementer for the uIso() method More... PyObject * vIso ( PyObject *args) implementer for the vIso() method More... static PyObject * staticCallback_uIso ( PyObject *self, PyObject *args) callback for the uIso() method More... static PyObject * staticCallback_vIso ( PyObject *self, PyObject *args) callback for the vIso() method More... callbacks and implementers for the python object attributes Py::Object getApex (void) const getter for the Apex attribute More... Py::Float getRadius (void) const getter for the Radius attribute More... void setRadius (Py::Float arg) setter for the Radius attribute More... Py::Float getSemiAngle (void) const getter for the SemiAngle attribute More... void setSemiAngle (Py::Float arg) setter for the SemiAngle attribute More... Py::Object getCenter (void) const getter for the Center attribute More... void setCenter (Py::Object arg) setter for the Center attribute More... Py::Object getAxis (void) const getter for the Axis attribute More... void setAxis (Py::Object arg) setter for the Axis attribute More... PyObject * getCustomAttributes (const char *attr) const getter method for special attributes (e.g. dynamic ones) More... int setCustomAttributes (const char *attr, PyObject *obj) setter for special attributes (e.g. More... GeomCone * getGeomConePtr (void) const getter for the object handled by this class More... static PyObject * staticCallback_getApex ( PyObject *self, void *closure) getter callback for the Apex attribute More... static int staticCallback_setApex ( PyObject *self, PyObject * value , void *closure) setter callback for the Apex attribute More... static PyObject * staticCallback_getRadius ( PyObject *self, void *closure) getter callback for the Radius attribute More... static int staticCallback_setRadius ( PyObject *self, PyObject * value , void *closure) setter callback for the Radius attribute More... static PyObject * staticCallback_getSemiAngle ( PyObject *self, void *closure) getter callback for the SemiAngle attribute More... static int staticCallback_setSemiAngle ( PyObject *self, PyObject * value , void *closure) setter callback for the SemiAngle attribute More... static PyObject * staticCallback_getCenter ( PyObject *self, void *closure) getter callback for the Center attribute More... static int staticCallback_setCenter ( PyObject *self, PyObject * value , void *closure) setter callback for the Center attribute More... static PyObject * staticCallback_getAxis ( PyObject *self, void *closure) getter callback for the Axis attribute More... static int staticCallback_setAxis ( PyObject *self, PyObject * value , void *closure) setter callback for the Axis attribute More... Additional Inherited Members Protected Attributes inherited from Base::PyObjectBase std::bitset< 32 > StatusBits Detailed Description The python export class for GeomCone . Member Typedef Documentation β—† PointerType typedef GeomCone * Part::ConePy::PointerType Constructor & Destructor Documentation β—† ~ConePy() ConePy::~ConePy ( ) protected β—† ConePy() ConePy::ConePy ( GeomCone * pcObject , PyTypeObject * T = & Type ) Referenced by PyMake() . Member Function Documentation β—† getApex() Py::Object ConePy::getApex ( void ) const getter for the Apex attribute References getGeomConePtr() . Referenced by staticCallback_getApex() . β—† getAxis() Py::Object ConePy::getAxis ( void ) const getter for the Axis attribute References Part::GeometryPy::getGeometryPtr() . Referenced by staticCallback_getAxis() . β—† getCenter() Py::Object ConePy::getCenter ( void ) const getter for the Center attribute References getGeomConePtr() . Referenced by staticCallback_getCenter() . β—† getCustomAttributes() PyObject * ConePy::getCustomAttributes ( const char * attr ) const getter method for special attributes (e.g. dynamic ones) β—† getGeomConePtr() GeomCone * ConePy::getGeomConePtr ( void ) const getter for the object handled by this class Referenced by getApex() , getCenter() , getRadius() , getSemiAngle() , setCenter() , setRadius() , setSemiAngle() , uIso() , and vIso() . β—† getRadius() Py::Float ConePy::getRadius ( void ) const getter for the Radius attribute References getGeomConePtr() . Referenced by staticCallback_getRadius() . β—† getSemiAngle() Py::Float ConePy::getSemiAngle ( void ) const getter for the SemiAngle attribute References getGeomConePtr() . Referenced by staticCallback_getSemiAngle() . β—† GetType() virtual PyTypeObject* Part::ConePy::GetType ( void ) virtual Reimplemented from Part::GeometrySurfacePy . β—† PyInit() int ConePy::PyInit ( PyObject * , PyObject * ) virtual PyInit method Override this method to initialize a newly created instance of the class (Constructor) Reimplemented from Part::GeometrySurfacePy . References Part::GeometryPy::getGeometryPtr() , Part::PartExceptionOCCError , Type , Base::VectorPy::Type , Part::GeometrySurfacePy::value() , Base::Vector3< _Precision >::x , Base::Vector3< _Precision >::y , and Base::Vector3< _Precision >::z . β—† PyMake() PyObject * ConePy::PyMake ( struct _typeobject * , PyObject * , PyObject * ) static References ConePy() . β—† representation() std::string ConePy::representation ( void ) const Referenced by config_control_design.pcurve::wr1() , config_control_design.degenerate_pcurve::wr1() , automotive_design.motion_link_relationship::wr1() , automotive_design.pcurve::wr1() , automotive_design.degenerate_pcurve::wr1() , config_control_design.pcurve::wr2() , config_control_design.degenerate_pcurve::wr2() , automotive_design.pcurve::wr2() , and automotive_design.degenerate_pcurve::wr2() . β—† setAxis() void ConePy::setAxis ( Py::Object arg ) setter for the Axis attribute References Part::GeometryPy::getGeometryPtr() , Base::VectorPy::Type , and Part::GeometrySurfacePy::value() . Referenced by staticCallback_setAxis() . β—† setCenter() void ConePy::setCenter ( Py::Object arg ) setter for the Center attribute References getGeomConePtr() , Base::VectorPy::Type , Part::GeometrySurfacePy::value() , Base::Vector3< _Precision >::x , Base::Vector3< _Precision >::y , and Base::Vector3< _Precision >::z . Referenced by staticCallback_setCenter() . β—† setCustomAttributes() int ConePy::setCustomAttributes ( const char * attr , PyObject * obj ) setter for special attributes (e.g. dynamic ones) Output: Success=1, Failure=-1, Ignore=0 β—† setRadius() void ConePy::setRadius ( Py::Float arg ) setter for the Radius attribute References getGeomConePtr() . Referenced by staticCallback_setRadius() . β—† setSemiAngle() void ConePy::setSemiAngle ( Py::Float arg ) setter for the SemiAngle attribute References getGeomConePtr() . Referenced by staticCallback_setSemiAngle() . β—† staticCallback_getApex() PyObject * ConePy::staticCallback_getApex ( PyObject * self , void * closure ) static getter callback for the Apex attribute References Base::BaseExceptionFreeCADError , getApex() , Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_getAxis() PyObject * ConePy::staticCallback_getAxis ( PyObject * self , void * closure ) static getter callback for the Axis attribute References Base::BaseExceptionFreeCADError , getAxis() , Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_getCenter() PyObject * ConePy::staticCallback_getCenter ( PyObject * self , void * closure ) static getter callback for the Center attribute References Base::BaseExceptionFreeCADError , getCenter() , Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_getRadius() PyObject * ConePy::staticCallback_getRadius ( PyObject * self , void * closure ) static getter callback for the Radius attribute References Base::BaseExceptionFreeCADError , getRadius() , Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_getSemiAngle() PyObject * ConePy::staticCallback_getSemiAngle ( PyObject * self , void * closure ) static getter callback for the SemiAngle attribute References Base::BaseExceptionFreeCADError , getSemiAngle() , Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_setApex() int ConePy::staticCallback_setApex ( PyObject * self , PyObject * value , void * closure ) static setter callback for the Apex attribute References Base::PyObjectBase::isValid() , and Base::PyObjectBase::PyObjectBase() . β—† staticCallback_setAxis() int ConePy::staticCallback_setAxis ( PyObject * self , PyObject * value , void * closure ) static setter callback for the Axis attribute References Base::BaseExceptionFreeCADError , Base::PyObjectBase::isConst() , Base::PyObjectBase::isValid() , Base::PyObjectBase::PyObjectBase() , and setAxis() . β—† staticCallback_setCenter() int ConePy::staticCallback_setCenter ( PyObject * self , PyObject * value , void * closure ) static setter callback for the Center attribute References Base::BaseExceptionFreeCADError , Base::PyObjectBase::isConst() , Base::PyObjectBase::isValid() , Base::PyObjectBase::PyObjectBase() , and setCenter() . β—† staticCallback_setRadius() int ConePy::staticCallback_setRadius ( PyObject * self , PyObject * value , void * closure ) static setter callback for the Radius attribute References Base::BaseExceptionFreeCADError , Base::PyObjectBase::isConst() , Base::PyObjectBase::isValid() , Base::PyObjectBase::PyObjectBase() , and setRadius() . β—† staticCallback_setSemiAngle() int ConePy::staticCallback_setSemiAngle ( PyObject * self , PyObject * value , void * closure ) static setter callback for the SemiAngle attribute References Base::BaseExceptionFreeCADError , Base::PyObjectBase::isConst() , Base::PyObjectBase::isValid() , Base::PyObjectBase::PyObjectBase() , and setSemiAngle() . β—† staticCallback_uIso() PyObject * ConePy::staticCallback_uIso ( PyObject * self , PyObject * args ) static callback for the uIso() method References Base::BaseExceptionFreeCADError , Base::Console() , Base::ConsoleSingleton::Error() , Base::PyObjectBase::isValid() , Base::PyObjectBase::PyObjectBase() , and uIso() . β—† staticCallback_vIso() PyObject * ConePy::staticCallback_vIso ( PyObject * self , PyObject * args ) static callback for the vIso() method References Base::BaseExceptionFreeCADError , Base::Console() , Base::ConsoleSingleton::Error() , Base::PyObjectBase::isValid() , Base::PyObjectBase::PyObjectBase() , and vIso() . β—† uIso() PyObject * ConePy::uIso ( PyObject * args ) implementer for the uIso() method References getGeomConePtr() , and Part::PartExceptionOCCError . Referenced by staticCallback_uIso() . β—† vIso() PyObject * ConePy::vIso ( PyObject * args ) implementer for the vIso() method References getGeomConePtr() , and Part::PartExceptionOCCError . Referenced by staticCallback_vIso() . Member Data Documentation β—† GetterSetter PyGetSetDef ConePy::GetterSetter static Attribute structure of ConePy . β—† Methods PyMethodDef ConePy::Methods static Initial value: = { { "uIso" , reinterpret_cast< PyCFunction > ( staticCallback_uIso ), METH_VARARGS, "Builds the U isoparametric circle of this cone" }, { "vIso" , reinterpret_cast< PyCFunction > ( staticCallback_vIso ), METH_VARARGS, "Builds the V isoparametric circle of this cone" }, {NULL, NULL, 0, NULL} } Methods structure of ConePy . β—† Type PyTypeObject ConePy::Type static Type structure of ConePy . Referenced by ArchPanel.CommandPanelSheet::Activated() , ArchStructure.StructSelectionObserver::addSelection() , ArchSite.Compass::buildCoordinates() , ArchSchedule.CommandArchSchedule::IsActive() , ArchAxis.CommandArchGrid::IsActive() , and PyInit() . The documentation for this class was generated from the following files: build/webdoc/src/Mod/Part/App/ConePy.h src/Mod/Part/App/ConePyImp.cpp build/webdoc/src/Mod/Part/App/ConePy.cpp Part::ConePy::staticCallback_uIso static PyObject * staticCallback_uIso(PyObject *self, PyObject *args) callback for the uIso() method Definition: ConePy.cpp:159 Part::ConePy::staticCallback_vIso static PyObject * staticCallback_vIso(PyObject *self, PyObject *args) callback for the vIso() method Definition: ConePy.cpp:235 1.8.17
======================================================================================================================================= Index Modules Hierarchy Alphabetical list Part Part2DObject Part::Part2DObject Member List This is the complete list of members for Part::Part2DObject , including all inherited members. acceptGeometry () Part::Part2DObject virtual addDynamicProperty (const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override App::DocumentObject virtual adjustRelativeLinks (const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0) App::DocumentObject virtual allowDuplicateLabel () const App::DocumentObject virtual attacher (void) const Part::AttachExtension AttacherType Part::AttachExtension AttachExtension () Part::AttachExtension AttachmentOffset Part::AttachExtension BaseClass () Base::BaseClass buildHistory (BRepBuilderAPI_MakeShape &, TopAbs_ShapeEnum type, const TopoDS_Shape &newS, const TopoDS_Shape &oldS) Part::Feature protected canLinkProperties () const App::DocumentObject virtual canLoadPartial () const App::DocumentObject virtual changeAttacherType (const char *typeName) Part::AttachExtension clearOutListCache () const App::DocumentObject clearShapeCache () Part::Feature static create (void) Base::Persistence static detachFromDocument () override App::DocumentObject virtual DocumentObject (void) App::DocumentObject DocumentObjectExtension () App::DocumentObjectExtension dumpToStream (std::ostream &stream, int compression) Base::Persistence dynamicProps App::PropertyContainer protected ElementNameType enum name App::GeoFeature encodeAttribute (const std::string &) Base::Persistence static enforceRecompute () App::DocumentObject execute (void) override Part::Part2DObject virtual Export enum value App::GeoFeature ExpressionEngine App::DocumentObject Extension () App::Extension extensionBegin () App::ExtensionContainer ExtensionContainer () App::ExtensionContainer extensionEnd () App::ExtensionContainer extensionExecute (void) Part::AttachExtension virtual extensionGetLinkedObject (DocumentObject *&ret, bool recursive, Base::Matrix4D *mat, bool transform, int depth) const App::DocumentObjectExtension virtual extensionGetPropertyByName (const char *name) const App::Extension virtual extensionGetPropertyDocumentation (const Property *prop) const App::Extension virtual extensionGetPropertyDocumentation (const char *name) const App::Extension virtual extensionGetPropertyGroup (const Property *prop) const App::Extension virtual extensionGetPropertyGroup (const char *name) const App::Extension virtual extensionGetPropertyList (std::vector< Property * > &List) const App::Extension virtual extensionGetPropertyMap (std::map< std::string, Property * > &Map) const App::Extension virtual extensionGetPropertyName (const Property *prop) const App::Extension virtual extensionGetPropertyType (const Property *prop) const App::Extension virtual extensionGetPropertyType (const char *name) const App::Extension virtual extensionGetSubObject (DocumentObject *&ret, const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const App::DocumentObjectExtension virtual extensionGetSubObjects (std::vector< std::string > &ret, int reason) const App::DocumentObjectExtension virtual extensionHasChildElement () const App::DocumentObjectExtension virtual extensionIsDerivedFrom (const Base::Type type) const App::Extension extensionIsElementVisible (const char *) App::DocumentObjectExtension virtual ExtensionIterator typedef App::ExtensionContainer extensionMustExecute (void) Part::AttachExtension virtual extensionOnChanged (const App::Property *) Part::AttachExtension protected virtual ExtensionPythonObject App::Extension protected extensionRestore (Base::XMLReader &) App::Extension virtual extensionSave (Base::Writer &) const App::Extension virtual extensionSetElementVisible (const char *, bool) App::DocumentObjectExtension virtual extHandleChangedPropertyName (Base::XMLReader &reader, const char *TypeName, const char *PropName) Part::AttachExtension protected virtual Feature (void) Part::Feature GeoFeature (void) App::GeoFeature getAxis (int axId) const Part::Part2DObject virtual getAxisCount (void) const Part::Part2DObject virtual getClassTypeId (void) Base::Persistence static getDocument (void) const App::DocumentObject getDynamicPropertyByName (const char *name) const App::PropertyContainer virtual getDynamicPropertyData (const Property *prop) const App::PropertyContainer getDynamicPropertyNames () const App::PropertyContainer virtual getElementName (const char *name, ElementNameType type=Normal) const App::GeoFeature virtual getExportName (bool forced=false) const App::DocumentObject getExpression (const ObjectIdentifier &path) const App::DocumentObject virtual getExtendedContainer () App::Extension getExtendedContainer () const App::Extension getExtendedObject () App::DocumentObjectExtension getExtendedObject () const App::DocumentObjectExtension getExtension (Base::Type, bool derived=true, bool no_except=false) const App::ExtensionContainer getExtension (const std::string &name) const App::ExtensionContainer getExtensionByType (bool no_except=false, bool derived=true) const App::ExtensionContainer getExtensionPyObject (void) Part::AttachExtension virtual getExtensionsDerivedFrom (Base::Type type) const App::ExtensionContainer getExtensionsDerivedFromType () const App::ExtensionContainer getFullName () const override App::DocumentObject virtual getGroup () const App::DocumentObject getID () const App::DocumentObject getInList (void) const App::DocumentObject getInListEx (std::set< App::DocumentObject * > &inSet, bool recursive, std::vector< App::DocumentObject * > *inList=0) const App::DocumentObject getInListEx (bool recursive) const App::DocumentObject getInListRecursive (void) const App::DocumentObject getLinkedObject (bool recurse=true, Base::Matrix4D *mat=0, bool transform=false, int depth=0) const App::DocumentObject virtual getLocation () const Part::Feature getMemSize (void) const App::PropertyContainer virtual getNameInDocument (void) const App::DocumentObject getOldLabel () const App::DocumentObject getOutList () const App::DocumentObject getOutList (int option) const App::DocumentObject getOutList (int option, std::vector< App::DocumentObject * > &res) const App::DocumentObject getOutListOfProperty (App::Property *) const App::DocumentObject getOutListRecursive (void) const App::DocumentObject getParents (int depth=0) const App::DocumentObject getPathsByOutList (App::DocumentObject *to) const App::DocumentObject getPlacement () const Part::AttachExtension protected getPropertyByName (const char *name) const override App::ExtensionContainer virtual getPropertyData (void) const App::PropertyContainer protected virtual getPropertyDataPtr (void) App::PropertyContainer protected static getPropertyDocumentation (const Property *prop) const override App::ExtensionContainer virtual getPropertyDocumentation (const char *name) const override App::ExtensionContainer virtual getPropertyGroup (const Property *prop) const override App::ExtensionContainer virtual getPropertyGroup (const char *name) const override App::ExtensionContainer virtual getPropertyList (std::vector< Property * > &List) const override App::ExtensionContainer virtual getPropertyMap (std::map< std::string, Property * > &Map) const override App::ExtensionContainer virtual getPropertyName (const Property *prop) const override App::ExtensionContainer virtual getPropertyOfGeometry () const override Part::Feature virtual getPropertyPrefix () const App::PropertyContainer getPropertyType (const Property *prop) const override App::ExtensionContainer virtual getPropertyType (const char *name) const override App::ExtensionContainer virtual getPyObject () override Part::Feature virtual getShape (const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true) Part::Feature static getShapeOwner (const App::DocumentObject *obj, const char *subname=0) Part::Feature static getStatus () const App::DocumentObject getStatusString (void) const App::DocumentObject getSubObject (const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const override Part::Feature virtual getSubObjectList (const char *subname) const App::DocumentObject getSubObjects (int reason=0) const App::DocumentObject virtual getTopoShape (const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true, bool noElementMap=false) Part::Feature static getTypeId (void) const Base::Persistence virtual getViewProviderExtensionName (void) const App::DocumentObjectExtension virtual getViewProviderName (void) const override Part::Part2DObject virtual getViewProviderNameOverride () const App::DocumentObject virtual getViewProviderNameStored () const App::DocumentObject globalPlacement () const App::GeoFeature GS_DEFAULT enum value App::DocumentObject GS_SELECT enum value App::DocumentObject GSReason enum name App::DocumentObject H_Axis Part::Part2DObject static handleChangedPropertyName (Base::XMLReader &reader, const char *TypeName, const char *PropName) override Part::Part2DObject protected virtual handleChangedPropertyType (Base::XMLReader &reader, const char *TypeName, App::Property *prop) override Part::Part2DObject protected virtual hasChildElement () const App::DocumentObject virtual hasExtension (Base::Type, bool derived=true) const App::ExtensionContainer hasExtension (const std::string &name) const App::ExtensionContainer hasExtensions () const App::ExtensionContainer hasHiddenMarker (const char *subname) App::DocumentObject static hasShapeOwner (const App::DocumentObject *obj, const char *subname=0) Part::Feature static hiddenMarker () App::DocumentObject static Import enum value App::GeoFeature init (void) Base::Persistence static initExtension (App::ExtensionContainer *obj) App::Extension virtual initExtensionSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Base::Type::instantiationMethod method=0) App::Extension protected static initExtensionType (Base::Type type) App::Extension protected initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Base::BaseClass protected static isAttachedToDocument () const override App::DocumentObject virtual isAttacherActive () const Part::AttachExtension isDerivedFrom (const Type type) const Base::BaseClass isElementVisible (const char *element) const App::DocumentObject virtual isError (void) const App::DocumentObject isExporting () const App::DocumentObject isHidden (const Property *prop) const App::PropertyContainer isHidden (const char *name) const App::PropertyContainer isInInList (DocumentObject *objToTest) const App::DocumentObject isInInListRecursive (DocumentObject *objToTest) const App::DocumentObject isInOutList (DocumentObject *objToTest) const App::DocumentObject isInOutListRecursive (DocumentObject *objToTest) const App::DocumentObject isPythonExtension () App::Extension isReadOnly (const Property *prop) const App::PropertyContainer isReadOnly (const char *name) const App::PropertyContainer isRecomputing () const App::DocumentObject isRemoving () const App::DocumentObject isRestoring () const App::DocumentObject isTouched (void) const App::DocumentObject isTouched_Mapping () Part::AttachExtension virtual isValid (void) const App::DocumentObject joinHistory (const ShapeHistory &, const ShapeHistory &) Part::Feature protected Label App::DocumentObject Label2 App::DocumentObject m_isPythonExtension App::Extension protected MapMode Part::AttachExtension MapPathParameter Part::AttachExtension MapReversed Part::AttachExtension mustExecute () const override Part::Feature virtual mustRecompute (void) const App::DocumentObject N_Axis Part::Part2DObject static name () const App::Extension Normal enum value App::GeoFeature oldLabel App::DocumentObject protected onBeforeChange (const Property *prop) override App::DocumentObject protected virtual onBeforeChangeLabel (std::string &newLabel) App::DocumentObject virtual onBeforeChangeProperty (Document *doc, const Property *prop) App::TransactionalObject protected onChanged (const App::Property *prop) override Part::Feature protected virtual onDocumentRestored () App::DocumentObject protected virtual onExtendedDocumentRestored () Part::AttachExtension virtual onExtendedSettingDocument () App::DocumentObjectExtension virtual onExtendedSetupObject () App::DocumentObjectExtension virtual onExtendedUnsetupObject () App::DocumentObjectExtension virtual onLostLinkToObject (DocumentObject *) App::DocumentObject virtual onPropertyStatusChanged (const Property &prop, unsigned long oldStatus) override App::DocumentObject protected virtual onSettingDocument () App::DocumentObject protected virtual onUpdateElementReference (const Property *) App::DocumentObject virtual OutListNoExpression enum value App::DocumentObject OutListNoHidden enum value App::DocumentObject OutListNoXLinked enum value App::DocumentObject OutListOption enum name App::DocumentObject Part2DObject () Part::Part2DObject pcNameInDocument App::DocumentObject protected Placement App::GeoFeature positionBySupport (void) Part::AttachExtension virtual PropertyContainer () App::PropertyContainer purgeError (void) App::DocumentObject purgeTouched (void) App::DocumentObject PythonObject App::DocumentObject protected recompute () override Part::Feature protected virtual recomputeFeature (bool recursive=false) App::DocumentObject redirectSubName (std::ostringstream &ss, DocumentObject *topParent, DocumentObject *child) const App::DocumentObject virtual registerExtension (Base::Type extension, App::Extension *ext) App::ExtensionContainer removeDynamicProperty (const char *prop) override App::DocumentObject virtual renameObjectIdentifiers (const std::map< App::ObjectIdentifier, App::ObjectIdentifier > &paths) App::DocumentObject virtual resetError (void) App::DocumentObject protected resolve (const char *subname, App::DocumentObject **parent=0, std::string *childName=0, const char **subElement=0, PyObject **pyObj=0, Base::Matrix4D *mat=0, bool transform=true, int depth=0) const App::DocumentObject resolveElement (App::DocumentObject *obj, const char *subname, std::pair< std::string, std::string > &elementName, bool append=false, ElementNameType type=Normal, const DocumentObject *filter=0, const char **element=0, GeoFeature **geo=0) App::GeoFeature static resolveRelativeLink (std::string &subname, App::DocumentObject *&link, std::string &linkSub) const App::DocumentObject Restore (Base::XMLReader &reader) override Part::Part2DObject virtual RestoreDocFile (Reader &) Base::Persistence virtual restoreExtensions (Base::XMLReader &reader) App::ExtensionContainer restoreFromStream (std::istream &stream) Base::Persistence Save (Base::Writer &writer) const override App::DocumentObject virtual SaveDocFile (Writer &) const Base::Persistence virtual saveExtensions (Base::Writer &writer) const App::ExtensionContainer seekTrimPoints (const std::vector< Geometry * > &geomlist, int GeoId, const Base::Vector3d &point, int &GeoId1, Base::Vector3d &intersect1, int &GeoId2, Base::Vector3d &intersect2) Part::Part2DObject static setAttacher (Attacher::AttachEngine *attacher) Part::AttachExtension virtual setDocument (App::Document *doc) App::DocumentObject protected setElementVisible (const char *element, bool visible) App::DocumentObject virtual setError (void) App::DocumentObject protected setExpression (const ObjectIdentifier &path, boost::shared_ptr< App::Expression > expr) App::DocumentObject virtual setPropertyPrefix (const char *prefix) App::PropertyContainer setPropertyStatus (unsigned char bit, bool value) App::PropertyContainer setPyObject (PyObject *) Base::BaseClass virtual setStatus (ObjectStatus pos, bool on) App::DocumentObject setupObject () App::DocumentObject protected virtual Shape Part::Feature signalBeforeChange App::DocumentObject signalChanged App::DocumentObject StatusBits App::DocumentObject protected StdReturn App::DocumentObject static Support Part::AttachExtension testIfLinkDAGCompatible (DocumentObject *linkTo) const App::DocumentObject testIfLinkDAGCompatible (const std::vector< DocumentObject * > &linksTo) const App::DocumentObject testIfLinkDAGCompatible (App::PropertyLinkSubList &linksTo) const App::DocumentObject testIfLinkDAGCompatible (App::PropertyLinkSub &linkTo) const App::DocumentObject testStatus (ObjectStatus pos) const App::DocumentObject touch (bool noRecompute=false) App::DocumentObject TransactionalObject (void) App::TransactionalObject transformPlacement (const Base::Placement &transform) override Part::Part2DObject virtual unsetupObject () App::DocumentObject protected virtual updateAttacherVals () Part::AttachExtension V_Axis Part::Part2DObject static Visibility App::DocumentObject ~AttachExtension () Part::AttachExtension virtual ~BaseClass () Base::BaseClass virtual ~DocumentObject () App::DocumentObject virtual ~DocumentObjectExtension () App::DocumentObjectExtension virtual ~Extension () App::Extension virtual ~ExtensionContainer () App::ExtensionContainer virtual ~Feature () Part::Feature virtual ~GeoFeature () App::GeoFeature virtual ~PropertyContainer () App::PropertyContainer virtual ~TransactionalObject () App::TransactionalObject virtual 1.8.17
================================================================================================================================================================= Index Modules Hierarchy Alphabetical list PathScripts PathSimulatorGui CommandPathSimulate List of all members | Public Member Functions PathScripts.PathSimulatorGui.CommandPathSimulate Class Reference Public Member Functions def Activated (self) def GetResources (self) def IsActive (self) Member Function Documentation β—† Activated() def PathScripts.PathSimulatorGui.CommandPathSimulate.Activated ( self ) β—† GetResources() def PathScripts.PathSimulatorGui.CommandPathSimulate.GetResources ( self ) β—† IsActive() def PathScripts.PathSimulatorGui.CommandPathSimulate.IsActive ( self ) The documentation for this class was generated from the following file: src/Mod/Path/PathScripts/PathSimulatorGui.py 1.8.17
=============================================================================================================================================================== Index Modules Hierarchy Alphabetical list config_control_design person_and_organization List of all members | Public Member Functions | Public Attributes config_control_design.person_and_organization Class Reference Public Member Functions def the_organization () def the_person () Public Attributes the_organization the_person Detailed Description Entity person_and_organization definition. :param the_person :type the_person:person :param the_organization :type the_organization:organization Member Function Documentation β—† the_organization() def config_control_design.person_and_organization.the_organization ( ) References config_control_design.person_and_organization._the_organization, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.person_and_organization._the_organization, automotive_design.person_and_organization._the_organization, and config_control_design.person_and_organization.the_organization . β—† the_person() def config_control_design.person_and_organization.the_person ( ) References config_control_design.person_and_organization._the_person, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.person_and_organization._the_person, automotive_design.person_and_organization._the_person, and config_control_design.person_and_organization.the_person . Member Data Documentation β—† the_organization config_control_design.person_and_organization.the_organization Referenced by config_control_design.person_and_organization.the_organization() . β—† the_person config_control_design.person_and_organization.the_person Referenced by config_control_design.person_and_organization.the_person() . The documentation for this class was generated from the following file: src/Mod/Import/App/config_control_design.py 1.8.17
============================================================================================================================================= Index Modules Hierarchy Alphabetical list ifc2x3 ifcpostaladdress ifc2x3.ifcpostaladdress Member List This is the complete list of members for ifc2x3.ifcpostaladdress , including all inherited members. addresslines ifc2x3.ifcpostaladdress addresslines () ifc2x3.ifcpostaladdress country ifc2x3.ifcpostaladdress country () ifc2x3.ifcpostaladdress description ifc2x3.ifcaddress description () ifc2x3.ifcaddress internallocation ifc2x3.ifcpostaladdress internallocation () ifc2x3.ifcpostaladdress oforganization () ifc2x3.ifcaddress ofperson () ifc2x3.ifcaddress postalbox ifc2x3.ifcpostaladdress postalbox () ifc2x3.ifcpostaladdress postalcode ifc2x3.ifcpostaladdress postalcode () ifc2x3.ifcpostaladdress purpose ifc2x3.ifcaddress purpose () ifc2x3.ifcaddress region ifc2x3.ifcpostaladdress region () ifc2x3.ifcpostaladdress town ifc2x3.ifcpostaladdress town () ifc2x3.ifcpostaladdress userdefinedpurpose ifc2x3.ifcaddress userdefinedpurpose () ifc2x3.ifcaddress wr1 (self) ifc2x3.ifcpostaladdress 1.8.17
========================================================================================================================= Index Modules Hierarchy Alphabetical list MED TSeg2a List of all members | Public Member Functions MED::TSeg2a Struct Reference #include <MED_GaussUtils.hxx> Public Member Functions virtual void InitFun (const TCCoordSliceArr &theRef, const TCCoordSliceArr &theGauss, TFun &theFun) const TSeg2a () Public Member Functions inherited from MED::TShapeFun bool Eval (const TCellInfo &theCellInfo, const TNodeInfo &theNodeInfo, const TElemNum &theElemNum, const TCCoordSliceArr &theRef, const TCCoordSliceArr &theGauss, TGaussCoord &theGaussCoord, EModeSwitch theMode) TCoordSlice GetCoord ( TInt theRefId) TCCoordSlice GetCoord ( TInt theRefId) const void GetFun (const TCCoordSliceArr &theRef, const TCCoordSliceArr &theGauss, TFun &theFun) const TInt GetNbRef () const virtual bool IsSatisfy (const TCCoordSliceArr &theRefCoord) const TShapeFun ( TInt theDim=0, TInt theNbRef=0) Additional Inherited Members Public Attributes inherited from MED::TShapeFun TInt myDim TInt myNbRef TFloatVector myRefCoord Constructor & Destructor Documentation β—† TSeg2a() MED::TSeg2a::TSeg2a ( ) References MED::TShapeFun::GetCoord() , and MED::TShapeFun::GetNbRef() . Member Function Documentation β—† InitFun() void MED::TSeg2a::InitFun ( const TCCoordSliceArr & theRef , const TCCoordSliceArr & theGauss , TFun & theFun ) const virtual Implements MED::TShapeFun . References MED::TShapeFun::GetFun() , and MED::TShapeFun::TFun::GetFunSlice() . The documentation for this struct was generated from the following files: src/3rdParty/salomesmesh/inc/MED_GaussUtils.hxx src/3rdParty/salomesmesh/src/SMESH/MED_GaussUtils.cpp 1.8.17
============================================================================================================================================ Index Modules Hierarchy Alphabetical list NETGENPlugin_ngMeshInfo Member List This is the complete list of members for NETGENPlugin_ngMeshInfo , including all inherited members. NETGENPlugin_ngMeshInfo (netgen::Mesh *ngMesh=0) NETGENPlugin_ngMeshInfo restoreLocalH (netgen::Mesh *ngMesh) NETGENPlugin_ngMeshInfo transferLocalH (netgen::Mesh *fromMesh, netgen::Mesh *toMesh) NETGENPlugin_ngMeshInfo 1.8.17
========================================================================================================================================= Index Modules Hierarchy Alphabetical list List of all members | Public Member Functions | Protected Member Functions CmdSketcherConstrainCoincident Class Reference Public Member Functions virtual const char * className () const The C++ class name is needed as context for the translation framework. More... CmdSketcherConstrainCoincident () virtual ~CmdSketcherConstrainCoincident () Public Member Functions inherited from CmdSketcherConstraint CmdSketcherConstraint (const char *name) virtual ~CmdSketcherConstraint () Public Member Functions inherited from Gui::Command const char * beginCmdHelp (void) returns the begin of a online help page More... const char * endCmdHelp (void) returns the end of a online help page More... virtual const char * getHelpUrl (void) const Get the help URL. More... bool hasActiveDocument (void) const true when there is a document More... bool hasObject (const char *Name) true when there is a document and a Feature with Name More... const char * getAppModuleName (void) const returns the name to which the command belongs More... void setAppModuleName (const char *) const char * getName () const Get the command name. More... const char * getGroupName () const Get the name of the grouping of the command. More... void setGroupName (const char *) void testActive (void) Get somtile called to check the state of the command. More... void setEnabled ( bool ) Enables or disables the command. More... TriggerSource triggerSource () const Return the current command trigger source. More... void invoke (int index, TriggerSource trigger= TriggerNone ) Called to invoke the command. More... void addTo ( QWidget *) adds this command to arbitrary widgets More... void addToGroup ( ActionGroup *, bool checkable) void addToGroup ( ActionGroup *) void adjustCameraPosition () Gui::Document * getActiveGuiDocument (void) const Get pointer to the active gui document. More... App::Document * getDocument (const char *Name=0) const Get pointer to the named or active App document Returns a pointer to the named document or the active document when no name is given. More... bool isViewOfType ( Base::Type t) const checks if the active view is of a special type or derived More... App::DocumentObject * getObject (const char *Name) const returns the named feature or the active one from the active document or NULL More... std::string getUniqueObjectName (const char *BaseName, const App::DocumentObject *obj=0) const Get unique Feature name from the active document. More... void languageChange () Translate command. More... void updateAction (int mode) Updates the QAction with respect to the passed mode. More... void setupCheckable (int iMsg) Setup checkable actions based on current TriggerSource. More... const std::string strToPython (const char *Str) translate a string to a python string literal (needed e.g. in file names for windows...) More... const std::string strToPython (const std::string &Str) Public Member Functions inherited from Gui::CommandBase Action * getAction () const Returns the Action object of this command, or 0 if it doesn't exist. More... virtual const char * getMenuText () const virtual const char * getToolTipText () const virtual const char * getStatusTip () const virtual const char * getWhatsThis () const virtual const char * getPixmap () const virtual const char * getAccel () const void setWhatsThis (const char *) void setMenuText (const char *) void setToolTipText (const char *) void setStatusTip (const char *) void setPixmap (const char *) void setAccel (const char *) Protected Member Functions virtual void activated (int iMsg) Methods which gets called when activated, needs to be reimplemented! More... virtual void applyConstraint (std::vector< SelIdPair > &selSeq, int seqIndex) Protected Member Functions inherited from CmdSketcherConstraint virtual bool isActive (void) Override this method if your Cmd is not always active. More... Protected Member Functions inherited from Gui::Command Command (const char *name) virtual ~Command () virtual Action * createAction (void) Creates the used Action . More... void applyCommandData (const char *context, Action *) Applies the menu text, tool and status tip to the passed action object. More... const char * keySequenceToAccel (int) const Protected Member Functions inherited from Gui::CommandBase CommandBase (const char *sMenu, const char *sToolTip=0, const char *sWhat=0, const char *sStatus=0, const char * sPixmap =0, const char * sAccel =0) virtual ~CommandBase () Additional Inherited Members Public Types inherited from Gui::Command enum TriggerSource { TriggerNone , TriggerAction , TriggerChildAction } Command trigger source. More... enum DoCmd_Type { Doc , App , Gui } types of application level actions for DoCommand() More... Static Public Member Functions inherited from Gui::Command static void blockCommand ( bool ) Blocks all command objects. More... static void printPyCaller () Print to Python console the current Python calling source file and line number. More... static void printCaller (const char *file, int line) Print to Python console the current calling source file and line number. More... static void addModule ( DoCmd_Type eType , const char *sModuleName) import an external (or own) module only once More... static Application * getGuiApplication (void) Get pointer to the Application Window. More... static Gui::SelectionSingleton & getSelection (void) Get a reference to the selection. More... static std::string getObjectCmd (const char *Name, const App::Document *doc=0, const char *prefix=0, const char *postfix=0, bool gui=false) returns a python command string to retrieve an object from a document More... static std::string getObjectCmd (const App::DocumentObject *obj, const char *prefix=0, const char *postfix=0, bool gui=false) returns a python command string to retrieve the given object More... static void openCommand (const char * sName =0) Open a new Undo transaction on the active document. More... static void commitCommand (void) Commit the Undo transaction on the active document. More... static void abortCommand (void) Abort the Undo transaction on the active document. More... static bool hasPendingCommand (void) Check if an Undo transaction is open on the active document. More... static void updateActive (void) Updates the (active) document (propagate changes) More... static void updateAll (std::list< Gui::Document * > cList) Updates the (all or listed) documents (propagate changes) More... static bool isActiveObjectValid (void) Checks if the active object of the active document is valid. More... static std::string getPythonTuple (const std::string &name, const std::vector< std::string > &subnames) Get Python tuple from object and sub-elements. More... Protected Types inherited from Gui::Command enum CmdType { AlterDoc = 1, Alter3DView = 2, AlterSelection = 4, ForEdit = 8, NoTransaction = 16 } Protected Attributes inherited from CmdSketcherConstraint std::vector< std::vector< SketcherGui::SelType > > allowedSelSequences allowedSelSequences Each element is a vector representing sequence of selections allowable. More... const char ** constraintCursor = 0 Protected Attributes inherited from Gui::Command const char * sAppModule const char * sGroup const char * sName const char * sHelpUrl int eType bool bCanLog Indicate if the command shall log to MacroManager . More... Protected Attributes inherited from Gui::CommandBase const char * sMenuText const char * sToolTipText const char * sWhatsThis const char * sStatusTip const char * sPixmap const char * sAccel std::string displayText Constructor & Destructor Documentation β—† CmdSketcherConstrainCoincident() CmdSketcherConstrainCoincident::CmdSketcherConstrainCoincident ( ) References CmdSketcherConstraint::allowedSelSequences , CmdSketcherConstraint::constraintCursor , Gui::Command::eType , Gui::Command::ForEdit , Gui::CommandBase::sAccel , Gui::Command::sAppModule , SketcherGui::SelRoot , SketcherGui::SelVertex , SketcherGui::SelVertexOrRoot , Gui::Command::sGroup , Gui::CommandBase::sMenuText , Gui::CommandBase::sPixmap , Gui::CommandBase::sStatusTip , Gui::CommandBase::sToolTipText , and Gui::CommandBase::sWhatsThis . β—† ~CmdSketcherConstrainCoincident() virtual CmdSketcherConstrainCoincident::~CmdSketcherConstrainCoincident ( ) virtual Member Function Documentation β—† activated() void CmdSketcherConstrainCoincident::activated ( int iMsg ) protected virtual Methods which gets called when activated, needs to be reimplemented! Reimplemented from CmdSketcherConstraint . References Gui::Command::abortCommand() , SketcherGui::areBothPointsOrSegmentsFixed() , Sketcher::SketchObject::arePointsCoincident() , Gui::SelectionSingleton::clearSelection() , Gui::cmdAppObjectArgs() , Gui::Command::commitCommand() , CmdSketcherConstraint::constraintCursor , Sketcher::SketchObject::Constraints , SketcherGui::doEndpointTangency() , CmdSketcherConstraint::DrawSketchHandlerGenConstraint , Gui::Command::getActiveGuiDocument() , App::GetApplication() , ParameterGrp::GetBool() , Base::Persistence::getClassTypeId() , SketcherGui::getIdsFromName() , Gui::getMainWindow() , Gui::Command::getObject() , App::Application::GetParameterGroupByPath() , Gui::Command::getSelection() , Gui::SelectionSingleton::getSelectionEx() , Sketcher::PropertyConstraintList::getValues() , SketcherGui::isEdge() , Sketcher::none , Gui::Command::openCommand() , Sketcher::SketchObject::solve() , Sketcher::Tangent , SketcherGui::tryAutoRecompute() , and SketcherGui::tryAutoRecomputeIfNotSolve() . β—† applyConstraint() void CmdSketcherConstrainCoincident::applyConstraint ( std::vector< SelIdPair > & selSeq , int seqIndex ) protected virtual Reimplemented from CmdSketcherConstraint . References Gui::Command::abortCommand() , SketcherGui::areBothPointsOrSegmentsFixed() , Sketcher::SketchObject::arePointsCoincident() , Gui::cmdAppObjectArgs() , Gui::Command::commitCommand() , Gui::Command::getActiveGuiDocument() , Gui::Document::getInEdit() , Gui::ViewProviderDocumentObject::getObject() , SketcherGui::ViewProviderSketch::getSketchObject() , and Gui::Command::openCommand() . β—† className() virtual const char* CmdSketcherConstrainCoincident::className ( ) const virtual The C++ class name is needed as context for the translation framework. Reimplemented from CmdSketcherConstraint . The documentation for this class was generated from the following file: src/Mod/Sketcher/Gui/CommandConstraints.cpp 1.8.17
========================================================================================================================================== Index Modules Hierarchy Alphabetical list DrawingGui orthoview DrawingGui::orthoview Member List This is the complete list of members for DrawingGui::orthoview , including all inherited members. auto_scale DrawingGui::orthoview away DrawingGui::orthoview axo DrawingGui::orthoview deleteme () DrawingGui::orthoview getScale () DrawingGui::orthoview getViewPart () DrawingGui::orthoview hidden (bool) DrawingGui::orthoview ortho DrawingGui::orthoview orthoview (App::Document *parent, App::DocumentObject *part, App::DocumentObject *page, Base::BoundBox3d *partbox) DrawingGui::orthoview rel_x DrawingGui::orthoview rel_y DrawingGui::orthoview right DrawingGui::orthoview set_data (int r_x, int r_y) DrawingGui::orthoview set_projection (gp_Ax2 cs) DrawingGui::orthoview setPos (float=0, float=0) DrawingGui::orthoview setScale (float newscale) DrawingGui::orthoview smooth (bool) DrawingGui::orthoview tri DrawingGui::orthoview up DrawingGui::orthoview ~orthoview () DrawingGui::orthoview 1.8.17
===================================================================================================================================================== Index Modules Hierarchy Alphabetical list Mod Test TestGui TestWorkbenchCmd List of all members | Public Member Functions Mod.Test.TestGui.TestWorkbenchCmd Class Reference Public Member Functions def Activated (self) def GetResources (self) Member Function Documentation β—† Activated() def Mod.Test.TestGui.TestWorkbenchCmd.Activated ( self ) β—† GetResources() def Mod.Test.TestGui.TestWorkbenchCmd.GetResources ( self ) The documentation for this class was generated from the following file: src/Mod/Test/TestGui.py 1.8.17
======================================================================================================================================== Index Modules Hierarchy Alphabetical list PartGui ViewProviderImport List of all members | Public Member Functions | Protected Member Functions PartGui::ViewProviderImport Class Reference #include <ViewProviderImport.h> Public Member Functions ViewProviderImport () constructor More... virtual ~ViewProviderImport () destructor More... Public Member Functions inherited from PartGui::ViewProviderPart virtual bool doubleClicked (void) is called by the tree if the user double click on the object More... ViewProviderPart () constructor More... virtual ~ViewProviderPart () destructor More... Public Member Functions inherited from PartGui::ViewProviderPartExt virtual void attach ( App::DocumentObject *) override Attaches the document object to this view provider. More... virtual std::vector< std::string > getDisplayModes (void) const override returns a list of all possible modes More... void reload () Update the view representation. More... virtual void setDisplayMode (const char *ModeName) override set the display mode More... virtual void updateData (const App::Property *) override ViewProviderPartExt () constructor More... virtual ~ViewProviderPartExt () destructor More... virtual bool useNewSelectionModel (void) const override indicates if the ViewProvider use the new Selection model More... virtual std::string getElement (const SoDetail *) const override return a hit element to the selection path or 0 More... virtual SoDetail * getDetail (const char *) const override return the coin node detail of the subelement More... virtual std::vector< Base::Vector3d > getModelPoints (const SoPickedPoint *) const override virtual std::vector< Base::Vector3d > getSelectionShape (const char *Element) const override return the highlight lines for a given element or the whole shape More... void setHighlightedFaces (const std::vector< App::Color > &colors) void setHighlightedFaces (const std::vector< App::Material > &colors) void unsetHighlightedFaces () void setHighlightedEdges (const std::vector< App::Color > &colors) void unsetHighlightedEdges () void setHighlightedPoints (const std::vector< App::Color > &colors) void unsetHighlightedPoints () virtual std::map< std::string, App::Color > getElementColors (const char *element=0) const override virtual bool isUpdateForced () const override virtual void forceUpdate ( bool enable=true) override virtual bool allowOverride (const App::DocumentObject &) const override Allow this class to be used as an override for the original view provider of the given object. More... void setupContextMenu ( QMenu *, QObject *, const char *) override set up the context-menu with the supported edit modes More... Public Member Functions inherited from Gui::ViewProviderGeometryObject SoPickedPoint * getPickedPoint (const SbVec2s &pos, const View3DInventorViewer &viewer) const This method is provided for convenience and does basically the same as getPickedPoints() unless that only the closest point to the camera will be picked. More... SoPickedPointList getPickedPoints (const SbVec2s &pos, const View3DInventorViewer &viewer, bool pickAll=false) const Returns a list of picked points from the geometry under getRoot() . More... bool isSelectable (void) const ViewProviderGeometryObject () constructor. More... virtual ~ViewProviderGeometryObject () destructor. More... virtual void showBoundingBox ( bool ) Public Member Functions inherited from Gui::ViewProviderDragger ViewProviderDragger () constructor. More... virtual ~ViewProviderDragger () destructor. More... virtual ViewProvider * startEditing (int ModNum=0) override Public Member Functions inherited from Gui::ViewProviderDocumentObject virtual bool canDelete ( App::DocumentObject *obj) const override Asks the view provider if the given object can be deleted. More... virtual bool canDropObjectEx ( App::DocumentObject *, App::DocumentObject *, const char *, const std::vector< std::string > &) const override Query object dropping with full quanlified name. More... virtual bool getDetailPath (const char *subname, SoFullPath *pPath, bool append, SoDetail *&det) const override return the coin node detail and path to the node of the subname More... Gui::Document * getDocument () const Get the GUI document to this ViewProvider object. More... virtual bool getElementPicked (const SoPickedPoint *, std::string &subname) const override return a hit element given the picked point which contains the full node path More... App::DocumentObject * getObject (void) const Get the object of this ViewProvider object. More... PyObject * getPyObject () override Get the python wrapper for that ViewProvider . More... virtual void getTaskViewContent (std::vector< Gui::TaskView::TaskContent * > &) const override Get a list of TaskBoxes associated with this object. More... virtual void hide (void) override Hide the object in the view. More... virtual void reattach ( App::DocumentObject *) virtual int replaceObject ( App::DocumentObject *, App::DocumentObject *) override Replace an object to the view provider by drag and drop. More... void setActiveMode () Set the active mode, i.e. the first item of the 'Display' property. More... virtual void show (void) override Show the object in the view. More... virtual bool showInTree () const override Tell the tree view if this object should appear there. More... virtual void update (const App::Property *) override update the content of the ViewProvider this method have to implement the recalculation of the ViewProvider . More... void updateView () Run a redraw. More... ViewProviderDocumentObject () constructor. More... virtual ~ViewProviderDocumentObject () destructor. More... virtual void startRestoring () virtual void finishRestoring () virtual bool removeDynamicProperty (const char *prop) override virtual App::Property * addDynamicProperty (const char * type , const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override virtual ViewProviderDocumentObject * getLinkedViewProvider (std::string *subname=0, bool recursive=false) const Return the linked view object. More... virtual std::string getFullName () const override Public Member Functions inherited from Gui::ViewProvider virtual bool canAddToSceneGraph () const Indicate whether to be added to scene graph or not. More... virtual std::vector< App::DocumentObject * > claimChildren3D (void) const deliver the children belonging to this object this method is used to deliver the objects to the 3DView which should be grouped under its scene graph. More... SoSeparator * getAnnotation (void) virtual SoSeparator * getBackRoot (void) const virtual SoGroup * getChildRoot (void) const virtual SoSeparator * getFrontRoot (void) const SoSwitch * getModeSwitch (void) const virtual SoSeparator * getRoot (void) const SoTransform * getTransformNode () const ViewProvider () constructor. More... virtual ~ViewProvider () destructor. More... int partialRender (const std::vector< std::string > &subelements, bool clear) partial rendering setup More... Base::BoundBox3d getBoundingBox (const char *subname=0, bool transform=true, MDIView *view=0) const Return the bound box of this view object. More... virtual bool onDelete (const std::vector< std::string > &subNames) Get called if the object is about to get deleted. More... virtual void beforeDelete () Called before deletion. More... virtual bool canDragObjects () const Check whether children can be removed from the view provider by drag and drop. More... virtual bool canDragObject ( App::DocumentObject *) const Check whether the object can be removed from the view provider by drag and drop. More... virtual void dragObject ( App::DocumentObject *) Remove a child from the view provider by drag and drop. More... virtual bool canDropObjects () const Check whether objects can be added to the view provider by drag and drop or drop only. More... virtual bool canDropObject ( App::DocumentObject *) const Check whether the object can be dropped to the view provider by drag and drop or drop only. More... virtual bool canDragAndDropObject ( App::DocumentObject *) const Return false to force drop only operation for a given object. More... virtual void dropObject ( App::DocumentObject *) Add an object to the view provider by drag and drop. More... virtual std::string getDropPrefix () const return a subname referencing the sub-object holding the dropped objects More... virtual std::string dropObjectEx ( App::DocumentObject *obj, App::DocumentObject *owner, const char *subname, const std::vector< std::string > &elements) Add an object with full quanlified name to the view provider by drag and drop. More... virtual bool canRemoveChildrenFromRoot () const Tell the tree view to remove children items from the tree root. More... std::string getActiveDisplayMode (void) const virtual const char * getDefaultDisplayMode () const get the default display mode More... virtual bool isShow (void) const checks whether the view provider is visible or not More... void setVisible ( bool ) bool isVisible () const void setLinkVisible ( bool ) bool isLinkVisible () const virtual void setOverrideMode (const std::string &mode) Overrides the display mode with mode. More... const std::string getOverrideMode () virtual bool keyPressed ( bool pressed, int key) is called when the provider is in edit and a key event occurs. Only ESC ends edit. More... virtual bool mouseMove (const SbVec2s &cursorPos, View3DInventorViewer *viewer) is called when the provider is in edit and the mouse is moved More... virtual bool mouseButtonPressed (int button, bool pressed, const SbVec2s &cursorPos, const View3DInventorViewer *viewer) is called when the Provider is in edit and the mouse is clicked More... virtual QIcon getIcon (void) const deliver the icon shown in the tree view More... virtual std::vector< App::DocumentObject * > claimChildren (void) const deliver the children belonging to this object this method is used to deliver the objects to the tree framework which should be grouped under its label. More... bool isUpdatesEnabled () const void setUpdatesEnabled ( bool enable) unsigned long getStatus () const return the status bits More... bool testStatus ( ViewStatus pos) const void setStatus ( ViewStatus pos, bool on) std::string toString () const virtual void setElementColors (const std::map< std::string, App::Color > &colors) bool isEditing () const void finishEditing () virtual void setTransformation (const Base::Matrix4D &rcMatrix) set the viewing transformation of the provider More... virtual void setTransformation (const SbMatrix &rcMatrix) virtual MDIView * getMDIView () const virtual void Restore ( Base::XMLReader &reader) This method is used to restore properties from an XML document. More... bool isRestoring () void addDisplayMaskMode ( SoNode *node, const char * type ) Adds a new display mask mode. More... void setDisplayMaskMode (const char * type ) Activates the display mask mode type . More... SoNode * getDisplayMaskMode (const char * type ) const Get the node to the display mask mode type . More... std::vector< std::string > getDisplayMaskModes () const Returns a list of added display mask modes. More... void setDefaultMode (int) int getDefaultMode () const virtual void setRenderCacheMode (int) Public Member Functions inherited from App::TransactionalObject TransactionalObject (void) Constructor. More... virtual ~TransactionalObject () Public Member Functions inherited from App::ExtensionContainer ExtensionIterator extensionBegin () ExtensionContainer () ExtensionIterator extensionEnd () App::Extension * getExtension ( Base::Type , bool derived=true, bool no_except=false) const App::Extension * getExtension (const std::string &name) const template<typename ExtensionT > ExtensionT * getExtensionByType ( bool no_except=false, bool derived=true) const std::vector< Extension * > getExtensionsDerivedFrom ( Base::Type type ) const template<typename ExtensionT > std::vector< ExtensionT * > getExtensionsDerivedFromType () const bool hasExtension ( Base::Type , bool derived=true) const bool hasExtension (const std::string &name) const bool hasExtensions () const void registerExtension ( Base::Type extension, App::Extension *ext) virtual ~ExtensionContainer () virtual Property * getPropertyByName (const char *name) const override find a property by its name More... virtual const char * getPropertyName (const Property *prop) const override get the name of a property More... virtual void getPropertyMap (std::map< std::string, Property * > &Map) const override get all properties of the class (including properties of the parent) More... virtual void getPropertyList (std::vector< Property * > &List) const override get all properties of the class (including properties of the parent) More... virtual short getPropertyType (const Property *prop) const override get the Type of a Property More... virtual short getPropertyType (const char *name) const override get the Type of a named Property More... virtual const char * getPropertyGroup (const Property *prop) const override get the Group of a Property More... virtual const char * getPropertyGroup (const char *name) const override get the Group of a named Property More... virtual const char * getPropertyDocumentation (const Property *prop) const override get the Group of a Property More... virtual const char * getPropertyDocumentation (const char *name) const override get the Group of a named Property More... virtual void Save ( Base::Writer &writer) const override This method is used to save properties to an XML document. More... void saveExtensions ( Base::Writer &writer) const void restoreExtensions ( Base::XMLReader &reader) Public Member Functions inherited from App::PropertyContainer virtual App::Property * getDynamicPropertyByName (const char *name) const DynamicProperty::PropData getDynamicPropertyData (const Property *prop) const virtual std::vector< std::string > getDynamicPropertyNames () const virtual unsigned int getMemSize (void) const This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB? More... const char * getPropertyPrefix () const bool isHidden (const char *name) const check if the named property is hidden More... bool isHidden (const Property *prop) const check if the property is hidden More... bool isReadOnly (const char *name) const check if the named property is read-only More... bool isReadOnly (const Property *prop) const check if the property is read-only More... PropertyContainer () A constructor. More... void setPropertyPrefix (const char *prefix) void setPropertyStatus (unsigned char bit, bool value) set the Status bit of all properties at once More... virtual ~PropertyContainer () A destructor. More... Public Member Functions inherited from Base::Persistence void dumpToStream (std::ostream &stream, int compression) virtual Base::Type getTypeId (void) const virtual void RestoreDocFile ( Reader &) This method is used to restore large amounts of data from a file In this method you simply stream in your SaveDocFile() saved data. More... void restoreFromStream (std::istream &stream) virtual void SaveDocFile ( Writer &) const This method is used to save large amounts of data to a binary file. More... Public Member Functions inherited from Base::BaseClass BaseClass () Construction. More... bool isDerivedFrom (const Type type ) const virtual void setPyObject ( PyObject *) virtual ~BaseClass () Destruction. More... Protected Member Functions virtual bool setEdit (int ModNum) is called by the document when the provider goes in edit mode More... virtual void unsetEdit (int ModNum) is called when you lose the edit mode More... Protected Member Functions inherited from PartGui::ViewProviderPart void applyColor (const Part::ShapeHistory &hist, const std::vector< App::Color > &colBase, std::vector< App::Color > &colBool) void applyTransparency (const float &transparency, std::vector< App::Color > &colors) Protected Member Functions inherited from PartGui::ViewProviderPartExt virtual void onChanged (const App::Property *prop) override get called by the container whenever a property has been changed More... bool loadParameter () void updateVisual () void getNormals (const TopoDS_Face &theFace, const Handle(Poly_Triangulation)&aPolyTri, TColgp_Array1OfDir &theNormals) Protected Member Functions inherited from Gui::ViewProviderGeometryObject void setSelectable ( bool Selectable =true) virtual unsigned long getBoundColor () const Protected Member Functions inherited from Gui::ViewProviderDragger void setEditViewer ( View3DInventorViewer *, int ModNum) override adjust viewer settings when editing a view provider More... void unsetEditViewer ( View3DInventorViewer *) override restores viewer settings when leaving editing mode More... Protected Member Functions inherited from Gui::ViewProviderDocumentObject Gui::MDIView * getActiveView () const Gui::MDIView * getEditingView () const Gui::MDIView * getInventorView () const Gui::MDIView * getViewOfNode ( SoNode *node) const virtual void onBeforeChange (const App::Property *prop) override get called before the value is changed More... SoNode * findFrontRootOfType (const SoType & type ) const Searches in all view providers that are attached to an object that is part of the same document as the object this view provider is attached to for an front root of type . More... virtual bool isAttachedToDocument () const override virtual const char * detachFromDocument () override virtual void onPropertyStatusChanged (const App::Property &prop, unsigned long oldStatus) override get called when a property status has changed More... Protected Member Functions inherited from Gui::ViewProvider virtual QIcon mergeOverlayIcons (const QIcon &orig) const int getEditingMode () const return the edit mode or -1 if nothing is being edited More... bool checkRecursion ( SoNode *) Helper method to check that the node is valid, i.e. More... SoPickedPoint * getPointOnRay (const SbVec2s &pos, const View3DInventorViewer *viewer) const Helper method to get picked entities while editing. More... SoPickedPoint * getPointOnRay (const SbVec3f &pos, const SbVec3f &dir, const View3DInventorViewer *viewer) const Helper method to get picked entities while editing. More... Protected Member Functions inherited from App::TransactionalObject void onBeforeChangeProperty ( Document *doc, const Property *prop) Protected Member Functions inherited from App::PropertyContainer virtual const PropertyData & getPropertyData (void) const virtual void handleChangedPropertyName ( Base::XMLReader &reader, const char *TypeName, const char *PropName) PropertyContainer::handleChangedPropertyName is called during restore to possibly fix reading of older versions of this property container. More... virtual void handleChangedPropertyType ( Base::XMLReader &reader, const char *TypeName, Property *prop) PropertyContainer::handleChangedPropertyType is called during restore to possibly fix reading of older versions of the property container. More... Additional Inherited Members Public Types inherited from Gui::ViewProvider enum EditMode { Default = 0, Transform , Cutting , Color } Public Types inherited from App::ExtensionContainer typedef std::map< Base::Type , App::Extension * >::iterator ExtensionIterator Static Public Member Functions inherited from Gui::ViewProviderDragger static void updateTransform (const Base::Placement &from, SoTransform *to) Static Public Member Functions inherited from Gui::ViewProvider static const std::string & hiddenMarker () static const char * hasHiddenMarker (const char *subname) static SbMatrix convert (const Base::Matrix4D &rcMatrix) static Base::Matrix4D convert (const SbMatrix &sbMat) static void eventCallback (void *ud, SoEventCallback *node) Static Public Member Functions inherited from Base::Persistence static void * create (void) static std::string encodeAttribute (const std::string &) Encodes an attribute upon saving. More... static Base::Type getClassTypeId (void) static void init (void) Static Public Member Functions inherited from Base::BaseClass static void * create (void) static Type getClassTypeId (void) static void init (void) Public Attributes inherited from PartGui::ViewProviderPartExt App::PropertyAngle AngularDeflection App::PropertyBool ControlPoints App::PropertyFloatConstraint Deviation App::PropertyColorList DiffuseColor App::PropertyEnumeration DrawStyle App::PropertyEnumeration Lighting App::PropertyColor LineColor App::PropertyColorList LineColorArray App::PropertyMaterial LineMaterial App::PropertyFloatConstraint LineWidth App::PropertyColor PointColor App::PropertyColorList PointColorArray App::PropertyMaterial PointMaterial App::PropertyFloatConstraint PointSize Public Attributes inherited from Gui::ViewProviderGeometryObject App::PropertyBool BoundingBox App::PropertyBool Selectable App::PropertyColor ShapeColor App::PropertyMaterial ShapeMaterial App::PropertyPercent Transparency Public Attributes inherited from Gui::ViewProviderDocumentObject App::PropertyEnumeration DisplayMode App::PropertyEnumeration OnTopWhenSelected App::PropertyEnumeration SelectionStyle App::PropertyBool ShowInTree App::PropertyBool Visibility Public Attributes inherited from Gui::ViewProvider boost::signals2::signal< void()> signalChangeIcon signal on icon change More... boost::signals2::signal< void(const QString &)> signalChangeToolTip signal on tooltip change More... boost::signals2::signal< void(const QString &)> signalChangeStatusTip signal on status tip change More... Static Protected Member Functions inherited from App::PropertyContainer static const PropertyData * getPropertyDataPtr (void) Static Protected Member Functions inherited from Base::BaseClass static void initSubclass ( Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Protected Attributes inherited from PartGui::ViewProviderPartExt SoMaterialBinding * pcFaceBind SoMaterialBinding * pcLineBind SoMaterialBinding * pcPointBind SoMaterial * pcLineMaterial SoMaterial * pcPointMaterial SoDrawStyle * pcLineStyle SoDrawStyle * pcPointStyle SoShapeHints * pShapeHints SoCoordinate3 * coords SoBrepFaceSet * faceset SoNormal * norm SoNormalBinding * normb SoBrepEdgeSet * lineset SoBrepPointSet * nodeset bool VisualTouched bool NormalsFromUV Protected Attributes inherited from Gui::ViewProviderGeometryObject SoMaterial * pcShapeMaterial SoFCBoundingBox * pcBoundingBox SoSwitch * pcBoundSwitch SoBaseColor * pcBoundColor Protected Attributes inherited from Gui::ViewProviderDragger SoFCCSysDragger * csysDragger = nullptr Protected Attributes inherited from Gui::ViewProviderDocumentObject App::DocumentObject * pcObject Gui::Document * pcDocument Protected Attributes inherited from Gui::ViewProvider SoSeparator * pcRoot The root Separator of the ViewProvider . More... SoTransform * pcTransform this is transformation for the provider More... const char * sPixmap SoSwitch * pcModeSwitch this is the mode switch, all the different viewing modes are collected here More... SoSeparator * pcAnnotation The root separator for annotations. More... ViewProviderPy * pyViewObject std::string overrideMode std::bitset< 32 > StatusBits Protected Attributes inherited from App::PropertyContainer DynamicProperty dynamicProps Constructor & Destructor Documentation β—† ViewProviderImport() ViewProviderImport::ViewProviderImport ( ) constructor β—† ~ViewProviderImport() ViewProviderImport::~ViewProviderImport ( ) virtual destructor Member Function Documentation β—† setEdit() bool ViewProviderImport::setEdit ( int ModNum ) protected virtual is called by the document when the provider goes in edit mode Reimplemented from PartGui::ViewProviderPartExt . References PartGui::ViewProviderPartExt::setEdit() . Referenced by PathScripts.PathSetupSheetGui.ViewProvider::doubleClicked() , PathScripts.PathToolBitGui.ViewProvider::doubleClicked() , Spreadsheet_legacy.ViewProviderSpreadsheet::doubleClicked() , ArchSchedule.CommandArchSchedule::IsActive() , ArchAxis.CommandArchGrid::IsActive() , PathScripts.PathIconViewProvider.ViewProvider::setupContextMenu() , PathScripts.PathToolControllerGui.ViewProvider::setupContextMenu() , PathScripts.PathOpGui.ViewProvider::setupContextMenu() , and PathScripts.PathJobGui.ViewProvider::setupContextMenu() . β—† unsetEdit() void ViewProviderImport::unsetEdit ( int ModNum ) protected virtual is called when you lose the edit mode Reimplemented from PartGui::ViewProviderPartExt . References PartGui::ViewProviderPartExt::unsetEdit() . Referenced by PathScripts.PathJobGui.ViewProvider::uneditObject() . The documentation for this class was generated from the following files: src/Mod/Part/Gui/ViewProviderImport.h src/Mod/Part/Gui/ViewProviderImport.cpp 1.8.17
=============================================================================================================================== Index Modules Hierarchy Alphabetical list SumCollector Member List This is the complete list of members for SumCollector , including all inherited members. collect (Quantity value) SumCollector virtual Collector () Collector first Collector protected getQuantity () const Collector virtual q Collector protected SumCollector () SumCollector 1.8.17
============================================================================================================================= Index Modules Hierarchy Alphabetical list Gui DockWnd Classes Gui::DockWnd Namespace Reference The namespace of the dockable windows of FreeCAD. More... Classes class ComboView Combo View is a combination of a tree, property and TaskPanel for integrated user action. More... class PropertyDockView A dock window with the embedded property view. More... class ReportHighlighter Syntax highlighter to write log or normal messages, warnings and errors in different colors. More... class ReportOutput Output window to show messages. More... class ReportOutputObserver Observer to enable report view on warnings / errors if not already enabled. More... class ReportView Report view containing an output window and a very simple Python console. More... class SelectionView A test class. More... class ToolBox The ToolBox class provides a column of tabbed widget items. More... Detailed Description The namespace of the dockable windows of FreeCAD. 1.8.17
============================================================================================================================================== Index Modules Hierarchy Alphabetical list AdaptivePath EngagePoint AdaptivePath::EngagePoint Member List This is the complete list of members for AdaptivePath::EngagePoint , including all inherited members. EngagePoint (const Paths &p_toolBoundPaths) AdaptivePath::EngagePoint getCurrentDir () AdaptivePath::EngagePoint getCurrentPoint () AdaptivePath::EngagePoint GetState () AdaptivePath::EngagePoint moveForward (double distance) AdaptivePath::EngagePoint moveToClosestPoint (const IntPoint &pt, double step) AdaptivePath::EngagePoint nextEngagePoint (Adaptive2d *parent, ClearedArea &clearedArea, double step, double minCutArea, double maxCutArea, int maxPases=2) AdaptivePath::EngagePoint nextPath () AdaptivePath::EngagePoint ResetPasses () AdaptivePath::EngagePoint SetPaths (const Paths &paths) AdaptivePath::EngagePoint SetState (const EngageState &new_state) AdaptivePath::EngagePoint 1.8.17
============================================================================================================================================= Index Modules Hierarchy Alphabetical list PartDesign AdditiveCone PartDesign::AdditiveCone Member List This is the complete list of members for PartDesign::AdditiveCone , including all inherited members. addDynamicProperty (const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override App::DocumentObject virtual Additive enum value PartDesign::FeatureAddSub AddSubShape PartDesign::FeatureAddSub addSubType PartDesign::FeatureAddSub protected adjustRelativeLinks (const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0) App::DocumentObject virtual allowDuplicateLabel () const App::DocumentObject virtual Angle PartDesign::Cone attacher (void) const Part::AttachExtension AttacherType Part::AttachExtension AttachExtension () Part::AttachExtension AttachmentOffset Part::AttachExtension BaseClass () Base::BaseClass BaseFeature PartDesign::Feature Box enum value PartDesign::FeaturePrimitive buildHistory (BRepBuilderAPI_MakeShape &, TopAbs_ShapeEnum type, const TopoDS_Shape &newS, const TopoDS_Shape &oldS) Part::Feature protected canLinkProperties () const App::DocumentObject virtual canLoadPartial () const App::DocumentObject virtual changeAttacherType (const char *typeName) Part::AttachExtension clearOutListCache () const App::DocumentObject clearShapeCache () Part::Feature static Cone () PartDesign::Cone countSolids (const TopoDS_Shape &, TopAbs_ShapeEnum type=TopAbs_SOLID) PartDesign::Feature protected static create (void) Base::Persistence static Cylinder enum value PartDesign::FeaturePrimitive detachFromDocument () override App::DocumentObject virtual DocumentObject (void) App::DocumentObject DocumentObjectExtension () App::DocumentObjectExtension dumpToStream (std::ostream &stream, int compression) Base::Persistence dynamicProps App::PropertyContainer protected ElementNameType enum name App::GeoFeature Ellipsoid enum value PartDesign::FeaturePrimitive encodeAttribute (const std::string &) Base::Persistence static enforceRecompute () App::DocumentObject execute (void) PartDesign::Cone virtual PartDesign::FeaturePrimitive::execute (const TopoDS_Shape &primitiveShape) PartDesign::FeaturePrimitive protected Export enum value App::GeoFeature ExpressionEngine App::DocumentObject Extension () App::Extension extensionBegin () App::ExtensionContainer ExtensionContainer () App::ExtensionContainer extensionEnd () App::ExtensionContainer extensionExecute (void) Part::AttachExtension virtual extensionGetLinkedObject (DocumentObject *&ret, bool recursive, Base::Matrix4D *mat, bool transform, int depth) const App::DocumentObjectExtension virtual extensionGetPropertyByName (const char *name) const App::Extension virtual extensionGetPropertyDocumentation (const Property *prop) const App::Extension virtual extensionGetPropertyDocumentation (const char *name) const App::Extension virtual extensionGetPropertyGroup (const Property *prop) const App::Extension virtual extensionGetPropertyGroup (const char *name) const App::Extension virtual extensionGetPropertyList (std::vector< Property * > &List) const App::Extension virtual extensionGetPropertyMap (std::map< std::string, Property * > &Map) const App::Extension virtual extensionGetPropertyName (const Property *prop) const App::Extension virtual extensionGetPropertyType (const Property *prop) const App::Extension virtual extensionGetPropertyType (const char *name) const App::Extension virtual extensionGetSubObject (DocumentObject *&ret, const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const App::DocumentObjectExtension virtual extensionGetSubObjects (std::vector< std::string > &ret, int reason) const App::DocumentObjectExtension virtual extensionHasChildElement () const App::DocumentObjectExtension virtual extensionIsDerivedFrom (const Base::Type type) const App::Extension extensionIsElementVisible (const char *) App::DocumentObjectExtension virtual ExtensionIterator typedef App::ExtensionContainer extensionMustExecute (void) Part::AttachExtension virtual extensionOnChanged (const App::Property *) Part::AttachExtension protected virtual ExtensionPythonObject App::Extension protected extensionRestore (Base::XMLReader &) App::Extension virtual extensionSave (Base::Writer &) const App::Extension virtual extensionSetElementVisible (const char *, bool) App::DocumentObjectExtension virtual extHandleChangedPropertyName (Base::XMLReader &reader, const char *TypeName, const char *PropName) Part::AttachExtension protected virtual Feature () PartDesign::Feature FeatureAddSub () PartDesign::FeatureAddSub FeaturePrimitive () PartDesign::FeaturePrimitive GeoFeature (void) App::GeoFeature getAddSubType () PartDesign::FeatureAddSub getBaseObject (bool silent=false) const PartDesign::Feature virtual getBaseShape () const PartDesign::Feature virtual getBaseTopoShape (bool silent=false) const PartDesign::Feature getClassTypeId (void) Base::Persistence static getDocument (void) const App::DocumentObject getDynamicPropertyByName (const char *name) const App::PropertyContainer virtual getDynamicPropertyData (const Property *prop) const App::PropertyContainer getDynamicPropertyNames () const App::PropertyContainer virtual getElementName (const char *name, ElementNameType type=Normal) const App::GeoFeature virtual getExportName (bool forced=false) const App::DocumentObject getExpression (const ObjectIdentifier &path) const App::DocumentObject virtual getExtendedContainer () App::Extension getExtendedContainer () const App::Extension getExtendedObject () App::DocumentObjectExtension getExtendedObject () const App::DocumentObjectExtension getExtension (Base::Type, bool derived=true, bool no_except=false) const App::ExtensionContainer getExtension (const std::string &name) const App::ExtensionContainer getExtensionByType (bool no_except=false, bool derived=true) const App::ExtensionContainer getExtensionPyObject (void) Part::AttachExtension virtual getExtensionsDerivedFrom (Base::Type type) const App::ExtensionContainer getExtensionsDerivedFromType () const App::ExtensionContainer getFeatureBody () const PartDesign::Feature getFullName () const override App::DocumentObject virtual getGroup () const App::DocumentObject getID () const App::DocumentObject getInList (void) const App::DocumentObject getInListEx (std::set< App::DocumentObject * > &inSet, bool recursive, std::vector< App::DocumentObject * > *inList=0) const App::DocumentObject getInListEx (bool recursive) const App::DocumentObject getInListRecursive (void) const App::DocumentObject getLinkedObject (bool recurse=true, Base::Matrix4D *mat=0, bool transform=false, int depth=0) const App::DocumentObject virtual getLocation () const Part::Feature getMemSize (void) const App::PropertyContainer virtual getNameInDocument (void) const App::DocumentObject getOldLabel () const App::DocumentObject getOutList () const App::DocumentObject getOutList (int option) const App::DocumentObject getOutList (int option, std::vector< App::DocumentObject * > &res) const App::DocumentObject getOutListOfProperty (App::Property *) const App::DocumentObject getOutListRecursive (void) const App::DocumentObject getParents (int depth=0) const App::DocumentObject getPathsByOutList (App::DocumentObject *to) const App::DocumentObject getPlacement () const Part::AttachExtension protected getPointFromFace (const TopoDS_Face &f) PartDesign::Feature protected static getPrimitiveType () PartDesign::FeaturePrimitive getPropertyByName (const char *name) const override App::ExtensionContainer virtual getPropertyData (void) const App::PropertyContainer protected virtual getPropertyDataPtr (void) App::PropertyContainer protected static getPropertyDocumentation (const Property *prop) const override App::ExtensionContainer virtual getPropertyDocumentation (const char *name) const override App::ExtensionContainer virtual getPropertyGroup (const Property *prop) const override App::ExtensionContainer virtual getPropertyGroup (const char *name) const override App::ExtensionContainer virtual getPropertyList (std::vector< Property * > &List) const override App::ExtensionContainer virtual getPropertyMap (std::map< std::string, Property * > &Map) const override App::ExtensionContainer virtual getPropertyName (const Property *prop) const override App::ExtensionContainer virtual getPropertyOfGeometry () const override Part::Feature virtual getPropertyPrefix () const App::PropertyContainer getPropertyType (const Property *prop) const override App::ExtensionContainer virtual getPropertyType (const char *name) const override App::ExtensionContainer virtual getPyObject () override PartDesign::FeaturePrimitive virtual getShape (const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true) Part::Feature static getShapeOwner (const App::DocumentObject *obj, const char *subname=0) Part::Feature static getSolid (const TopoDS_Shape &) PartDesign::Feature protected static getStatus () const App::DocumentObject getStatusString (void) const App::DocumentObject getSubObject (const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const override Part::Feature virtual getSubObjectList (const char *subname) const App::DocumentObject getSubObjects (int reason=0) const App::DocumentObject virtual getTopoShape (const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true, bool noElementMap=false) Part::Feature static getTypeId (void) const Base::Persistence virtual getViewProviderExtensionName (void) const App::DocumentObjectExtension virtual getViewProviderName (void) const override PartDesign::FeaturePrimitive virtual getViewProviderNameOverride () const App::DocumentObject virtual getViewProviderNameStored () const App::DocumentObject globalPlacement () const App::GeoFeature GS_DEFAULT enum value App::DocumentObject GS_SELECT enum value App::DocumentObject GSReason enum name App::DocumentObject handleChangedPropertyName (Base::XMLReader &reader, const char *TypeName, const char *PropName) override PartDesign::FeaturePrimitive protected virtual handleChangedPropertyType (Base::XMLReader &reader, const char *TypeName, Property *prop) App::PropertyContainer protected virtual hasChildElement () const App::DocumentObject virtual hasExtension (Base::Type, bool derived=true) const App::ExtensionContainer hasExtension (const std::string &name) const App::ExtensionContainer hasExtensions () const App::ExtensionContainer hasHiddenMarker (const char *subname) App::DocumentObject static hasShapeOwner (const App::DocumentObject *obj, const char *subname=0) Part::Feature static Height PartDesign::Cone hiddenMarker () App::DocumentObject static Import enum value App::GeoFeature init (void) Base::Persistence static initExtension (App::ExtensionContainer *obj) App::Extension virtual initExtensionSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Base::Type::instantiationMethod method=0) App::Extension protected static initExtensionType (Base::Type type) App::Extension protected initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Base::BaseClass protected static isAttachedToDocument () const override App::DocumentObject virtual isAttacherActive () const Part::AttachExtension isDatum (const App::DocumentObject *feature) PartDesign::Feature static isDerivedFrom (const Type type) const Base::BaseClass isElementVisible (const char *element) const App::DocumentObject virtual isError (void) const App::DocumentObject isExporting () const App::DocumentObject isHidden (const Property *prop) const App::PropertyContainer isHidden (const char *name) const App::PropertyContainer isInInList (DocumentObject *objToTest) const App::DocumentObject isInInListRecursive (DocumentObject *objToTest) const App::DocumentObject isInOutList (DocumentObject *objToTest) const App::DocumentObject isInOutListRecursive (DocumentObject *objToTest) const App::DocumentObject isPythonExtension () App::Extension isReadOnly (const Property *prop) const App::PropertyContainer isReadOnly (const char *name) const App::PropertyContainer isRecomputing () const App::DocumentObject isRemoving () const App::DocumentObject isRestoring () const App::DocumentObject isTouched (void) const App::DocumentObject isTouched_Mapping () Part::AttachExtension virtual isValid (void) const App::DocumentObject joinHistory (const ShapeHistory &, const ShapeHistory &) Part::Feature protected Label App::DocumentObject Label2 App::DocumentObject m_isPythonExtension App::Extension protected makePlnFromPlane (const App::DocumentObject *obj) PartDesign::Feature protected static makeShapeFromPlane (const App::DocumentObject *obj) PartDesign::Feature protected static MapMode Part::AttachExtension MapPathParameter Part::AttachExtension MapReversed Part::AttachExtension mustExecute () const PartDesign::Cone virtual mustRecompute (void) const App::DocumentObject name () const App::Extension Normal enum value App::GeoFeature oldLabel App::DocumentObject protected onBeforeChange (const Property *prop) override App::DocumentObject protected virtual onBeforeChangeLabel (std::string &newLabel) App::DocumentObject virtual onBeforeChangeProperty (Document *doc, const Property *prop) App::TransactionalObject protected onChanged (const App::Property *prop) override PartDesign::FeaturePrimitive virtual onDocumentRestored () App::DocumentObject protected virtual onExtendedDocumentRestored () Part::AttachExtension virtual onExtendedSettingDocument () App::DocumentObjectExtension virtual onExtendedSetupObject () App::DocumentObjectExtension virtual onExtendedUnsetupObject () App::DocumentObjectExtension virtual onLostLinkToObject (DocumentObject *) App::DocumentObject virtual onPropertyStatusChanged (const Property &prop, unsigned long oldStatus) override App::DocumentObject protected virtual onSettingDocument () App::DocumentObject protected virtual onUpdateElementReference (const Property *) App::DocumentObject virtual OutListNoExpression enum value App::DocumentObject OutListNoHidden enum value App::DocumentObject OutListNoXLinked enum value App::DocumentObject OutListOption enum name App::DocumentObject pcNameInDocument App::DocumentObject protected Placement App::GeoFeature positionBySupport (void) Part::AttachExtension virtual primitiveType PartDesign::FeaturePrimitive protected Prism enum value PartDesign::FeaturePrimitive PropertyContainer () App::PropertyContainer purgeError (void) App::DocumentObject purgeTouched (void) App::DocumentObject PythonObject App::DocumentObject protected Radius1 PartDesign::Cone Radius2 PartDesign::Cone recompute () override Part::Feature protected virtual recomputeFeature (bool recursive=false) App::DocumentObject redirectSubName (std::ostringstream &ss, DocumentObject *topParent, DocumentObject *child) const App::DocumentObject virtual Refine PartDesign::FeatureAddSub refineShapeIfActive (const TopoDS_Shape &) const PartDesign::FeatureAddSub protected registerExtension (Base::Type extension, App::Extension *ext) App::ExtensionContainer removeDynamicProperty (const char *prop) override App::DocumentObject virtual renameObjectIdentifiers (const std::map< App::ObjectIdentifier, App::ObjectIdentifier > &paths) App::DocumentObject virtual resetError (void) App::DocumentObject protected resolve (const char *subname, App::DocumentObject **parent=0, std::string *childName=0, const char **subElement=0, PyObject **pyObj=0, Base::Matrix4D *mat=0, bool transform=true, int depth=0) const App::DocumentObject resolveElement (App::DocumentObject *obj, const char *subname, std::pair< std::string, std::string > &elementName, bool append=false, ElementNameType type=Normal, const DocumentObject *filter=0, const char **element=0, GeoFeature **geo=0) App::GeoFeature static resolveRelativeLink (std::string &subname, App::DocumentObject *&link, std::string &linkSub) const App::DocumentObject Restore (Base::XMLReader &reader) override App::ExtensionContainer virtual RestoreDocFile (Reader &) Base::Persistence virtual restoreExtensions (Base::XMLReader &reader) App::ExtensionContainer restoreFromStream (std::istream &stream) Base::Persistence Save (Base::Writer &writer) const override App::DocumentObject virtual SaveDocFile (Writer &) const Base::Persistence virtual saveExtensions (Base::Writer &writer) const App::ExtensionContainer setAttacher (Attacher::AttachEngine *attacher) Part::AttachExtension virtual setDocument (App::Document *doc) App::DocumentObject protected setElementVisible (const char *element, bool visible) App::DocumentObject virtual setError (void) App::DocumentObject protected setExpression (const ObjectIdentifier &path, boost::shared_ptr< App::Expression > expr) App::DocumentObject virtual setPropertyPrefix (const char *prefix) App::PropertyContainer setPropertyStatus (unsigned char bit, bool value) App::PropertyContainer setPyObject (PyObject *) Base::BaseClass virtual setStatus (ObjectStatus pos, bool on) App::DocumentObject setupObject () App::DocumentObject protected virtual Shape Part::Feature signalBeforeChange App::DocumentObject signalChanged App::DocumentObject Sphere enum value PartDesign::FeaturePrimitive StatusBits App::DocumentObject protected StdReturn App::DocumentObject static Subtractive enum value PartDesign::FeatureAddSub Support Part::AttachExtension testIfLinkDAGCompatible (DocumentObject *linkTo) const App::DocumentObject testIfLinkDAGCompatible (const std::vector< DocumentObject * > &linksTo) const App::DocumentObject testIfLinkDAGCompatible (App::PropertyLinkSubList &linksTo) const App::DocumentObject testIfLinkDAGCompatible (App::PropertyLinkSub &linkTo) const App::DocumentObject testStatus (ObjectStatus pos) const App::DocumentObject Torus enum value PartDesign::FeaturePrimitive touch (bool noRecompute=false) App::DocumentObject TransactionalObject (void) App::TransactionalObject transformPlacement (const Base::Placement &transform) App::GeoFeature virtual Type enum name PartDesign::FeaturePrimitive unsetupObject () App::DocumentObject protected virtual updateAttacherVals () Part::AttachExtension Visibility App::DocumentObject Wedge enum value PartDesign::FeaturePrimitive ~AttachExtension () Part::AttachExtension virtual ~BaseClass () Base::BaseClass virtual ~DocumentObject () App::DocumentObject virtual ~DocumentObjectExtension () App::DocumentObjectExtension virtual ~Extension () App::Extension virtual ~ExtensionContainer () App::ExtensionContainer virtual ~Feature () Part::Feature virtual ~GeoFeature () App::GeoFeature virtual ~PropertyContainer () App::PropertyContainer virtual ~TransactionalObject () App::TransactionalObject virtual 1.8.17
========================================================================================================================================================== Index Modules Hierarchy Alphabetical list automotive_design minimum_function automotive_design.minimum_function Member List This is the complete list of members for automotive_design.minimum_function , including all inherited members. is_int () automotive_design.numeric_expression multiple_arity_generic_expression_operands automotive_design.multiple_arity_numeric_expression multiple_arity_generic_expression_operands () automotive_design.multiple_arity_numeric_expression operands automotive_design.multiple_arity_generic_expression operands () automotive_design.multiple_arity_generic_expression sql_mappable () automotive_design.numeric_expression automotive_design::numeric_expression.wr1 (self) automotive_design.generic_expression automotive_design::multiple_arity_generic_expression.wr1 (self) automotive_design.generic_expression 1.8.17
========================================================================================================================================== Index Modules Hierarchy Alphabetical list ShipGui Hydrostatics ShipGui.Hydrostatics Member List This is the complete list of members for ShipGui.Hydrostatics , including all inherited members. Activated (self) ShipGui.Hydrostatics GetResources (self) ShipGui.Hydrostatics 1.8.17
================================================================================================================================================================= Index Modules Hierarchy Alphabetical list ifc4 ifcconstructionproductresourcetypeenum ifc4.ifcconstructionproductresourcetypeenum Member List This is the complete list of members for ifc4.ifcconstructionproductresourcetypeenum , including all inherited members. get_enum_ids (self) SCL.ConstructedDataTypes.ENUMERATION 1.8.17
==================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifcmetric ifc4.ifcmetric Member List This is the complete list of members for ifc4.ifcmetric , including all inherited members. benchmark ifc4.ifcmetric benchmark () ifc4.ifcmetric constraintgrade ifc4.ifcconstraint constraintgrade () ifc4.ifcconstraint constraintsource ifc4.ifcconstraint constraintsource () ifc4.ifcconstraint creatingactor ifc4.ifcconstraint creatingactor () ifc4.ifcconstraint creationtime ifc4.ifcconstraint creationtime () ifc4.ifcconstraint datavalue ifc4.ifcmetric datavalue () ifc4.ifcmetric description ifc4.ifcconstraint description () ifc4.ifcconstraint hasexternalreferences () ifc4.ifcconstraint name ifc4.ifcconstraint name () ifc4.ifcconstraint propertiesforconstraint () ifc4.ifcconstraint referencepath ifc4.ifcmetric referencepath () ifc4.ifcmetric userdefinedgrade ifc4.ifcconstraint userdefinedgrade () ifc4.ifcconstraint valuesource ifc4.ifcmetric valuesource () ifc4.ifcmetric wr11 (self) ifc4.ifcconstraint 1.8.17
========================================================================================================================= Index Modules Hierarchy Alphabetical list Classes TestWebGui Namespace Reference Classes class WebGuiTestCases 1.8.17
==================================================================================================================================================== Index Modules Hierarchy Alphabetical list DraftTools Draft_Arc_3Points DraftTools.Draft_Arc_3Points Member List This is the complete list of members for DraftTools.Draft_Arc_3Points , including all inherited members. Activated (self) DraftTools.Draft_Arc_3Points drawArc (self, point, info) DraftTools.Draft_Arc_3Points getPoint (self, point, info) DraftTools.Draft_Arc_3Points GetResources (self) DraftTools.Draft_Arc_3Points IsActive (self) DraftTools.Draft_Arc_3Points normal DraftTools.Draft_Arc_3Points points DraftTools.Draft_Arc_3Points tracker DraftTools.Draft_Arc_3Points 1.8.13
=========================================================================================================================================== Index Modules Hierarchy Alphabetical list DrawSketchHandlerEllipse Member List This is the complete list of members for DrawSketchHandlerEllipse , including all inherited members. actCursor SketcherGui::DrawSketchHandler protected activated (ViewProviderSketch *) DrawSketchHandlerEllipse virtual applyCursor (void) SketcherGui::DrawSketchHandler protected applyCursor (QCursor &newCursor) SketcherGui::DrawSketchHandler protected CENTER_PERIAPSIS_B enum value DrawSketchHandlerEllipse ConstructionMethod enum name DrawSketchHandlerEllipse createAutoConstraints (const std::vector< AutoConstraint > &autoConstrs, int geoId, Sketcher::PointPos pointPos=Sketcher::none, bool createowncommand=true) SketcherGui::DrawSketchHandler deactivated (ViewProviderSketch *) SketcherGui::DrawSketchHandler virtual DrawSketchHandler () SketcherGui::DrawSketchHandler DrawSketchHandlerEllipse (int constructionMethod) DrawSketchHandlerEllipse getHighestCurveIndex (void) SketcherGui::DrawSketchHandler getHighestVertexIndex (void) SketcherGui::DrawSketchHandler mouseMove (Base::Vector2d onSketchPos) DrawSketchHandlerEllipse virtual oldCursor SketcherGui::DrawSketchHandler protected onSelectionChanged (const Gui::SelectionChanges &) SketcherGui::DrawSketchHandler virtual PERIAPSIS_APOAPSIS_B enum value DrawSketchHandlerEllipse pressButton (Base::Vector2d onSketchPos) DrawSketchHandlerEllipse virtual quit (void) SketcherGui::DrawSketchHandler virtual registerPressedKey (bool, int) SketcherGui::DrawSketchHandler virtual releaseButton (Base::Vector2d onSketchPos) DrawSketchHandlerEllipse virtual renderSuggestConstraintsCursor (std::vector< AutoConstraint > &suggestedConstraints) SketcherGui::DrawSketchHandler resetPositionText (void) SketcherGui::DrawSketchHandler seekAutoConstraint (std::vector< AutoConstraint > &suggestedConstraints, const Base::Vector2d &Pos, const Base::Vector2d &Dir, AutoConstraint::TargetType type=AutoConstraint::VERTEX) SketcherGui::DrawSketchHandler SelectMode enum name DrawSketchHandlerEllipse setCrosshairColor () SketcherGui::DrawSketchHandler protected setCursor (const QPixmap &p, int x, int y) SketcherGui::DrawSketchHandler protected setPositionText (const Base::Vector2d &Pos, const SbString &text) SketcherGui::DrawSketchHandler setPositionText (const Base::Vector2d &Pos) SketcherGui::DrawSketchHandler sketchgui SketcherGui::DrawSketchHandler protected STATUS_Close enum value DrawSketchHandlerEllipse STATUS_SEEK_A enum value DrawSketchHandlerEllipse STATUS_SEEK_APOAPSIS enum value DrawSketchHandlerEllipse STATUS_SEEK_B enum value DrawSketchHandlerEllipse STATUS_SEEK_CENTROID enum value DrawSketchHandlerEllipse STATUS_SEEK_PERIAPSIS enum value DrawSketchHandlerEllipse sugConstr1 DrawSketchHandlerEllipse protected sugConstr2 DrawSketchHandlerEllipse protected sugConstr3 DrawSketchHandlerEllipse protected unsetCursor (void) SketcherGui::DrawSketchHandler protected ~DrawSketchHandler () SketcherGui::DrawSketchHandler virtual ~DrawSketchHandlerEllipse () DrawSketchHandlerEllipse virtual 1.8.17
==================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifccostschedule List of all members | Public Member Functions | Public Attributes ifc2x3.ifccostschedule Class Reference Public Member Functions def id () def predefinedtype () def preparedby () def status () def submittedby () def submittedon () def targetusers () def updatedate () Public Member Functions inherited from ifc2x3.ifccontrol def controls () Public Member Functions inherited from ifc2x3.ifcobject def isdefinedby () def objecttype () def wr1 (self) Public Member Functions inherited from ifc2x3.ifcobjectdefinition def decomposes () def hasassignments () def hasassociations () def isdecomposedby () Public Member Functions inherited from ifc2x3.ifcroot def description () def globalid () def name () def ownerhistory () Public Attributes id predefinedtype preparedby status submittedby submittedon targetusers updatedate Public Attributes inherited from ifc2x3.ifcobject objecttype Public Attributes inherited from ifc2x3.ifcroot description globalid name ownerhistory Detailed Description Entity ifccostschedule definition. :param submittedby :type submittedby:ifcactorselect :param preparedby :type preparedby:ifcactorselect :param submittedon :type submittedon:ifcdatetimeselect :param status :type status:ifclabel :param targetusers :type targetusers:SET(1,None,'ifcactorselect', scope = schema_scope) :param updatedate :type updatedate:ifcdatetimeselect :param id :type id:ifcidentifier :param predefinedtype :type predefinedtype:ifccostscheduletypeenum Member Function Documentation β—† id() def ifc2x3.ifccostschedule.id ( ) References SMESH_Mesh._id, config_control_design.versioned_action_request._id, config_control_design.product_definition_relationship._id, config_control_design.effectivity._id, config_control_design.person._id, automotive_design.versioned_action_request._id, config_control_design.document._id, config_control_design.product_definition_formation._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.versioned_action_request._id, automotive_design.product_definition_relationship._id, automotive_design.product_definition._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property._id, automotive_design.time_interval._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_relationship._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval._id, config_control_design.configuration_item._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.effectivity._id, automotive_design.effectivity._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition._id, automotive_design.general_property._id, config_control_design.product._id, config_control_design.product_concept._id, config_control_design.product_definition._id, automotive_design.product_concept._id, config_control_design.organization._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept._id, automotive_design.product_definition_formation_relationship._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_formation_relationship._id, automotive_design.person._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.person._id, automotive_design.product_definition_formation._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_formation._id, ifc2x3.ifcorganization._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence._id, automotive_design.event_occurrence._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item._id, automotive_design.configuration_item._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.contract_relationship._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature._id, automotive_design.product_concept_feature._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.text_font_family._id, ifc2x3.ifcperson._id, automotive_design.document._id, automotive_design.versioned_action_request_relationship._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document._id, ifc2x3.ifccostschedule._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.text_font._id, automotive_design.product._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._id, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organization._id, automotive_design.organization._id, and ifc2x3.ifccostschedule.id . β—† predefinedtype() def ifc2x3.ifccostschedule.predefinedtype ( ) References ifc2x3.ifccablesegmenttype._predefinedtype, ifc2x3.ifchumidifiertype._predefinedtype, ifc2x3.ifctransportelementtype._predefinedtype, ifc2x3.ifcrailing._predefinedtype, ifc2x3.ifcservicelifefactor._predefinedtype, ifc2x3.ifcvalvetype._predefinedtype, ifc2x3.ifcairterminalboxtype._predefinedtype, ifc2x3.ifcbuildingelementproxytype._predefinedtype, ifc2x3.ifcspacetype._predefinedtype, ifc2x3.ifcelectricgeneratortype._predefinedtype, ifc2x3.ifcpipefittingtype._predefinedtype, ifc2x3.ifcwasteterminaltype._predefinedtype, ifc2x3.ifclamptype._predefinedtype, ifc2x3.ifcairtoairheatrecoverytype._predefinedtype, ifc2x3.ifcfooting._predefinedtype, ifc2x3.ifcactuatortype._predefinedtype, ifc2x3.ifcstructuralanalysismodel._predefinedtype, ifc2x3.ifcevaporatortype._predefinedtype, ifc2x3.ifcelectricappliancetype._predefinedtype, ifc2x3.ifcgasterminaltype._predefinedtype, ifc2x3.ifccablecarriersegmenttype._predefinedtype, ifc2x3.ifcductsilencertype._predefinedtype, ifc2x3.ifcelementassembly._predefinedtype, ifc2x3.ifccolumntype._predefinedtype, ifc2x3.ifcductsegmenttype._predefinedtype, ifc2x3.ifcdampertype._predefinedtype, ifc2x3.ifctubebundletype._predefinedtype, ifc2x3.ifcstructuralsurfacemember._predefinedtype, ifc2x3.ifclightfixturetype._predefinedtype, ifc2x3.ifcflowmetertype._predefinedtype, ifc2x3.ifcprojectorderrecord._predefinedtype, ifc2x3.ifcheatexchangertype._predefinedtype, ifc2x3.ifccondensertype._predefinedtype, ifc2x3.ifcslab._predefinedtype, ifc2x3.ifccoolingtowertype._predefinedtype, ifc2x3.ifccontrollertype._predefinedtype, ifc2x3.ifcelectricheatertype._predefinedtype, ifc2x3.ifcfantype._predefinedtype, ifc2x3.ifcprotectivedevicetype._predefinedtype, ifc2x3.ifcslabtype._predefinedtype, ifc2x3.ifcevaporativecoolertype._predefinedtype, ifc2x3.ifcalarmtype._predefinedtype, ifc2x3.ifcmembertype._predefinedtype, ifc2x3.ifcairterminaltype._predefinedtype, ifc2x3.ifctendon._predefinedtype, ifc2x3.ifcelectricflowstoragedevicetype._predefinedtype, ifc2x3.ifcelectrictimecontroltype._predefinedtype, ifc2x3.ifcstackterminaltype._predefinedtype, ifc2x3.ifcchillertype._predefinedtype, ifc2x3.ifccooledbeamtype._predefinedtype, ifc2x3.ifcoutlettype._predefinedtype, ifc2x3.ifccoiltype._predefinedtype, ifc2x3.ifcsanitaryterminaltype._predefinedtype, ifc2x3.ifcswitchingdevicetype._predefinedtype, ifc2x3.ifccostschedule._predefinedtype, and ifc2x3.ifccostschedule.predefinedtype . β—† preparedby() def ifc2x3.ifccostschedule.preparedby ( ) References ifc2x3.ifccostschedule._preparedby, ifc2x3.ifcactorselect , and ifc2x3.ifccostschedule.preparedby . β—† status() def ifc2x3.ifccostschedule.status ( ) References femsolver.task.Task._status, config_control_design.approval._status, config_control_design.action_status._status, config_control_design.application_protocol_definition._status, config_control_design.action_request_status._status, ifc2x3.ifcdocumentinformation._status, automotive_design.approval._status, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.approval._status, automotive_design.action_status._status, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_status._status, automotive_design.application_protocol_definition._status, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.application_protocol_definition._status, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_request_status._status, automotive_design.action_request_status._status, ifc2x3.ifctask._status, ifc2x3.ifccostschedule._status, and ifc2x3.ifccostschedule.status . β—† submittedby() def ifc2x3.ifccostschedule.submittedby ( ) References ifc2x3.ifccostschedule._submittedby, ifc2x3.ifcactorselect , and ifc2x3.ifccostschedule.submittedby . β—† submittedon() def ifc2x3.ifccostschedule.submittedon ( ) References ifc2x3.ifccostschedule._submittedon, ifc2x3.ifcdatetimeselect , and ifc2x3.ifccostschedule.submittedon . β—† targetusers() def ifc2x3.ifccostschedule.targetusers ( ) References ifc2x3.ifccostschedule._targetusers, and ifc2x3.ifccostschedule.targetusers . β—† updatedate() def ifc2x3.ifccostschedule.updatedate ( ) References ifc2x3.ifccostschedule._updatedate, ifc2x3.ifcdatetimeselect , and ifc2x3.ifccostschedule.updatedate . Member Data Documentation β—† id ifc2x3.ifccostschedule.id Referenced by ifc2x3.ifccostschedule.id() . β—† predefinedtype ifc2x3.ifccostschedule.predefinedtype Referenced by ifc4.ifclightfixture.correctpredefinedtype() , ifc4.ifcinterceptor.correctpredefinedtype() , ifc4.ifccablesegmenttype.correctpredefinedtype() , ifc4.ifcconstructionproductresourcetype.correctpredefinedtype() , ifc4.ifchumidifiertype.correctpredefinedtype() , ifc4.ifctransportelementtype.correctpredefinedtype() , ifc4.ifcrailing.correctpredefinedtype() , ifc4.ifcshadingdevice.correctpredefinedtype() , ifc4.ifcmember.correctpredefinedtype() , ifc4.ifcflowinstrument.correctpredefinedtype() , ifc4.ifchumidifier.correctpredefinedtype() , ifc4.ifcworkcalendar.correctpredefinedtype() , ifc4.ifcbuildingelementparttype.correctpredefinedtype() , ifc4.ifcelectricmotor.correctpredefinedtype() , ifc4.ifcactuator.correctpredefinedtype() , ifc4.ifcstairtype.correctpredefinedtype() , ifc4.ifcvalvetype.correctpredefinedtype() , ifc4.ifcairterminalboxtype.correctpredefinedtype() , ifc4.ifcbuildingelementproxytype.correctpredefinedtype() , ifc4.ifcfurniture.correctpredefinedtype() , ifc4.ifcspacetype.correctpredefinedtype() , ifc4.ifccablecarrierfitting.correctpredefinedtype() , ifc4.ifcelectricgeneratortype.correctpredefinedtype() , ifc4.ifcpipefittingtype.correctpredefinedtype() , ifc4.ifcwasteterminaltype.correctpredefinedtype() , ifc4.ifcfastenertype.correctpredefinedtype() , ifc4.ifclamptype.correctpredefinedtype() , ifc4.ifclaborresourcetype.correctpredefinedtype() , ifc4.ifcairtoairheatrecoverytype.correctpredefinedtype() , ifc4.ifctendontype.correctpredefinedtype() , ifc4.ifcfooting.correctpredefinedtype() , ifc4.ifcwall.correctpredefinedtype() , ifc4.ifcactuatortype.correctpredefinedtype() , ifc4.ifccablecarriersegment.correctpredefinedtype() , ifc4.ifcdamper.correctpredefinedtype() , ifc4.ifcaudiovisualappliancetype.correctpredefinedtype() , ifc4.ifcdoortype.correctpredefinedtype() , ifc4.ifcroof.correctpredefinedtype() , ifc4.ifcburner.correctpredefinedtype() , ifc4.ifceventtype.correctpredefinedtype() , ifc4.ifcfilter.correctpredefinedtype() , ifc4.ifcjunctionbox.correctpredefinedtype() , ifc4.ifcenginetype.correctpredefinedtype() , ifc4.ifcelectricdistributionboard.correctpredefinedtype() , ifc4.ifcelectricflowstoragedevice.correctpredefinedtype() , ifc4.ifcevaporatortype.correctpredefinedtype() , ifc4.ifcconstructionequipmentresourcetype.correctpredefinedtype() , ifc4.ifcelectricappliancetype.correctpredefinedtype() , ifc4.ifcsystemfurnitureelement.correctpredefinedtype() , ifc4.ifccondenser.correctpredefinedtype() , ifc4.ifcgeographicelement.correctpredefinedtype() , ifc4.ifcreinforcingbartype.correctpredefinedtype() , ifc4.ifccoolingtower.correctpredefinedtype() , ifc4.ifcswitchingdevice.correctpredefinedtype() , ifc4.ifccablecarriersegmenttype.correctpredefinedtype() , ifc4.ifcaudiovisualappliance.correctpredefinedtype() , ifc4.ifcductsilencertype.correctpredefinedtype() , ifc4.ifcelementassembly.correctpredefinedtype() , ifc4.ifccolumntype.correctpredefinedtype() , ifc4.ifcductsegmenttype.correctpredefinedtype() , ifc4.ifcdampertype.correctpredefinedtype() , ifc4.ifcboiler.correctpredefinedtype() , ifc4.ifcspaceheater.correctpredefinedtype() , ifc4.ifccolumn.correctpredefinedtype() , ifc4.ifcsystemfurnitureelementtype.correctpredefinedtype() , ifc4.ifcreinforcingmesh.correctpredefinedtype() , ifc4.ifctubebundletype.correctpredefinedtype() , ifc4.ifclightfixturetype.correctpredefinedtype() , ifc4.ifcalarm.correctpredefinedtype() , ifc4.ifcflowmetertype.correctpredefinedtype() , ifc4.ifcworkplan.correctpredefinedtype() , ifc4.ifcprotectivedevice.correctpredefinedtype() , ifc4.ifcheatexchangertype.correctpredefinedtype() , ifc4.ifcshadingdevicetype.correctpredefinedtype() , ifc4.ifccommunicationsappliance.correctpredefinedtype() , ifc4.ifccompressor.correctpredefinedtype() , ifc4.ifccondensertype.correctpredefinedtype() , ifc4.ifcheatexchanger.correctpredefinedtype() , ifc4.ifcslab.correctpredefinedtype() , ifc4.ifcconstructionmaterialresourcetype.correctpredefinedtype() , ifc4.ifccoolingtowertype.correctpredefinedtype() , ifc4.ifcfootingtype.correctpredefinedtype() , ifc4.ifccablesegment.correctpredefinedtype() , ifc4.ifctransportelement.correctpredefinedtype() , ifc4.ifccontrollertype.correctpredefinedtype() , ifc4.ifcstairflight.correctpredefinedtype() , ifc4.ifcstair.correctpredefinedtype() , ifc4.ifcductfitting.correctpredefinedtype() , ifc4.ifcinterceptortype.correctpredefinedtype() , ifc4.ifcelectricdistributionboardtype.correctpredefinedtype() , ifc4.ifcfantype.correctpredefinedtype() , ifc4.ifcprotectivedevicetype.correctpredefinedtype() , ifc4.ifcsensor.correctpredefinedtype() , ifc4.ifcelectrictimecontrol.correctpredefinedtype() , ifc4.ifcunitarycontrolelementtype.correctpredefinedtype() , ifc4.ifccablefittingtype.correctpredefinedtype() , ifc4.ifctask.correctpredefinedtype() , ifc4.ifccrewresource.correctpredefinedtype() , ifc4.ifcunitarycontrolelement.correctpredefinedtype() , ifc4.ifclamp.correctpredefinedtype() , ifc4.ifcslabtype.correctpredefinedtype() , ifc4.ifcelectricgenerator.correctpredefinedtype() , ifc4.ifcbeam.correctpredefinedtype() , ifc4.ifcplate.correctpredefinedtype() , ifc4.ifcvalve.correctpredefinedtype() , ifc4.ifcairterminalbox.correctpredefinedtype() , ifc4.ifcchiller.correctpredefinedtype() , ifc4.ifcevaporativecoolertype.correctpredefinedtype() , ifc4.ifcflowmeter.correctpredefinedtype() , ifc4.ifcalarmtype.correctpredefinedtype() , ifc4.ifcmembertype.correctpredefinedtype() , ifc4.ifcrampflight.correctpredefinedtype() , ifc4.ifcdiscreteaccessory.correctpredefinedtype() , ifc4.ifcairterminaltype.correctpredefinedtype() , ifc4.ifcfiresuppressionterminal.correctpredefinedtype() , ifc4.ifcevaporativecooler.correctpredefinedtype() , ifc4.ifctasktype.correctpredefinedtype() , ifc4.ifctendon.correctpredefinedtype() , ifc4.ifcpipefitting.correctpredefinedtype() , ifc4.ifcelectricflowstoragedevicetype.correctpredefinedtype() , ifc4.ifcductsilencer.correctpredefinedtype() , ifc4.ifcwasteterminal.correctpredefinedtype() , ifc4.ifccablefitting.correctpredefinedtype() , ifc4.ifcreinforcingbar.correctpredefinedtype() , ifc4.ifcunitaryequipment.correctpredefinedtype() , ifc4.ifcelectrictimecontroltype.correctpredefinedtype() , ifc4.ifcstackterminaltype.correctpredefinedtype() , ifc4.ifctank.correctpredefinedtype() , ifc4.ifcprotectivedevicetrippingunit.correctpredefinedtype() , ifc4.ifctendonanchortype.correctpredefinedtype() , ifc4.ifcairtoairheatrecovery.correctpredefinedtype() , ifc4.ifcchillertype.correctpredefinedtype() , ifc4.ifccooledbeamtype.correctpredefinedtype() , ifc4.ifcoutlettype.correctpredefinedtype() , ifc4.ifccoiltype.correctpredefinedtype() , ifc4.ifcprotectivedevicetrippingunittype.correctpredefinedtype() , ifc4.ifcfan.correctpredefinedtype() , ifc4.ifcrooftype.correctpredefinedtype() , ifc4.ifcsanitaryterminaltype.correctpredefinedtype() , ifc4.ifcswitchingdevicetype.correctpredefinedtype() , ifc4.ifccontroller.correctpredefinedtype() , ifc4.ifcevent.correctpredefinedtype() , ifc4.ifcplatetype.correctpredefinedtype() , ifc4.ifcrailingtype.correctpredefinedtype() , ifc4.ifcfurnituretype.correctpredefinedtype() , ifc4.ifcfiresuppressionterminaltype.correctpredefinedtype() , ifc4.ifctendonanchor.correctpredefinedtype() , ifc4.ifcmedicaldevice.correctpredefinedtype() , ifc4.ifcconstructionequipmentresource.correctpredefinedtype() , ifc4.ifcpile.correctpredefinedtype() , ifc4.ifcreinforcingmeshtype.correctpredefinedtype() , ifc4.ifcevaporator.correctpredefinedtype() , ifc4.ifcwindowtype.correctpredefinedtype() , ifc4.ifcpump.correctpredefinedtype() , ifc4.ifccoil.correctpredefinedtype() , ifc4.ifcsubcontractresource.correctpredefinedtype() , ifc4.ifcpiletype.correctpredefinedtype() , ifc4.ifcfastener.correctpredefinedtype() , ifc4.ifcbuildingelementpart.correctpredefinedtype() , ifc4.ifcbuildingelementproxy.correctpredefinedtype() , ifc4.ifcdiscreteaccessorytype.correctpredefinedtype() , ifc4.ifccooledbeam.correctpredefinedtype() , ifc4.ifcsanitaryterminal.correctpredefinedtype() , ifc4.ifcvibrationisolator.correctpredefinedtype() , ifc4.ifccovering.correctpredefinedtype() , ifc4.ifccommunicationsappliancetype.correctpredefinedtype() , ifc4.ifcengine.correctpredefinedtype() , ifc4.ifccrewresourcetype.correctpredefinedtype() , ifc4.ifclaborresource.correctpredefinedtype() , ifc4.ifcmechanicalfastenertype.correctpredefinedtype() , ifc4.ifcwalltype.correctpredefinedtype() , ifc4.ifcconstructionmaterialresource.correctpredefinedtype() , ifc4.ifcconstructionproductresource.correctpredefinedtype() , ifc4.ifcspaceheatertype.correctpredefinedtype() , ifc4.ifcsubcontractresourcetype.correctpredefinedtype() , ifc4.ifcdistributionchamberelementtype.correctpredefinedtype() , ifc4.ifcjunctionboxtype.correctpredefinedtype() , ifc4.ifcfiltertype.correctpredefinedtype() , ifc4.ifcsolardevice.correctpredefinedtype() , ifc4.ifcspace.correctpredefinedtype() , ifc4.ifcmedicaldevicetype.correctpredefinedtype() , ifc4.ifcramptype.correctpredefinedtype() , ifc4.ifcspatialzone.correctpredefinedtype() , ifc4.ifcprocedure.correctpredefinedtype() , ifc4.ifccurtainwalltype.correctpredefinedtype() , ifc4.ifcstairflighttype.correctpredefinedtype() , ifc4.ifcflowinstrumenttype.correctpredefinedtype() , ifc4.ifcdistributionchamberelement.correctpredefinedtype() , ifc4.ifcmotorconnectiontype.correctpredefinedtype() , ifc4.ifcrampflighttype.correctpredefinedtype() , ifc4.ifcspatialzonetype.correctpredefinedtype() , ifc4.ifcboilertype.correctpredefinedtype() , ifc4.ifcvibrationisolatortype.correctpredefinedtype() , ifc4.ifcelectricappliance.correctpredefinedtype() , ifc4.ifctransformertype.correctpredefinedtype() , ifc4.ifccoveringtype.correctpredefinedtype() , ifc4.ifcgeographicelementtype.correctpredefinedtype() , ifc4.ifcairterminal.correctpredefinedtype() , ifc4.ifccurtainwall.correctpredefinedtype() , ifc4.ifcelectricmotortype.correctpredefinedtype() , ifc4.ifcproceduretype.correctpredefinedtype() , ifc4.ifcoutlet.correctpredefinedtype() , ifc4.ifcsolardevicetype.correctpredefinedtype() , ifc4.ifcstackterminal.correctpredefinedtype() , ifc4.ifcbeamtype.correctpredefinedtype() , ifc4.ifcsensortype.correctpredefinedtype() , ifc4.ifcpipesegment.correctpredefinedtype() , ifc4.ifccablecarrierfittingtype.correctpredefinedtype() , ifc4.ifcelementassemblytype.correctpredefinedtype() , ifc4.ifcductfittingtype.correctpredefinedtype() , ifc4.ifcunitaryequipmenttype.correctpredefinedtype() , ifc4.ifcburnertype.correctpredefinedtype() , ifc4.ifcmotorconnection.correctpredefinedtype() , ifc4.ifctanktype.correctpredefinedtype() , ifc4.ifcchimneytype.correctpredefinedtype() , ifc4.ifcworkschedule.correctpredefinedtype() , ifc4.ifcductsegment.correctpredefinedtype() , ifc4.ifcmechanicalfastener.correctpredefinedtype() , ifc4.ifccompressortype.correctpredefinedtype() , ifc4.ifcpipesegmenttype.correctpredefinedtype() , ifc4.ifctubebundle.correctpredefinedtype() , ifc4.ifcpumptype.correctpredefinedtype() , ifc4.ifcramp.correctpredefinedtype() , ifc4.ifctransformer.correctpredefinedtype() , ifc4.ifcchimney.correctpredefinedtype() , ifc4.ifcstructuralcurvereaction.hasobjecttype() , ifc4.ifcstructuralsurfaceaction.hasobjecttype() , ifc4.ifcstructuralanalysismodel.hasobjecttype() , ifc4.ifcvoidingfeature.hasobjecttype() , ifc4.ifcstructuralcurveaction.hasobjecttype() , ifc4.ifcstructuralsurfacemember.hasobjecttype() , ifc4.ifcstructuralloadgroup.hasobjecttype() , ifc4.ifcsurfacefeature.hasobjecttype() , ifc4.ifcstructuralcurvemember.hasobjecttype() , ifc4.ifcstructuralsurfacereaction.haspredefinedtype() , ifc2x3.ifccostschedule.predefinedtype() , ifc4.ifcstructuralcurvereaction.suitablepredefinedtype() , ifc4.ifcstructuralcurveaction.suitablepredefinedtype() , ifc2x3.ifcpile.wr1() , ifc2x3.ifcspaceheatertype.wr1() , ifc2x3.ifcfiltertype.wr1() , ifc2x3.ifcboilertype.wr1() , ifc2x3.ifcvibrationisolatortype.wr1() , ifc2x3.ifccablecarrierfittingtype.wr1() , ifc2x3.ifcunitaryequipmenttype.wr1() , ifc2x3.ifctanktype.wr1() , ifc2x3.ifccompressortype.wr1() , ifc2x3.ifcpipesegmenttype.wr1() , ifc2x3.ifcpumptype.wr1() , ifc2x3.ifcductfittingtype.wr2() , ifc2x3.ifcoccupant.wr31() , ifc4.ifcoccupant.wr31() , and ifc2x3.ifccovering.wr61() . β—† preparedby ifc2x3.ifccostschedule.preparedby Referenced by ifc2x3.ifccostschedule.preparedby() . β—† status ifc2x3.ifccostschedule.status Referenced by ifc2x3.ifccostschedule.status() . β—† submittedby ifc2x3.ifccostschedule.submittedby Referenced by ifc2x3.ifccostschedule.submittedby() . β—† submittedon ifc2x3.ifccostschedule.submittedon Referenced by ifc2x3.ifccostschedule.submittedon() . β—† targetusers ifc2x3.ifccostschedule.targetusers Referenced by ifc2x3.ifccostschedule.targetusers() . β—† updatedate ifc2x3.ifccostschedule.updatedate Referenced by ifc2x3.ifccostschedule.updatedate() . The documentation for this class was generated from the following file: src/Mod/Import/App/ifc2x3.py 1.8.17
===================================================================================================================== Index Modules Hierarchy Alphabetical list circle Namespace Reference Workbenches Β» Python workbenches Β» Draft This module provides the object code for Draft Circle . More... Detailed Description This module provides the object code for Draft Circle . 1.8.17
===================================================================================================================================================== Index Modules Hierarchy Alphabetical list SMESH Controls CoplanarFaces SMESH::Controls::CoplanarFaces Member List This is the complete list of members for SMESH::Controls::CoplanarFaces , including all inherited members. CoplanarFaces () SMESH::Controls::CoplanarFaces GetFace () const SMESH::Controls::CoplanarFaces GetTolerance () const SMESH::Controls::CoplanarFaces GetType () const SMESH::Controls::CoplanarFaces virtual IsSatisfy (long theElementId) SMESH::Controls::CoplanarFaces virtual SetFace (long theID) SMESH::Controls::CoplanarFaces SetMesh (const SMDS_Mesh *theMesh) SMESH::Controls::CoplanarFaces virtual SetTolerance (const double theToler) SMESH::Controls::CoplanarFaces ~Functor () SMESH::Controls::Functor 1.8.17
=========================================================================================================================== Index Modules Hierarchy Alphabetical list cSimTool Member List This is the complete list of members for cSimTool , including all inherited members. cSimTool (const TopoDS_Shape &toolShape, float res) cSimTool GetToolProfileAt (float pos) cSimTool isInside (const TopoDS_Shape &toolShape, Base::Vector3d pnt, float res) cSimTool length cSimTool m_toolShape cSimTool radius cSimTool ~cSimTool () cSimTool 1.8.17
==================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifcstructuralitem List of all members | Public Member Functions ifc4.ifcstructuralitem Class Reference Public Member Functions def assignedstructuralactivity () Public Member Functions inherited from ifc4.ifcproduct def objectplacement () def placementforshaperepresentation (self) def referencedby () def representation () Public Member Functions inherited from ifc4.ifcobject def declares () def isdeclaredby () def isdefinedby () def istypedby () def objecttype () Public Member Functions inherited from ifc4.ifcobjectdefinition def decomposes () def hasassignments () def hasassociations () def hascontext () def isdecomposedby () def isnestedby () def nests () Public Member Functions inherited from ifc4.ifcroot def description () def globalid () def name () def ownerhistory () Additional Inherited Members Public Attributes inherited from ifc4.ifcproduct objectplacement representation Public Attributes inherited from ifc4.ifcobject objecttype Public Attributes inherited from ifc4.ifcroot description globalid name ownerhistory Detailed Description Entity ifcstructuralitem definition. :param assignedstructuralactivity :type assignedstructuralactivity:SET(0,None,'ifcrelconnectsstructuralactivity', scope = schema_scope) Member Function Documentation β—† assignedstructuralactivity() def ifc4.ifcstructuralitem.assignedstructuralactivity ( ) The documentation for this class was generated from the following file: src/Mod/Import/App/ifc4.py 1.8.17
================================================================================================================================ Index Modules Hierarchy Alphabetical list importIFC recycler List of all members | Public Member Functions | Public Attributes importIFC.recycler Class Reference Public Member Functions def createIfcAxis2Placement2D (self, p1, p2) def createIfcAxis2Placement3D (self, p1, p2, p3) def createIfcCartesianPoint (self, points) def createIfcCartesianTransformationOperator3D (self, axis1, axis2, origin, scale, axis3) def createIfcColourRgb (self, r, g, b) def createIfcDirection (self, points) def createIfcLocalPlacement (self, gpl) def createIfcPolyline (self, points) def createIfcPolyLoop (self, points) def createIfcPresentationStyleAssignment (self, name, r, g, b, t=0) def createIfcPropertySingleValue (self, name, ptype, pvalue) def createIfcSurfaceStyle (self, name, r, g, b, t=0) def createIfcSurfaceStyleRendering (self, col, trans=0) Public Attributes axis2placement2ds axis2placement3ds cartesianpoints compress directions ifcfile localplacements polylines polyloops propertysinglevalues psas rgbs spared ssrenderings sstyles transformationoperators Member Function Documentation β—† createIfcAxis2Placement2D() def importIFC.recycler.createIfcAxis2Placement2D ( self , p1 , p2 ) References importIFC.recycler.axis2placement2ds , importIFC.recycler.compress , importIFC.recycler.ifcfile , and importIFC.recycler.spared . β—† createIfcAxis2Placement3D() def importIFC.recycler.createIfcAxis2Placement3D ( self , p1 , p2 , p3 ) References importIFC.recycler.axis2placement3ds , importIFC.recycler.compress , importIFC.recycler.ifcfile , and importIFC.recycler.spared . β—† createIfcCartesianPoint() def importIFC.recycler.createIfcCartesianPoint ( self , points ) References importIFC.recycler.cartesianpoints , importIFC.recycler.compress , importIFC.recycler.ifcfile , and importIFC.recycler.spared . β—† createIfcCartesianTransformationOperator3D() def importIFC.recycler.createIfcCartesianTransformationOperator3D ( self , axis1 , axis2 , origin , scale , axis3 ) References importIFC.recycler.compress , importIFC.recycler.ifcfile , importIFC.recycler.spared , and importIFC.recycler.transformationoperators . β—† createIfcColourRgb() def importIFC.recycler.createIfcColourRgb ( self , r , g , b ) References importIFC.recycler.compress , importIFC.recycler.ifcfile , importIFC.recycler.rgbs , and importIFC.recycler.spared . Referenced by importIFC.recycler.createIfcSurfaceStyle() . β—† createIfcDirection() def importIFC.recycler.createIfcDirection ( self , points ) References importIFC.recycler.compress , importIFC.recycler.directions , importIFC.recycler.ifcfile , and importIFC.recycler.spared . β—† createIfcLocalPlacement() def importIFC.recycler.createIfcLocalPlacement ( self , gpl ) References importIFC.recycler.compress , importIFC.recycler.ifcfile , importIFC.recycler.localplacements , and importIFC.recycler.spared . β—† createIfcPolyline() def importIFC.recycler.createIfcPolyline ( self , points ) References importIFC.recycler.compress , importIFC.recycler.ifcfile , importIFC.recycler.polylines , and importIFC.recycler.spared . β—† createIfcPolyLoop() def importIFC.recycler.createIfcPolyLoop ( self , points ) References importIFC.recycler.compress , importIFC.recycler.ifcfile , importIFC.recycler.polyloops , and importIFC.recycler.spared . β—† createIfcPresentationStyleAssignment() def importIFC.recycler.createIfcPresentationStyleAssignment ( self , name , r , g , b , t = 0 ) References importIFC.recycler.compress , importIFC.recycler.createIfcSurfaceStyle() , importIFC.recycler.ifcfile , importIFC.recycler.psas , and importIFC.recycler.spared . β—† createIfcPropertySingleValue() def importIFC.recycler.createIfcPropertySingleValue ( self , name , ptype , pvalue ) References importIFC.recycler.compress , importIFC.recycler.ifcfile , importIFC.recycler.propertysinglevalues , and importIFC.recycler.spared . β—† createIfcSurfaceStyle() def importIFC.recycler.createIfcSurfaceStyle ( self , name , r , g , b , t = 0 ) References importIFC.recycler.compress , importIFC.recycler.createIfcColourRgb() , importIFC.recycler.createIfcSurfaceStyleRendering() , importIFC.recycler.ifcfile , importIFC.recycler.spared , and importIFC.recycler.sstyles . Referenced by importIFC.recycler.createIfcPresentationStyleAssignment() . β—† createIfcSurfaceStyleRendering() def importIFC.recycler.createIfcSurfaceStyleRendering ( self , col , trans = 0 ) References importIFC.recycler.compress , importIFC.recycler.ifcfile , importIFC.recycler.spared , and importIFC.recycler.ssrenderings . Referenced by importIFC.recycler.createIfcSurfaceStyle() . Member Data Documentation β—† axis2placement2ds importIFC.recycler.axis2placement2ds Referenced by importIFC.recycler.createIfcAxis2Placement2D() . β—† axis2placement3ds importIFC.recycler.axis2placement3ds Referenced by importIFC.recycler.createIfcAxis2Placement3D() . β—† cartesianpoints importIFC.recycler.cartesianpoints Referenced by importIFC.recycler.createIfcCartesianPoint() . β—† compress importIFC.recycler.compress Referenced by gzip_utf8.GzipFile.close() , importIFC.recycler.createIfcAxis2Placement2D() , importIFC.recycler.createIfcAxis2Placement3D() , importIFC.recycler.createIfcCartesianPoint() , importIFC.recycler.createIfcCartesianTransformationOperator3D() , importIFC.recycler.createIfcColourRgb() , importIFC.recycler.createIfcDirection() , importIFC.recycler.createIfcLocalPlacement() , importIFC.recycler.createIfcPolyline() , importIFC.recycler.createIfcPolyLoop() , importIFC.recycler.createIfcPresentationStyleAssignment() , importIFC.recycler.createIfcPropertySingleValue() , importIFC.recycler.createIfcSurfaceStyle() , importIFC.recycler.createIfcSurfaceStyleRendering() , gzip_utf8.GzipFile.flush() , and gzip_utf8.GzipFile.write() . β—† directions importIFC.recycler.directions Referenced by importIFC.recycler.createIfcDirection() . β—† ifcfile importIFC.recycler.ifcfile Referenced by importIFC.recycler.createIfcAxis2Placement2D() , importIFC.recycler.createIfcAxis2Placement3D() , importIFC.recycler.createIfcCartesianPoint() , importIFC.recycler.createIfcCartesianTransformationOperator3D() , importIFC.recycler.createIfcColourRgb() , importIFC.recycler.createIfcDirection() , importIFC.recycler.createIfcLocalPlacement() , importIFC.recycler.createIfcPolyline() , importIFC.recycler.createIfcPolyLoop() , importIFC.recycler.createIfcPresentationStyleAssignment() , importIFC.recycler.createIfcPropertySingleValue() , importIFC.recycler.createIfcSurfaceStyle() , and importIFC.recycler.createIfcSurfaceStyleRendering() . β—† localplacements importIFC.recycler.localplacements Referenced by importIFC.recycler.createIfcLocalPlacement() . β—† polylines importIFC.recycler.polylines Referenced by importIFC.recycler.createIfcPolyline() . β—† polyloops importIFC.recycler.polyloops Referenced by importIFC.recycler.createIfcPolyLoop() . β—† propertysinglevalues importIFC.recycler.propertysinglevalues Referenced by importIFC.recycler.createIfcPropertySingleValue() . β—† psas importIFC.recycler.psas Referenced by importIFC.recycler.createIfcPresentationStyleAssignment() . β—† rgbs importIFC.recycler.rgbs Referenced by importIFC.recycler.createIfcColourRgb() . β—† spared importIFC.recycler.spared Referenced by importIFC.recycler.createIfcAxis2Placement2D() , importIFC.recycler.createIfcAxis2Placement3D() , importIFC.recycler.createIfcCartesianPoint() , importIFC.recycler.createIfcCartesianTransformationOperator3D() , importIFC.recycler.createIfcColourRgb() , importIFC.recycler.createIfcDirection() , importIFC.recycler.createIfcLocalPlacement() , importIFC.recycler.createIfcPolyline() , importIFC.recycler.createIfcPolyLoop() , importIFC.recycler.createIfcPresentationStyleAssignment() , importIFC.recycler.createIfcPropertySingleValue() , importIFC.recycler.createIfcSurfaceStyle() , and importIFC.recycler.createIfcSurfaceStyleRendering() . β—† ssrenderings importIFC.recycler.ssrenderings Referenced by importIFC.recycler.createIfcSurfaceStyleRendering() . β—† sstyles importIFC.recycler.sstyles Referenced by importIFC.recycler.createIfcSurfaceStyle() . β—† transformationoperators importIFC.recycler.transformationoperators Referenced by importIFC.recycler.createIfcCartesianTransformationOperator3D() . The documentation for this class was generated from the following file: src/Mod/Arch/importIFC.py 1.8.13
============================================================================================================================== Index Modules Hierarchy Alphabetical list Gui Dialog Clipping Private List of all members | Public Member Functions | Static Public Member Functions | Public Attributes Gui::Dialog::Clipping::Private Class Reference Public Member Functions Private () ~Private () Static Public Member Functions static void moveCallback (void *data, SoSensor * sensor ) Public Attributes SoClipPlane * clipView SoClipPlane * clipX SoClipPlane * clipY SoClipPlane * clipZ bool flipX bool flipY bool flipZ SoGroup * node SoTimerSensor * sensor Ui_Clipping ui QPointer< Gui::View3DInventor > view Constructor & Destructor Documentation β—† Private() Gui::Dialog::Clipping::Private::Private ( ) References Gui::Dialog::Clipping::Private::clipView , Gui::Dialog::Clipping::Private::clipX , Gui::Dialog::Clipping::Private::clipY , Gui::Dialog::Clipping::Private::clipZ , Gui::Dialog::Clipping::Private::moveCallback() , Gui::Dialog::Clipping::Private::node , and Gui::Dialog::Clipping::Private::sensor . β—† ~Private() Gui::Dialog::Clipping::Private::~Private ( ) References Gui::Dialog::Clipping::Private::clipView , Gui::Dialog::Clipping::Private::clipX , Gui::Dialog::Clipping::Private::clipY , Gui::Dialog::Clipping::Private::clipZ , and Gui::Dialog::Clipping::Private::sensor . Member Function Documentation β—† moveCallback() static void Gui::Dialog::Clipping::Private::moveCallback ( void * data , SoSensor * sensor ) static References Gui::Dialog::Clipping::Private::sensor , and Gui::Dialog::Clipping::Private::view . Referenced by Gui::Dialog::Clipping::Private::Private() . Member Data Documentation β—† clipView SoClipPlane* Gui::Dialog::Clipping::Private::clipView Referenced by Gui::Dialog::Clipping::Clipping() , Gui::Dialog::Clipping::on_clipView_valueChanged() , Gui::Dialog::Clipping::on_dirX_valueChanged() , Gui::Dialog::Clipping::on_dirY_valueChanged() , Gui::Dialog::Clipping::on_dirZ_valueChanged() , Gui::Dialog::Clipping::on_fromView_clicked() , Gui::Dialog::Clipping::on_groupBoxView_toggled() , Gui::Dialog::Clipping::Private::Private() , Gui::Dialog::Clipping::~Clipping() , and Gui::Dialog::Clipping::Private::~Private() . β—† clipX SoClipPlane* Gui::Dialog::Clipping::Private::clipX Referenced by Gui::Dialog::Clipping::Clipping() , Gui::Dialog::Clipping::on_clipX_valueChanged() , Gui::Dialog::Clipping::on_flipClipX_clicked() , Gui::Dialog::Clipping::on_groupBoxX_toggled() , Gui::Dialog::Clipping::Private::Private() , Gui::Dialog::Clipping::~Clipping() , and Gui::Dialog::Clipping::Private::~Private() . β—† clipY SoClipPlane* Gui::Dialog::Clipping::Private::clipY Referenced by Gui::Dialog::Clipping::Clipping() , Gui::Dialog::Clipping::on_clipY_valueChanged() , Gui::Dialog::Clipping::on_flipClipY_clicked() , Gui::Dialog::Clipping::on_groupBoxY_toggled() , Gui::Dialog::Clipping::Private::Private() , Gui::Dialog::Clipping::~Clipping() , and Gui::Dialog::Clipping::Private::~Private() . β—† clipZ SoClipPlane* Gui::Dialog::Clipping::Private::clipZ Referenced by Gui::Dialog::Clipping::Clipping() , Gui::Dialog::Clipping::on_clipZ_valueChanged() , Gui::Dialog::Clipping::on_flipClipZ_clicked() , Gui::Dialog::Clipping::on_groupBoxZ_toggled() , Gui::Dialog::Clipping::Private::Private() , Gui::Dialog::Clipping::~Clipping() , and Gui::Dialog::Clipping::Private::~Private() . β—† flipX bool Gui::Dialog::Clipping::Private::flipX Referenced by Gui::Dialog::Clipping::on_clipX_valueChanged() , and Gui::Dialog::Clipping::on_flipClipX_clicked() . β—† flipY bool Gui::Dialog::Clipping::Private::flipY Referenced by Gui::Dialog::Clipping::on_clipY_valueChanged() , and Gui::Dialog::Clipping::on_flipClipY_clicked() . β—† flipZ bool Gui::Dialog::Clipping::Private::flipZ Referenced by Gui::Dialog::Clipping::on_clipZ_valueChanged() , and Gui::Dialog::Clipping::on_flipClipZ_clicked() . β—† node SoGroup * Gui::Dialog::Clipping::Private::node Referenced by draftguitools.gui_splines.BSpline::action() , draftguitools.gui_beziers.BezCurve::action() , draftguitools.gui_lines.Line::action() , draftguitools.gui_texts.Text::action() , draftguitools.gui_mirror.Mirror::action() , draftguitools.gui_ellipses.Ellipse::action() , draftguitools.gui_rectangles.Rectangle::action() , draftguitools.gui_labels.Label::action() , draftguitools.gui_beziers.CubicBezCurve::action() , draftguitools.gui_dimensions.Dimension::action() , draftguitools.gui_ellipses.Ellipse::appendPoint() , draftguitools.gui_rectangles.Rectangle::appendPoint() , Gui::Dialog::Clipping::Clipping() , draftguitools.gui_labels.Label::create() , draftguitools.gui_ellipses.Ellipse::createObject() , draftguitools.gui_rectangles.Rectangle::createObject() , draftguitools.gui_texts.Text::createObject() , draftguitools.gui_dimensions.Dimension::createObject() , draftviewproviders.view_dimension.ViewProviderLinearDimension::draw_dim_arrows() , draftviewproviders.view_dimension.ViewProviderAngularDimension::draw_dim_arrows() , draftviewproviders.view_dimension.ViewProviderLinearDimension::draw_dim_overshoot() , draftviewproviders.view_dimension.ViewProviderLinearDimension::draw_ext_overshoot() , draftguitools.gui_lines.Line::drawSegment() , draftguitools.gui_splines.BSpline::drawUpdate() , draftguitools.gui_beziers.BezCurve::drawUpdate() , draftguitools.gui_beziers.CubicBezCurve::drawUpdate() , draftguitools.gui_lines.Line::finish() , draftguitools.gui_splines.BSpline::finish() , draftguitools.gui_base_original.DraftTool::finish() , draftguitools.gui_beziers.BezCurve::finish() , draftguitools.gui_beziers.CubicBezCurve::finish() , draftguitools.gui_base_original.DraftTool::getStrings() , draftguitools.gui_move.Move::handle_mouse_move_event() , draftguitools.gui_polygons.Polygon::numericInput() , draftguitools.gui_rotate.Rotate::numericInput() , draftguitools.gui_arcs.Arc::numericInput() , draftguitools.gui_dimensions.Dimension::numericInput() , draftguitools.gui_lines.Line::orientWP() , draftguitools.gui_scale.Scale::pickRef() , Gui::Dialog::Clipping::Private::Private() , draftviewproviders.view_dimension.ViewProviderLinearDimension::remove_dim_arrows() , draftviewproviders.view_dimension.ViewProviderAngularDimension::remove_dim_arrows() , draftviewproviders.view_dimension.ViewProviderLinearDimension::remove_dim_overshoot() , draftviewproviders.view_dimension.ViewProviderLinearDimension::remove_ext_overshoot() , draftguitools.gui_scale.Scale::scaleGhost() , draftguitools.gui_dimensions.Dimension::setFromSelection() , draftguitools.gui_edit.Edit::startEditing() , draftguitools.gui_splines.BSpline::undolast() , draftguitools.gui_beziers.BezCurve::undolast() , draftguitools.gui_lines.Line::undolast() , draftguitools.gui_beziers.CubicBezCurve::undolast() , draftguitools.gui_edit.Edit::updateTrackerAndGhost() , draftguitools.gui_lines.Line::wipe() , and Gui::Dialog::Clipping::~Clipping() . β—† sensor SoTimerSensor* Gui::Dialog::Clipping::Private::sensor Referenced by Gui::Dialog::Clipping::Private::moveCallback() , Gui::Dialog::Clipping::on_adjustViewdirection_toggled() , Gui::Dialog::Clipping::Private::Private() , and Gui::Dialog::Clipping::Private::~Private() . β—† ui Ui_Clipping Gui::Dialog::Clipping::Private::ui Referenced by draftguitools.gui_splines.BSpline::action() , draftguitools.gui_beziers.BezCurve::action() , draftguitools.gui_lines.Line::action() , draftguitools.gui_texts.Text::action() , draftguitools.gui_mirror.Mirror::action() , draftguitools.gui_offset.Offset::action() , draftguitools.gui_ellipses.Ellipse::action() , draftguitools.gui_rectangles.Rectangle::action() , draftguitools.gui_shapestrings.ShapeString::action() , draftguitools.gui_labels.Label::action() , draftguitools.gui_dimensions.Dimension::action() , draftguitools.gui_styles.ApplyStyle::Activated() , draftguitools.gui_rectangles.Rectangle::Activated() , draftguitools.gui_ellipses.Ellipse::Activated() , draftguitools.gui_polygons.Polygon::Activated() , draftguitools.gui_facebinders.Facebinder::Activated() , draftguitools.gui_split.Split::Activated() , draftguitools.gui_texts.Text::Activated() , draftguitools.gui_downgrade.Downgrade::Activated() , draftguitools.gui_fillets.Fillet::Activated() , draftguitools.gui_upgrade.Upgrade::Activated() , draftguitools.gui_draft2sketch.Draft2Sketch::Activated() , draftguitools.gui_rotate.Rotate::Activated() , draftguitools.gui_shape2dview.Shape2DView::Activated() , draftguitools.gui_arcs.Arc::Activated() , draftguitools.gui_stretch.Stretch::Activated() , draftguitools.gui_join.Join::Activated() , draftguitools.gui_array_simple.Array::Activated() , draftguitools.gui_polararray.PolarArray::Activated() , draftguitools.gui_circulararray.CircularArray::Activated() , draftguitools.gui_clone.Clone::Activated() , draftguitools.gui_orthoarray.OrthoArray::Activated() , draftguitools.gui_stretch.Stretch::addPoint() , draftguitools.gui_ellipses.Ellipse::appendPoint() , draftguitools.gui_rectangles.Rectangle::appendPoint() , DraftGui.DraftToolBar::changeEvent() , draftguitools.gui_orthoarray.OrthoArray::click() , draftguitools.gui_polararray.PolarArray::click() , draftguitools.gui_circulararray.CircularArray::click() , Gui::Dialog::Clipping::Clipping() , draftguitools.gui_dimensions.Dimension::createObject() , draftguitools.gui_polygons.Polygon::drawPolygon() , draftguitools.gui_edit.Edit::endEditing() , draftguitools.gui_rectangles.Rectangle::finish() , draftguitools.gui_ellipses.Ellipse::finish() , draftguitools.gui_texts.Text::finish() , draftguitools.gui_polygons.Polygon::finish() , draftguitools.gui_arcs.Arc::finish() , draftguitools.gui_mirror.Mirror::finish() , draftguitools.gui_move.Move::finish() , draftguitools.gui_lines.Line::finish() , draftguitools.gui_splines.BSpline::finish() , draftguitools.gui_points.Point::finish() , draftguitools.gui_base_original.DraftTool::finish() , draftguitools.gui_dimensions.Dimension::finish() , draftguitools.gui_beziers.BezCurve::finish() , draftguitools.gui_fillets.Fillet::finish() , draftguitools.gui_shapestrings.ShapeString::finish() , draftguitools.gui_rotate.Rotate::finish() , draftguitools.gui_edit.Edit::finish() , draftguitools.gui_beziers.CubicBezCurve::finish() , draftguitools.gui_trimex.Trimex::finish() , draftguitools.gui_rotate.Rotate::get_object_selection() , draftguitools.gui_move.Move::get_object_selection() , draftguitools.gui_scale.Scale::get_object_selection() , draftguitools.gui_subelements.SubelementHighlight::get_selection() , draftguitools.gui_base_original.DraftTool::getStrings() , draftguitools.gui_move.Move::handle_mouse_click_event() , draftguitools.gui_points.Point::move() , draftguitools.gui_polararray.PolarArray::move() , draftguitools.gui_circulararray.CircularArray::move() , draftguitools.gui_move.Move::move() , draftguitools.gui_move.Move::move_object() , draftguitools.gui_move.Move::move_subelements() , draftguitools.gui_shapestrings.ShapeString::numericInput() , draftguitools.gui_polygons.Polygon::numericInput() , draftguitools.gui_rotate.Rotate::numericInput() , draftguitools.gui_arcs.Arc::numericInput() , draftguitools.gui_offset.Offset::numericRadius() , draftguitools.gui_rotate.Rotate::numericRadius() , draftguitools.gui_arcs.Arc::numericRadius() , Gui::Dialog::Clipping::on_adjustViewdirection_toggled() , Gui::Dialog::Clipping::on_dirX_valueChanged() , Gui::Dialog::Clipping::on_dirY_valueChanged() , Gui::Dialog::Clipping::on_dirZ_valueChanged() , Gui::Dialog::Clipping::on_groupBoxView_toggled() , Gui::Dialog::Clipping::on_groupBoxX_toggled() , Gui::Dialog::Clipping::on_groupBoxY_toggled() , Gui::Dialog::Clipping::on_groupBoxZ_toggled() , draftguitools.gui_groups.AddToGroup::proceed() , draftguitools.gui_edit.Edit::proceed() , draftguitools.gui_groups.SetAutoGroup::proceed() , draftguitools.gui_trimex.Trimex::redraw() , draftguitools.gui_rotate.Rotate::rotate() , draftguitools.gui_fillets.Fillet::set_chamfer() , draftguitools.gui_fillets.Fillet::set_delete() , draftguitools.gui_scale.Scale::set_ghosts() , draftguitools.gui_move.Move::set_ghosts() , draftguitools.gui_rotate.Rotate::set_ghosts() , draftguitools.gui_rotate.Rotate::set_start_point() , draftguitools.gui_edit.Edit::startEditing() , and draftguitools.gui_edit.Edit::updateTrackerAndGhost() . β—† view QPointer< Gui::View3DInventor > Gui::Dialog::Clipping::Private::view Referenced by drafttaskpanels.task_shapestring.ShapeStringTaskPanel::accept() , draftguitools.gui_dimensions.Dimension::action() , draftguitools.gui_circulararray.CircularArray::Activated() , draftguitools.gui_polararray.PolarArray::Activated() , draftguitools.gui_orthoarray.OrthoArray::Activated() , draftguitools.gui_points.Point::click() , Gui::Dialog::Clipping::Clipping() , draftguitools.gui_orthoarray.OrthoArray::completed() , draftguitools.gui_circulararray.CircularArray::completed() , draftguitools.gui_polararray.PolarArray::completed() , draftguitools.gui_selectplane.Draft_SelectPlane::finish() , draftguitools.gui_base_original.DraftTool::finish() , draftguitools.gui_base.GuiCommandBase::finish() , draftguitools.gui_subelements.SubelementHighlight::get_selection() , PathScripts.PathGetPoint.TaskPanel::getPoint() , Gui::Dialog::Clipping::Private::moveCallback() , Gui::Dialog::Clipping::on_fromView_clicked() , draftguitools.gui_selectplane.Draft_SelectPlane::onClickAlign() , draftguitools.gui_facebinders.Facebinder::proceed() , draftguitools.gui_downgrade.Downgrade::proceed() , draftguitools.gui_upgrade.Upgrade::proceed() , draftguitools.gui_draft2sketch.Draft2Sketch::proceed() , draftguitools.gui_mirror.Mirror::proceed() , draftguitools.gui_shape2dview.Shape2DView::proceed() , draftguitools.gui_stretch.Stretch::proceed() , draftguitools.gui_join.Join::proceed() , draftguitools.gui_array_simple.Array::proceed() , draftguitools.gui_rotate.Rotate::proceed() , draftguitools.gui_clone.Clone::proceed() , draftguitools.gui_offset.Offset::proceed() , draftguitools.gui_move.Move::proceed() , draftguitools.gui_scale.Scale::proceed() , draftguitools.gui_drawing.Drawing::proceed() , draftguitools.gui_split.Split::proceed() , draftguitools.gui_trimex.Trimex::proceed() , draftguitools.gui_pointarray.PointArray::proceed() , draftguitools.gui_patharray.PathArray::proceed() , draftguitools.gui_edit.Edit::register_selection_callback() , drafttaskpanels.task_shapestring.ShapeStringTaskPanel::reject() , draftguitools.gui_subelements.SubelementHighlight::remove_view_callback() , PathScripts.PathGetPoint.TaskPanel::removeGlobalCallbacks() , and draftguitools.gui_edit.Edit::unregister_selection_callback() . The documentation for this class was generated from the following file: src/Gui/Clipping.cpp 1.8.17
==================================================================================================================================== Index Modules Hierarchy Alphabetical list Gui FileDialog Gui::FileDialog Member List This is the complete list of members for Gui::FileDialog , including all inherited members. accept () Gui::FileDialog FileDialog (QWidget *parent=0) Gui::FileDialog getExistingDirectory (QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), Options options=ShowDirsOnly) Gui::FileDialog static getOpenFileName (QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0) Gui::FileDialog static getOpenFileNames (QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0) Gui::FileDialog static getSaveFileName (QWidget *parent=0, const QString &caption=QString(), const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=0, Options options=0) Gui::FileDialog static getWorkingDirectory () Gui::FileDialog static restoreLocation () Gui::FileDialog static saveLocation (const QString &) Gui::FileDialog static setWorkingDirectory (const QString &) Gui::FileDialog static ~FileDialog () Gui::FileDialog 1.8.17
====================================================================================================================================================== Index Modules Hierarchy Alphabetical list PartDesignGui TaskPipeParameters PartDesignGui::TaskPipeParameters Member List This is the complete list of members for PartDesignGui::TaskPipeParameters , including all inherited members. actionEvent (QActionEvent *) Gui::TaskView::TaskBox protected ActionGroup (QWidget *parent=0) QSint::ActionGroup explicit ActionGroup (const QString &title, bool expandable=true, QWidget *parent=0) QSint::ActionGroup explicit ActionGroup (const QPixmap &icon, const QString &title, bool expandable=true, QWidget *parent=0) QSint::ActionGroup explicit addAction (QAction *action, bool addToLayout=true, bool addStretch=true) QSint::ActionGroup addActionLabel (ActionLabel *label, bool addToLayout=true, bool addStretch=true) QSint::ActionGroup addWidget (QWidget *widget, bool addToLayout=true, bool addStretch=true) QSint::ActionGroup apply () PartDesignGui::TaskFeatureParameters virtual attachDocument (Document *) Gui::DocumentObserver attachSelection () Gui::SelectionObserver blockConnection (bool block) Gui::SelectionObserver blockUpdate PartDesignGui::TaskFeatureParameters protected detachDocument () Gui::DocumentObserver detachSelection () Gui::SelectionObserver DocumentObserver () Gui::DocumentObserver expandable QSint::ActionGroup getFaceReference (const QString &obj, const QString &sub) PartDesignGui::TaskSketchBasedParameters protected static groupLayout () QSint::ActionGroup hasHeader () const QSint::ActionGroup header QSint::ActionGroup headerText QSint::ActionGroup headerText () const QSint::ActionGroup hideGroupBox () Gui::TaskView::TaskBox init (bool header) QSint::ActionGroup protected isConnectionAttached () const Gui::SelectionObserver isConnectionBlocked () const Gui::SelectionObserver isExpandable () const QSint::ActionGroup isGroupVisible () const Gui::TaskView::TaskBox m_foldDelta QSint::ActionGroup protected m_foldDirection QSint::ActionGroup protected m_foldPixmap QSint::ActionGroup protected m_foldStep QSint::ActionGroup protected m_fullHeight QSint::ActionGroup protected m_tempHeight QSint::ActionGroup protected minimumSizeHint () const Gui::TaskView::TaskBox virtual myDummy QSint::ActionGroup protected myGroup QSint::ActionGroup protected myHeader QSint::ActionGroup protected myScheme QSint::ActionGroup protected none enum value PartDesignGui::TaskPipeParameters protected objectNameByLabel (const QString &label, const QVariant &suggest) const PartDesignGui::TaskSketchBasedParameters protected onAddSelection (const Gui::SelectionChanges &msg) PartDesignGui::TaskSketchBasedParameters protected onSelectReference (const bool pressed, const bool edge, const bool face, const bool planar) PartDesignGui::TaskSketchBasedParameters protected onUpdateView (bool on) PartDesignGui::TaskFeatureParameters protected slot paintEvent (QPaintEvent *event) QSint::ActionGroup protected virtual processHide () QSint::ActionGroup protected slot processShow () QSint::ActionGroup protected slot recomputeFeature () PartDesignGui::TaskFeatureParameters refAdd enum value PartDesignGui::TaskPipeParameters protected referenceSelected (const Gui::SelectionChanges &msg) const PartDesignGui::TaskPipeParameters protected refObjAdd enum value PartDesignGui::TaskPipeParameters protected refProfile enum value PartDesignGui::TaskPipeParameters protected refRemove enum value PartDesignGui::TaskPipeParameters protected removeFromListWidget (QListWidget *w, QString name) PartDesignGui::TaskPipeParameters protected saveHistory (void) PartDesignGui::TaskFeatureParameters virtual selectionMode PartDesignGui::TaskPipeParameters protected selectionModes enum name PartDesignGui::TaskPipeParameters protected SelectionObserver (bool attach=true, int resolve=1) Gui::SelectionObserver SelectionObserver (const Gui::ViewProviderDocumentObject *vp, bool attach=true, int resolve=1) Gui::SelectionObserver setExpandable (bool expandable=true) QSint::ActionGroup slot setHeader (bool enable=true) QSint::ActionGroup slot setHeaderText (const QString &title) QSint::ActionGroup slot setScheme (ActionPanelScheme *pointer) QSint::ActionGroup setUpToFace (const QString &text) PartDesignGui::TaskSketchBasedParameters protected showEvent (QShowEvent *) Gui::TaskView::TaskBox protected showHide () QSint::ActionGroup slot TaskBox (QWidget *parent=0) Gui::TaskView::TaskBox explicit TaskBox (const QString &title, bool expandable=true, QWidget *parent=0) Gui::TaskView::TaskBox explicit TaskBox (const QPixmap &icon, const QString &title, bool expandable=true, QWidget *parent=0) Gui::TaskView::TaskBox explicit TaskFeatureParameters (PartDesignGui::ViewProvider *vp, QWidget *parent, const std::string &pixmapname, const QString &parname) PartDesignGui::TaskFeatureParameters TaskPipeParameters (ViewProviderPipe *PipeView, bool newObj=false, QWidget *parent=0) PartDesignGui::TaskPipeParameters TaskSketchBasedParameters (PartDesignGui::ViewProvider *vp, QWidget *parent, const std::string &pixmapname, const QString &parname) PartDesignGui::TaskSketchBasedParameters vp PartDesignGui::TaskFeatureParameters protected ~DocumentObserver () Gui::DocumentObserver virtual ~SelectionObserver () Gui::SelectionObserver virtual ~TaskBox () Gui::TaskView::TaskBox ~TaskFeatureParameters () PartDesignGui::TaskFeatureParameters virtual ~TaskPipeParameters () PartDesignGui::TaskPipeParameters ~TaskSketchBasedParameters () PartDesignGui::TaskSketchBasedParameters 1.8.17
=========================================================================================================================================== Index Modules Hierarchy Alphabetical list PartDesignGui TaskPipeScaling List of all members | Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes PartDesignGui::TaskPipeScaling Class Reference #include <TaskPipeParameters.h> Public Member Functions TaskPipeScaling ( ViewProviderPipe *PipeView, bool newObj=false, QWidget *parent=0) virtual ~TaskPipeScaling () Public Member Functions inherited from PartDesignGui::TaskSketchBasedParameters TaskSketchBasedParameters ( PartDesignGui::ViewProvider * vp , QWidget *parent, const std::string &pixmapname, const QString &parname) ~TaskSketchBasedParameters () Public Member Functions inherited from PartDesignGui::TaskFeatureParameters virtual void apply () apply changes made in the parameters input to the model via commands More... void recomputeFeature () virtual void saveHistory (void) save field history More... TaskFeatureParameters ( PartDesignGui::ViewProvider * vp , QWidget *parent, const std::string &pixmapname, const QString &parname) virtual ~TaskFeatureParameters () Public Member Functions inherited from Gui::TaskView::TaskBox void hideGroupBox () bool isGroupVisible () const virtual QSize minimumSizeHint () const TaskBox (const QPixmap &icon, const QString &title, bool expandable =true, QWidget *parent=0) Constructor. More... TaskBox (const QString &title, bool expandable =true, QWidget *parent=0) Constructor. More... TaskBox ( QWidget *parent=0) Constructor. More... ~TaskBox () Public Member Functions inherited from QSint::ActionGroup ActionGroup (const QPixmap &icon, const QString &title, bool expandable =true, QWidget *parent=0) Constructor. More... ActionGroup (const QString &title, bool expandable =true, QWidget *parent=0) Constructor. More... ActionGroup ( QWidget *parent=0) Constructor. More... ActionLabel * addAction (QAction *action, bool addToLayout=true, bool addStretch=true) Creates action item from the action and returns it. More... ActionLabel * addActionLabel ( ActionLabel *label, bool addToLayout=true, bool addStretch=true) Adds label to the group. More... bool addWidget ( QWidget *widget, bool addToLayout=true, bool addStretch=true) Adds widget to the group. More... QBoxLayout * groupLayout () Returns group's layout (QVBoxLayout by default). More... bool hasHeader () const Returns true if the group has header. More... QString headerText () const Returns text of the header. More... bool isExpandable () const Returns true if the group is expandable. More... QSize minimumSizeHint () const void setScheme ( ActionPanelScheme *pointer) Sets the scheme of the panel and all the child groups to scheme . More... Public Member Functions inherited from Gui::DocumentObserver void attachDocument ( Document *) Attaches to another document, the old document is not longer observed then. More... void detachDocument () Detaches from the current document, the document is not longer observed then. More... DocumentObserver () Constructor. More... virtual ~DocumentObserver () Public Member Functions inherited from Gui::SelectionObserver void attachSelection () Attaches to the selection. More... bool blockConnection ( bool block) void detachSelection () Detaches from the selection. More... bool isConnectionAttached () const bool isConnectionBlocked () const SelectionObserver ( bool attach=true, int resolve=1) Constructor. More... SelectionObserver (const Gui::ViewProviderDocumentObject *vp, bool attach=true, int resolve=1) Constructor. More... virtual ~SelectionObserver () Protected Types enum selectionModes { none , refAdd , refRemove } Protected Member Functions bool referenceSelected (const Gui::SelectionChanges &msg) const void removeFromListWidget ( QListWidget *w, QString name) Protected Member Functions inherited from PartDesignGui::TaskSketchBasedParameters void exitSelectionMode () QVariant objectNameByLabel (const QString &label, const QVariant &suggest) const Try to find the name of a feature with the given label. More... const QString onAddSelection (const Gui::SelectionChanges &msg) void onSelectReference (const bool pressed, const bool edge, const bool face, const bool planar) QVariant setUpToFace (const QString &text) Protected Member Functions inherited from Gui::TaskView::TaskBox void actionEvent (QActionEvent *) void showEvent (QShowEvent *) Protected Member Functions inherited from QSint::ActionGroup void init ( bool header ) virtual void paintEvent (QPaintEvent *event) Protected Attributes selectionModes selectionMode = none Protected Attributes inherited from PartDesignGui::TaskFeatureParameters bool blockUpdate Lock updateUI(), applying changes to the underlying feature and calling recomputeFeature() More... PartDesignGui::ViewProvider * vp Protected Attributes inherited from QSint::ActionGroup double m_foldDelta int m_foldDirection QPixmap m_foldPixmap double m_foldStep double m_fullHeight double m_tempHeight QWidget * myDummy class TaskGroup * myGroup class TaskHeader * myHeader ActionPanelScheme * myScheme Additional Inherited Members Public Slots inherited from QSint::ActionGroup void setExpandable ( bool expandable =true) Makes the group expandable if expandable is set to true . More... void setHeader ( bool enable=true) Enables/disables group's header according to enable . More... void setHeaderText (const QString &title) Sets text of the header to title . More... void showHide () Expands/collapses the group. More... Protected Slots inherited from PartDesignGui::TaskFeatureParameters void onUpdateView ( bool on) Protected Slots inherited from QSint::ActionGroup void processHide () void processShow () Static Protected Member Functions inherited from PartDesignGui::TaskSketchBasedParameters static QString getFaceReference (const QString &obj, const QString &sub) Properties inherited from QSint::ActionGroup bool expandable bool header QString headerText Member Enumeration Documentation β—† selectionModes enum PartDesignGui::TaskPipeScaling::selectionModes protected Enumerator none refAdd refRemove Constructor & Destructor Documentation β—† TaskPipeScaling() TaskPipeScaling::TaskPipeScaling ( ViewProviderPipe * PipeView , bool newObj = false , QWidget * parent = 0 ) References Gui::ViewProviderDocumentObject::getObject() , App::PropertyEnumeration::getValue() , App::PropertyListsT< T, ListT, ParentT >::getValues() , QSint::ActionGroup::groupLayout() , PartDesign::Pipe::Sections , and PartDesign::Pipe::Transformation . β—† ~TaskPipeScaling() TaskPipeScaling::~TaskPipeScaling ( ) virtual Member Function Documentation β—† referenceSelected() bool TaskPipeScaling::referenceSelected ( const Gui::SelectionChanges & msg ) const protected References Gui::SelectionChanges::AddSelection , DraftVecUtils::find() , App::DocumentObject::getDocument() , App::Document::getName() , App::DocumentObject::getNameInDocument() , Gui::ViewProviderDocumentObject::getObject() , App::Document::getObject() , refAdd , refRemove , selectionMode , and PartDesignGui::TaskFeatureParameters::vp . β—† removeFromListWidget() void TaskPipeScaling::removeFromListWidget ( QListWidget * w , QString name ) protected Member Data Documentation β—† selectionMode selectionModes PartDesignGui::TaskPipeScaling::selectionMode = none protected Referenced by referenceSelected() . The documentation for this class was generated from the following files: src/Mod/PartDesign/Gui/TaskPipeParameters.h src/Mod/PartDesign/Gui/TaskPipeParameters.cpp 1.8.17
==================================================================================================================================== Index Modules Hierarchy Alphabetical list Path PathSegmentWalker List of all members | Public Member Functions Path::PathSegmentWalker Class Reference PathSegmentWalker processes a path a splits all movement commands into straight segments and calls the appropriate member of the provided PathSegmentVisitor . More... #include <PathSegmentWalker.h> Public Member Functions PathSegmentWalker (const Toolpath &tp_) void walk ( PathSegmentVisitor &cb, const Base::Vector3d &startPosition) Detailed Description PathSegmentWalker processes a path a splits all movement commands into straight segments and calls the appropriate member of the provided PathSegmentVisitor . All non-movement commands are processed accordingly if they affect the movement commands. Constructor & Destructor Documentation β—† PathSegmentWalker() Path::PathSegmentWalker::PathSegmentWalker ( const Toolpath & tp_ ) Member Function Documentation β—† walk() void Path::PathSegmentWalker::walk ( PathSegmentVisitor & cb , const Base::Vector3d & startPosition ) References DraftVecUtils::angle() , Path::compensateRotation() , Path::PathSegmentVisitor::g0() , Path::PathSegmentVisitor::g1() , Path::PathSegmentVisitor::g23() , Path::PathSegmentVisitor::g38() , Path::PathSegmentVisitor::g8x() , App::GetApplication() , Path::Command::getCenter() , Path::Toolpath::getCenter() , Path::Toolpath::getCommand() , ParameterGrp::GetFloat() , App::Application::GetParameterGroupByPath() , Path::Command::getPlacement() , Base::Placement::getPosition() , Path::Toolpath::getSize() , Path::Command::getValue() , Path::Command::has() , Base::Rotation::multVec() , Path::Command::Name , Path::PathSegmentVisitor::setup() , Base::Vector3< double >::x , Base::Vector3< _Precision >::x , Base::Vector3< _Precision >::y , Base::Vector3< double >::y , Path::yawPitchRoll() , Base::Vector3< _Precision >::z , and Base::Vector3< double >::z . Referenced by Path::Toolpath::getBoundBox() . The documentation for this class was generated from the following files: src/Mod/Path/App/PathSegmentWalker.h src/Mod/Path/App/PathSegmentWalker.cpp 1.8.17
=================================================================================================================================================================== Index Modules Hierarchy Alphabetical list automotive_design visual_appearance_representation List of all members | Public Member Functions automotive_design.visual_appearance_representation Class Reference Public Member Functions def wr1 (self) def wr2 (self) def wr3 (self) def wr4 (self) def wr5 (self) def wr6 (self) def wr7 (self) Public Member Functions inherited from automotive_design.representation def context_of_items () def description () def id () def items () def name () Additional Inherited Members Public Attributes inherited from automotive_design.representation context_of_items items name Detailed Description Entity visual_appearance_representation definition. Member Function Documentation β—† wr1() def automotive_design.visual_appearance_representation.wr1 ( self ) Reimplemented from automotive_design.representation . References Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self(). β—† wr2() def automotive_design.visual_appearance_representation.wr2 ( self ) Reimplemented from automotive_design.representation . β—† wr3() def automotive_design.visual_appearance_representation.wr3 ( self ) β—† wr4() def automotive_design.visual_appearance_representation.wr4 ( self ) β—† wr5() def automotive_design.visual_appearance_representation.wr5 ( self ) β—† wr6() def automotive_design.visual_appearance_representation.wr6 ( self ) β—† wr7() def automotive_design.visual_appearance_representation.wr7 ( self ) The documentation for this class was generated from the following file: src/Mod/Import/App/automotive_design.py 1.8.17
============================================================================================================================================================= Index Modules Hierarchy Alphabetical list femsolver equationbase HeatViewProxy femsolver.equationbase.HeatViewProxy Member List This is the complete list of members for femsolver.equationbase.HeatViewProxy , including all inherited members. attach (self, vobj) femsolver.equationbase.BaseViewProxy getDefaultDisplayMode (self) femsolver.equationbase.BaseViewProxy getDisplayModes (self, obj) femsolver.equationbase.BaseViewProxy getIcon (self) femsolver.equationbase.HeatViewProxy setDisplayMode (self, mode) femsolver.equationbase.BaseViewProxy 1.8.17
===================================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifcelementassemblytypeenum ifc4.ifcelementassemblytypeenum Member List This is the complete list of members for ifc4.ifcelementassemblytypeenum , including all inherited members. get_enum_ids (self) SCL.ConstructedDataTypes.ENUMERATION 1.8.17
========================================================================================================================================= Index Modules Hierarchy Alphabetical list ifc4 ifcfantypeenum ifc4.ifcfantypeenum Member List This is the complete list of members for ifc4.ifcfantypeenum , including all inherited members. get_enum_ids (self) SCL.ConstructedDataTypes.ENUMERATION 1.8.17
========================================================================================================================================================== Index Modules Hierarchy Alphabetical list FemGui TaskFemConstraintDisplacement FemGui::TaskFemConstraintDisplacement Member List This is the complete list of members for FemGui::TaskFemConstraintDisplacement , including all inherited members. actionEvent (QActionEvent *) Gui::TaskView::TaskBox protected ActionGroup (QWidget *parent=0) QSint::ActionGroup explicit ActionGroup (const QString &title, bool expandable=true, QWidget *parent=0) QSint::ActionGroup explicit ActionGroup (const QPixmap &icon, const QString &title, bool expandable=true, QWidget *parent=0) QSint::ActionGroup explicit addAction (QAction *action, bool addToLayout=true, bool addStretch=true) QSint::ActionGroup addActionLabel (ActionLabel *label, bool addToLayout=true, bool addStretch=true) QSint::ActionGroup addWidget (QWidget *widget, bool addToLayout=true, bool addStretch=true) QSint::ActionGroup attachSelection () Gui::SelectionObserver blockConnection (bool block) Gui::SelectionObserver changeEvent (QEvent *e) FemGui::TaskFemConstraintDisplacement protected virtual ConstraintView FemGui::TaskFemConstraint protected createDeleteAction (QListWidget *parentList) FemGui::TaskFemConstraint protected deleteAction FemGui::TaskFemConstraint protected detachSelection () Gui::SelectionObserver event (QEvent *e) FemGui::TaskFemConstraintDisplacement protected expandable QSint::ActionGroup get_dispxfix () const FemGui::TaskFemConstraintDisplacement get_dispxfree () const FemGui::TaskFemConstraintDisplacement get_dispyfix () const FemGui::TaskFemConstraintDisplacement get_dispyfree () const FemGui::TaskFemConstraintDisplacement get_dispzfix () const FemGui::TaskFemConstraintDisplacement get_dispzfree () const FemGui::TaskFemConstraintDisplacement get_rotxfix () const FemGui::TaskFemConstraintDisplacement get_rotxfree () const FemGui::TaskFemConstraintDisplacement get_rotxv () const FemGui::TaskFemConstraintDisplacement get_rotyfix () const FemGui::TaskFemConstraintDisplacement get_rotyfree () const FemGui::TaskFemConstraintDisplacement get_rotyv () const FemGui::TaskFemConstraintDisplacement get_rotzfix () const FemGui::TaskFemConstraintDisplacement get_rotzfree () const FemGui::TaskFemConstraintDisplacement get_rotzv () const FemGui::TaskFemConstraintDisplacement get_spinxDisplacement () const FemGui::TaskFemConstraintDisplacement get_spinyDisplacement () const FemGui::TaskFemConstraintDisplacement get_spinzDisplacement () const FemGui::TaskFemConstraintDisplacement getReferences () const FemGui::TaskFemConstraintDisplacement virtual FemGui::TaskFemConstraint::getReferences (const std::vector< std::string > &items) const FemGui::TaskFemConstraint getScale () const FemGui::TaskFemConstraint groupLayout () QSint::ActionGroup hasHeader () const QSint::ActionGroup header QSint::ActionGroup headerText QSint::ActionGroup headerText () const QSint::ActionGroup hideGroupBox () Gui::TaskView::TaskBox init (bool header) QSint::ActionGroup protected isConnectionAttached () const Gui::SelectionObserver isConnectionBlocked () const Gui::SelectionObserver isExpandable () const QSint::ActionGroup isGroupVisible () const Gui::TaskView::TaskBox KeyEvent (QEvent *e) FemGui::TaskFemConstraint protected keyPressEvent (QKeyEvent *ke) FemGui::TaskFemConstraint protected virtual m_foldDelta QSint::ActionGroup protected m_foldDirection QSint::ActionGroup protected m_foldPixmap QSint::ActionGroup protected m_foldStep QSint::ActionGroup protected m_fullHeight QSint::ActionGroup protected m_tempHeight QSint::ActionGroup protected makeRefText (const App::DocumentObject *obj, const std::string &subName) const FemGui::TaskFemConstraint protected minimumSizeHint () const Gui::TaskView::TaskBox virtual myDummy QSint::ActionGroup protected myGroup QSint::ActionGroup protected myHeader QSint::ActionGroup protected myScheme QSint::ActionGroup protected onButtonReference (const bool pressed=true) FemGui::TaskFemConstraint protected slot onButtonWizCancel () FemGui::TaskFemConstraint protected slot onButtonWizOk () FemGui::TaskFemConstraint protected slot FemGui::TaskFemConstraint::onReferenceDeleted (const int row) FemGui::TaskFemConstraint protected slot paintEvent (QPaintEvent *event) QSint::ActionGroup protected virtual processHide () QSint::ActionGroup protected slot processShow () QSint::ActionGroup protected slot proxy FemGui::TaskFemConstraint protected seldir enum value FemGui::TaskFemConstraint protected selectionMode FemGui::TaskFemConstraint protected SelectionObserver (bool attach=true, int resolve=1) Gui::SelectionObserver SelectionObserver (const Gui::ViewProviderDocumentObject *vp, bool attach=true, int resolve=1) Gui::SelectionObserver selloc enum value FemGui::TaskFemConstraint protected selnone enum value FemGui::TaskFemConstraint protected selref enum value FemGui::TaskFemConstraint protected setExpandable (bool expandable=true) QSint::ActionGroup slot setHeader (bool enable=true) QSint::ActionGroup slot setHeaderText (const QString &title) QSint::ActionGroup slot setScheme (ActionPanelScheme *pointer) QSint::ActionGroup setSelection (QListWidgetItem *item) FemGui::TaskFemConstraint protected slot showEvent (QShowEvent *) Gui::TaskView::TaskBox protected showHide () QSint::ActionGroup slot TaskBox (QWidget *parent=0) Gui::TaskView::TaskBox explicit TaskBox (const QString &title, bool expandable=true, QWidget *parent=0) Gui::TaskView::TaskBox explicit TaskBox (const QPixmap &icon, const QString &title, bool expandable=true, QWidget *parent=0) Gui::TaskView::TaskBox explicit TaskFemConstraint (ViewProviderFemConstraint *ConstraintView, QWidget *parent=0, const char *pixmapname="") FemGui::TaskFemConstraint TaskFemConstraintDisplacement (ViewProviderFemConstraintDisplacement *ConstraintView, QWidget *parent=0) FemGui::TaskFemConstraintDisplacement ~SelectionObserver () Gui::SelectionObserver virtual ~TaskBox () Gui::TaskView::TaskBox ~TaskFemConstraint () FemGui::TaskFemConstraint virtual ~TaskFemConstraintDisplacement () FemGui::TaskFemConstraintDisplacement 1.8.17
========================================================================================================================== Index Modules Hierarchy Alphabetical list Gui Polyline List of all members | Public Member Functions Gui::Polyline Class Reference #include <GLPainter.h> Public Member Functions void addNode (const QPoint &p) void clear () bool isWorking () const void paintGL () Polyline () Polyline ( View3DInventorViewer *v) void popNode () void setClosed ( bool c) void setCloseStippled ( bool c) void setColor (int r, int g, int b, int a=0) void setCoords (int x, int y) void setLineWidth (float l) void setViewer ( View3DInventorViewer *v) void setWorking ( bool on) ~Polyline () Public Member Functions inherited from Gui::GLGraphicsItem GLGraphicsItem () virtual ~GLGraphicsItem () Public Member Functions inherited from Base::BaseClass BaseClass () Construction. More... virtual PyObject * getPyObject (void) This method returns the Python wrapper for a C++ object. More... virtual Type getTypeId (void) const bool isDerivedFrom (const Type type ) const virtual void setPyObject ( PyObject *) virtual ~BaseClass () Destruction. More... Additional Inherited Members Static Public Member Functions inherited from Base::BaseClass static void * create (void) static Type getClassTypeId (void) static void init (void) Static Protected Member Functions inherited from Base::BaseClass static void initSubclass ( Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Constructor & Destructor Documentation β—† Polyline() [1/2] Polyline::Polyline ( View3DInventorViewer * v ) β—† Polyline() [2/2] Polyline::Polyline ( ) β—† ~Polyline() Polyline::~Polyline ( ) Member Function Documentation β—† addNode() void Polyline::addNode ( const QPoint & p ) Referenced by Gui::PolyPickerSelection::locationEvent() , Gui::FreehandSelection::locationEvent() , Gui::PolyPickerSelection::mouseButtonEvent() , and Gui::FreehandSelection::mouseButtonEvent() . β—† clear() void Polyline::clear ( ) Referenced by Gui::PolyPickerSelection::mouseButtonEvent() , and Gui::FreehandSelection::mouseButtonEvent() . β—† isWorking() bool Polyline::isWorking ( ) const Referenced by Gui::PolyPickerSelection::locationEvent() , Gui::FreehandSelection::locationEvent() , Gui::PolyPickerSelection::mouseButtonEvent() , and Gui::FreehandSelection::mouseButtonEvent() . β—† paintGL() void Polyline::paintGL ( ) virtual Implements Gui::GLGraphicsItem . β—† popNode() void Polyline::popNode ( ) Referenced by Gui::PolyPickerSelection::locationEvent() . β—† setClosed() void Polyline::setClosed ( bool c ) Referenced by Gui::FreehandSelection::setClosed() . β—† setCloseStippled() void Polyline::setCloseStippled ( bool c ) Referenced by Gui::FreehandSelection::setClosed() . β—† setColor() void Polyline::setColor ( int r , int g , int b , int a = 0 ) Referenced by Gui::PolyPickerSelection::setColor() . β—† setCoords() void Polyline::setCoords ( int x , int y ) Referenced by Gui::FreehandSelection::locationEvent() , and Gui::FreehandSelection::mouseButtonEvent() . β—† setLineWidth() void Polyline::setLineWidth ( float l ) Referenced by Gui::PolyPickerSelection::setLineWidth() . β—† setViewer() void Polyline::setViewer ( View3DInventorViewer * v ) Referenced by Gui::PolyPickerSelection::initialize() . β—† setWorking() void Polyline::setWorking ( bool on ) Referenced by Gui::PolyPickerSelection::mouseButtonEvent() , and Gui::FreehandSelection::mouseButtonEvent() . The documentation for this class was generated from the following files: src/Gui/GLPainter.h src/Gui/GLPainter.cpp 1.8.17
====================================================================================================================== Index Modules Hierarchy Alphabetical list List of all members | Public Member Functions OCAFBrowser Class Reference Public Member Functions void load ( QTreeWidget *) OCAFBrowser (Handle(TDocStd_Document) h) Constructor & Destructor Documentation β—† OCAFBrowser() OCAFBrowser::OCAFBrowser ( Handle(TDocStd_Document) h ) Member Function Documentation β—† load() void OCAFBrowser::load ( QTreeWidget * theTree ) The documentation for this class was generated from the following file: src/Mod/Import/Gui/AppImportGuiPy.cpp 1.8.17
=========================================================================================================================== Index Modules Hierarchy Alphabetical list Part GeomCone List of all members | Public Member Functions Part::GeomCone Class Reference #include <Geometry.h> Public Member Functions virtual Geometry * copy (void) const returns a copy of this object having a new randomly generated tag. More... GeomCone () GeomCone (const Handle (Geom_ConicalSurface)&) virtual unsigned int getMemSize (void) const This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB? More... virtual PyObject * getPyObject (void) This method returns the Python wrapper for a C++ object. More... const Handle (Geom_Geometry) &handle() const virtual void Restore ( Base::XMLReader &) This method is used to restore properties from an XML document. More... virtual void Save ( Base::Writer &) const This method is used to save properties to an XML document. More... void setHandle (const Handle (Geom_ConicalSurface)&) virtual ~GeomCone () Public Member Functions inherited from Part::GeomSurface GeomSurface () bool normal (double u, double v, gp_Dir &dir) const bool tangentU (double u, double v, gp_Dir &dirU) const bool tangentV (double u, double v, gp_Dir &dirV) const TopoDS_Shape toShape () const virtual ~GeomSurface () bool isUmbillic (double u, double v) const double curvature (double u, double v, Curvature ) const void curvatureDirections (double u, double v, gp_Dir &maxD, gp_Dir &minD) const Public Member Functions inherited from Part::Geometry Geometry * clone (void) const returns a cloned object. More... void deleteExtension ( Base::Type type ) void deleteExtension (std::string name) const std::weak_ptr< GeometryExtension > getExtension ( Base::Type type ) const const std::weak_ptr< GeometryExtension > getExtension (std::string name) const const std::vector< std::weak_ptr< GeometryExtension > > getExtensions () const boost::uuids::uuid getTag () const returns the tag of the geometry object More... bool hasExtension ( Base::Type type ) const bool hasExtension (std::string name) const void setExtension (std::unique_ptr< GeometryExtension > &&geo) virtual ~Geometry () Public Member Functions inherited from Base::Persistence void dumpToStream (std::ostream &stream, int compression) virtual Base::Type getTypeId (void) const virtual void RestoreDocFile ( Reader &) This method is used to restore large amounts of data from a file In this method you simply stream in your SaveDocFile() saved data. More... void restoreFromStream (std::istream &stream) virtual void SaveDocFile ( Writer &) const This method is used to save large amounts of data to a binary file. More... Public Member Functions inherited from Base::BaseClass BaseClass () Construction. More... bool isDerivedFrom (const Type type ) const virtual void setPyObject ( PyObject *) virtual ~BaseClass () Destruction. More... Additional Inherited Members Public Types inherited from Part::GeomSurface enum Curvature { Maximum , Minimum , Mean , Gaussian } Static Public Member Functions inherited from Base::Persistence static void * create (void) static std::string encodeAttribute (const std::string &) Encodes an attribute upon saving. More... static Base::Type getClassTypeId (void) static void init (void) Static Public Member Functions inherited from Base::BaseClass static void * create (void) static Type getClassTypeId (void) static void init (void) Public Attributes inherited from Part::Geometry bool Construction construction geometry (means no impact on a later built topo) Note: In the Sketcher and only for the specific case of a point, it has a special meaning: a construction point has fixed coordinates for the solver (it has fixed parameters) More... Protected Member Functions inherited from Part::Geometry void assignTag (const Part::Geometry *) copies the tag from the geometry passed as a parameter to this object More... void createNewTag () create a new tag for the geometry object More... Geometry () Static Protected Member Functions inherited from Base::BaseClass static void initSubclass ( Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Protected Attributes inherited from Part::Geometry std::vector< std::shared_ptr< GeometryExtension > > extensions boost::uuids::uuid tag Constructor & Destructor Documentation β—† GeomCone() [1/2] GeomCone::GeomCone ( ) β—† GeomCone() [2/2] GeomCone::GeomCone ( const Handle (Geom_ConicalSurface)& c ) References setHandle() . β—† ~GeomCone() GeomCone::~GeomCone ( ) virtual Member Function Documentation β—† copy() virtual Geometry * Part::GeomCone::copy ( void ) const virtual returns a copy of this object having a new randomly generated tag. If you also want to copy the tag, you may use clone() instead. For creation of geometry with other handles, with or without the same tag, you may use the constructors and the sethandle functions. The tag of a geometry can be copied to another geometry using the assignTag function. Implements Part::Geometry . β—† getMemSize() virtual unsigned int Part::GeomCone::getMemSize ( void ) const virtual This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB? Reimplemented from Part::Geometry . β—† getPyObject() PyObject * GeomCone::getPyObject ( void ) virtual This method returns the Python wrapper for a C++ object. It's in the responsibility of the programmer to do the correct reference counting. Basically there are two ways how to implement that: Either always return a new Python object then reference counting is not a matter or return always the same Python object then the reference counter must be incremented by one. However, it's absolutely forbidden to return always the same Python object without incrementing the reference counter. The default implementation returns 'None'. Reimplemented from Base::BaseClass . References Part::Geometry::clone() . β—† Handle() const Part::GeomCone::Handle ( Geom_Geometry ) const & virtual Implements Part::Geometry . Referenced by setHandle() . β—† Restore() virtual void Part::GeomCone::Restore ( Base::XMLReader & ) virtual This method is used to restore properties from an XML document. It uses the XMLReader class, which bases on SAX, to read the in Save() written information. Again the Vector as an example: void PropertyVector::Restore( Base::XMLReader &reader) { // read my Element reader. readElement ( "PropertyVector" ); // get the value of my Attribute _cVec.x = reader. getAttributeAsFloat ( "valueX" ); _cVec.y = reader. getAttributeAsFloat ( "valueY" ); _cVec.z = reader. getAttributeAsFloat ( "valueZ" ); } Reimplemented from Part::Geometry . β—† Save() virtual void Part::GeomCone::Save ( Base::Writer & ) const virtual This method is used to save properties to an XML document. A good example you'll find in PropertyStandard.cpp, e.g. the vector: void PropertyVector::Save (Writer &writer) const { writer << writer.ind() << "<PropertyVector valueX=\"" << _cVec.x << "\" valueY=\"" << _cVec.y << "\" valueZ=\"" << _cVec.z << "\"/>" << endl; } The writer.ind() expression writes the indentation, just for pretty printing of the XML. As you see, the writing of the XML document is not done with a DOM implementation because of performance reasons. Therefore the programmer has to take care that a valid XML document is written. This means closing tags and writing UTF-8. See also Base::Writer Reimplemented from Part::Geometry . β—† setHandle() void GeomCone::setHandle ( const Handle (Geom_ConicalSurface)& s ) References Handle() . Referenced by GeomCone() . The documentation for this class was generated from the following files: src/Mod/Part/App/Geometry.h src/Mod/Part/App/Geometry.cpp Base::XMLReader::getAttributeAsFloat double getAttributeAsFloat(const char *AttrName) const return the named attribute as a double floating point (does type checking) Definition: Reader.cpp:159 Base::XMLReader::readElement void readElement(const char *ElementName=0) read until a start element is found (<name>) or start-end element (<name/>) (with special name if giv... Definition: Reader.cpp:241 Base::XMLReader The XML reader class This is an important helper class for the store and retrieval system of objects ... Definition: Reader.h:117 1.8.17
======================================================================================================================================================================= Index Modules Hierarchy Alphabetical list automotive_design camera_model_d3_with_hlhsr automotive_design.camera_model_d3_with_hlhsr Member List This is the complete list of members for automotive_design.camera_model_d3_with_hlhsr , including all inherited members. dim automotive_design.camera_model_d3 hidden_line_surface_removal automotive_design.camera_model_d3_with_hlhsr hidden_line_surface_removal () automotive_design.camera_model_d3_with_hlhsr name automotive_design.representation_item name () automotive_design.representation_item perspective_of_volume automotive_design.camera_model_d3 perspective_of_volume () automotive_design.camera_model_d3 view_reference_system automotive_design.camera_model_d3 view_reference_system () automotive_design.camera_model_d3 wr1 (self) automotive_design.camera_model_d3 wr2 (self) automotive_design.camera_model_d3 1.8.17
=================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifcboundarycurve List of all members | Public Member Functions ifc4.ifcboundarycurve Class Reference Public Member Functions def isclosed (self) Public Member Functions inherited from ifc4.ifccompositecurveonsurface def basissurface () def samesurface (self) Public Member Functions inherited from ifc4.ifccompositecurve def closedcurve () def curvecontinuous (self) def nsegments () def samedim (self) def segments () def selfintersect () Public Member Functions inherited from ifc4.ifccurve def dim () Public Member Functions inherited from ifc4.ifcrepresentationitem def layerassignment () def styledbyitem () Additional Inherited Members Public Attributes inherited from ifc4.ifccompositecurve segments selfintersect Detailed Description Entity ifcboundarycurve definition. Member Function Documentation β—† isclosed() def ifc4.ifcboundarycurve.isclosed ( self ) References Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self(). The documentation for this class was generated from the following file: src/Mod/Import/App/ifc4.py 1.8.17
=============================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifcelectricflowstoragedevice List of all members | Public Member Functions | Public Attributes ifc4.ifcelectricflowstoragedevice Class Reference Public Member Functions def correctpredefinedtype (self) def correcttypeassigned (self) def predefinedtype () Public Member Functions inherited from ifc4.ifcdistributionflowelement def hascontrolelements () Public Member Functions inherited from ifc4.ifcdistributionelement def hasports () Public Member Functions inherited from ifc4.ifcelement def connectedfrom () def connectedto () def containedinstructure () def fillsvoids () def hasopenings () def hasprojections () def interfereselements () def isconnectionrealization () def isinterferedbyelements () def providesboundaries () def referencedinstructures () def tag () Public Member Functions inherited from ifc4.ifcproduct def objectplacement () def placementforshaperepresentation (self) def referencedby () def representation () Public Member Functions inherited from ifc4.ifcobject def declares () def isdeclaredby () def isdefinedby () def istypedby () def objecttype () Public Member Functions inherited from ifc4.ifcobjectdefinition def decomposes () def hasassignments () def hasassociations () def hascontext () def isdecomposedby () def isnestedby () def nests () Public Member Functions inherited from ifc4.ifcroot def description () def globalid () def name () def ownerhistory () Public Attributes predefinedtype Public Attributes inherited from ifc4.ifcelement tag Public Attributes inherited from ifc4.ifcproduct objectplacement representation Public Attributes inherited from ifc4.ifcobject objecttype Public Attributes inherited from ifc4.ifcroot description globalid name ownerhistory Detailed Description Entity ifcelectricflowstoragedevice definition. :param predefinedtype :type predefinedtype:ifcelectricflowstoragedevicetypeenum Member Function Documentation β—† correctpredefinedtype() def ifc4.ifcelectricflowstoragedevice.correctpredefinedtype ( self ) References ifc4.ifcstructuralcurvereaction.predefinedtype , ifc4.ifclightfixture.predefinedtype , ifc2x3.ifccablesegmenttype.predefinedtype , ifc2x3.ifchumidifiertype.predefinedtype , ifc4.ifcinterceptor.predefinedtype , ifc2x3.ifctransportelementtype.predefinedtype , ifc4.ifccablesegmenttype.predefinedtype , ifc4.ifcconstructionproductresourcetype.predefinedtype , ifc4.ifchumidifiertype.predefinedtype , ifc4.ifctransportelementtype.predefinedtype , ifc2x3.ifcrailing.predefinedtype , ifc4.ifccostitem.predefinedtype , ifc4.ifcrailing.predefinedtype , ifc4.ifcshadingdevice.predefinedtype , ifc2x3.ifcservicelifefactor.predefinedtype , ifc4.ifcmember.predefinedtype , ifc4.ifcflowinstrument.predefinedtype , ifc2x3.ifcvalvetype.predefinedtype , ifc4.ifchumidifier.predefinedtype , ifc4.ifcworkcalendar.predefinedtype , ifc2x3.ifcairterminalboxtype.predefinedtype , ifc4.ifcbuildingelementparttype.predefinedtype , ifc4.ifcelectricmotor.predefinedtype , ifc2x3.ifcbuildingelementproxytype.predefinedtype , ifc4.ifcactuator.predefinedtype , ifc4.ifcstairtype.predefinedtype , ifc2x3.ifcspacetype.predefinedtype , ifc2x3.ifcelectricgeneratortype.predefinedtype , ifc2x3.ifcpipefittingtype.predefinedtype , ifc2x3.ifcwasteterminaltype.predefinedtype , ifc4.ifcstructuralsurfaceaction.predefinedtype , ifc2x3.ifclamptype.predefinedtype , ifc4.ifcvalvetype.predefinedtype , ifc4.ifcairterminalboxtype.predefinedtype , ifc4.ifcbuildingelementproxytype.predefinedtype , ifc2x3.ifcairtoairheatrecoverytype.predefinedtype , ifc4.ifcfurniture.predefinedtype , ifc2x3.ifcfooting.predefinedtype , ifc2x3.ifcactuatortype.predefinedtype , ifc4.ifcspacetype.predefinedtype , ifc4.ifccablecarrierfitting.predefinedtype , ifc4.ifcelectricgeneratortype.predefinedtype , ifc4.ifcpipefittingtype.predefinedtype , ifc2x3.ifcstructuralanalysismodel.predefinedtype , ifc4.ifcwasteterminaltype.predefinedtype , ifc4.ifcfastenertype.predefinedtype , ifc4.ifclamptype.predefinedtype , ifc4.ifclaborresourcetype.predefinedtype , ifc4.ifcairtoairheatrecoverytype.predefinedtype , ifc4.ifctendontype.predefinedtype , ifc4.ifcfooting.predefinedtype , ifc4.ifcwall.predefinedtype , ifc4.ifcactuatortype.predefinedtype , ifc4.ifccablecarriersegment.predefinedtype , ifc4.ifcdamper.predefinedtype , ifc4.ifcstructuralanalysismodel.predefinedtype , ifc2x3.ifcevaporatortype.predefinedtype , ifc4.ifcaudiovisualappliancetype.predefinedtype , ifc2x3.ifcelectricappliancetype.predefinedtype , ifc2x3.ifcgasterminaltype.predefinedtype , ifc4.ifcdoortype.predefinedtype , ifc4.ifcroof.predefinedtype , ifc4.ifcburner.predefinedtype , ifc4.ifceventtype.predefinedtype , ifc2x3.ifccablecarriersegmenttype.predefinedtype , ifc4.ifcfilter.predefinedtype , ifc4.ifcjunctionbox.predefinedtype , ifc2x3.ifcductsilencertype.predefinedtype , ifc4.ifcenginetype.predefinedtype , ifc2x3.ifcelementassembly.predefinedtype , ifc4.ifcelectricdistributionboard.predefinedtype , ifc2x3.ifccolumntype.predefinedtype , ifc4.ifcelectricflowstoragedevice.predefinedtype , ifc2x3.ifcductsegmenttype.predefinedtype , ifc2x3.ifcdampertype.predefinedtype , ifc2x3.ifctubebundletype.predefinedtype , ifc2x3.ifcstructuralsurfacemember.predefinedtype , ifc2x3.ifclightfixturetype.predefinedtype , ifc2x3.ifcflowmetertype.predefinedtype , ifc2x3.ifcprojectorderrecord.predefinedtype , ifc2x3.ifcheatexchangertype.predefinedtype , ifc2x3.ifccondensertype.predefinedtype , ifc2x3.ifcslab.predefinedtype , ifc2x3.ifccoolingtowertype.predefinedtype , ifc2x3.ifccontrollertype.predefinedtype , ifc2x3.ifcelectricheatertype.predefinedtype , ifc2x3.ifcfantype.predefinedtype , ifc2x3.ifcprotectivedevicetype.predefinedtype , ifc2x3.ifcslabtype.predefinedtype , ifc2x3.ifcevaporativecoolertype.predefinedtype , ifc2x3.ifcalarmtype.predefinedtype , ifc2x3.ifcmembertype.predefinedtype , ifc2x3.ifcairterminaltype.predefinedtype , ifc2x3.ifctendon.predefinedtype , ifc2x3.ifcelectricflowstoragedevicetype.predefinedtype , ifc2x3.ifcelectrictimecontroltype.predefinedtype , ifc2x3.ifcstackterminaltype.predefinedtype , ifc2x3.ifcchillertype.predefinedtype , ifc2x3.ifccooledbeamtype.predefinedtype , ifc2x3.ifcoutlettype.predefinedtype , ifc2x3.ifccoiltype.predefinedtype , ifc2x3.ifcsanitaryterminaltype.predefinedtype , ifc2x3.ifcswitchingdevicetype.predefinedtype , ifc2x3.ifccostschedule.predefinedtype , ifc2x3.ifcplatetype.predefinedtype , ifc2x3.ifcrailingtype.predefinedtype , ifc2x3.ifcfiresuppressionterminaltype.predefinedtype , ifc2x3.ifcpile.predefinedtype , ifc2x3.ifccovering.predefinedtype , ifc2x3.ifcstructuralloadgroup.predefinedtype , ifc2x3.ifcwalltype.predefinedtype , ifc2x3.ifcspaceheatertype.predefinedtype , ifc2x3.ifcdistributionchamberelementtype.predefinedtype , ifc2x3.ifcstructuralcurvemember.predefinedtype , ifc2x3.ifcjunctionboxtype.predefinedtype , ifc2x3.ifcfiltertype.predefinedtype , ifc2x3.ifccurtainwalltype.predefinedtype , ifc2x3.ifcstairflighttype.predefinedtype , ifc2x3.ifcflowinstrumenttype.predefinedtype , ifc2x3.ifcmotorconnectiontype.predefinedtype , ifc2x3.ifcprojectorder.predefinedtype , ifc2x3.ifcrampflighttype.predefinedtype , ifc2x3.ifcboilertype.predefinedtype , ifc2x3.ifcoccupant.predefinedtype , ifc2x3.ifcvibrationisolatortype.predefinedtype , ifc2x3.ifctransformertype.predefinedtype , ifc2x3.ifccoveringtype.predefinedtype , ifc2x3.ifcelectricmotortype.predefinedtype , ifc2x3.ifcbeamtype.predefinedtype , ifc2x3.ifcsensortype.predefinedtype , ifc2x3.ifccablecarrierfittingtype.predefinedtype , ifc2x3.ifcductfittingtype.predefinedtype , ifc2x3.ifcunitaryequipmenttype.predefinedtype , ifc2x3.ifctanktype.predefinedtype , ifc2x3.ifccompressortype.predefinedtype , ifc2x3.ifcpipesegmenttype.predefinedtype , ifc2x3.ifcpumptype.predefinedtype , Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self(). β—† correcttypeassigned() def ifc4.ifcelectricflowstoragedevice.correcttypeassigned ( self ) References ifc4.ifcobject.istypedby() , ifc2x3.ifcreldefinesbytype.relatingtype , ifc4.ifcreldefinesbytype.relatingtype , Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self(). β—† predefinedtype() def ifc4.ifcelectricflowstoragedevice.predefinedtype ( ) References ifc4.ifcstructuralcurvereaction._predefinedtype, ifc4.ifclightfixture._predefinedtype, ifc2x3.ifccablesegmenttype._predefinedtype, ifc2x3.ifchumidifiertype._predefinedtype, ifc4.ifcinterceptor._predefinedtype, ifc2x3.ifctransportelementtype._predefinedtype, ifc4.ifccablesegmenttype._predefinedtype, ifc4.ifcconstructionproductresourcetype._predefinedtype, ifc4.ifchumidifiertype._predefinedtype, ifc4.ifctransportelementtype._predefinedtype, ifc2x3.ifcrailing._predefinedtype, ifc4.ifccostitem._predefinedtype, ifc4.ifcrailing._predefinedtype, ifc4.ifcshadingdevice._predefinedtype, ifc2x3.ifcservicelifefactor._predefinedtype, ifc4.ifcmember._predefinedtype, ifc4.ifcflowinstrument._predefinedtype, ifc2x3.ifcvalvetype._predefinedtype, ifc4.ifchumidifier._predefinedtype, ifc4.ifcworkcalendar._predefinedtype, ifc2x3.ifcairterminalboxtype._predefinedtype, ifc4.ifcbuildingelementparttype._predefinedtype, ifc4.ifcelectricmotor._predefinedtype, ifc2x3.ifcbuildingelementproxytype._predefinedtype, ifc4.ifcactuator._predefinedtype, ifc4.ifcstairtype._predefinedtype, ifc2x3.ifcspacetype._predefinedtype, ifc2x3.ifcelectricgeneratortype._predefinedtype, ifc2x3.ifcpipefittingtype._predefinedtype, ifc2x3.ifcwasteterminaltype._predefinedtype, ifc2x3.ifclamptype._predefinedtype, ifc4.ifcstructuralsurfaceaction._predefinedtype, ifc4.ifcvalvetype._predefinedtype, ifc4.ifcairterminalboxtype._predefinedtype, ifc4.ifcbuildingelementproxytype._predefinedtype, ifc2x3.ifcairtoairheatrecoverytype._predefinedtype, ifc4.ifcfurniture._predefinedtype, ifc2x3.ifcfooting._predefinedtype, ifc2x3.ifcactuatortype._predefinedtype, ifc4.ifcspacetype._predefinedtype, ifc4.ifccablecarrierfitting._predefinedtype, ifc4.ifcelectricgeneratortype._predefinedtype, ifc4.ifcpipefittingtype._predefinedtype, ifc2x3.ifcstructuralanalysismodel._predefinedtype, ifc4.ifcwasteterminaltype._predefinedtype, ifc4.ifcfastenertype._predefinedtype, ifc4.ifclamptype._predefinedtype, ifc4.ifclaborresourcetype._predefinedtype, ifc4.ifcairtoairheatrecoverytype._predefinedtype, ifc4.ifctendontype._predefinedtype, ifc4.ifcfooting._predefinedtype, ifc4.ifcwall._predefinedtype, ifc4.ifcactuatortype._predefinedtype, ifc4.ifccablecarriersegment._predefinedtype, ifc4.ifcdamper._predefinedtype, ifc4.ifcstructuralanalysismodel._predefinedtype, ifc2x3.ifcevaporatortype._predefinedtype, ifc4.ifcaudiovisualappliancetype._predefinedtype, ifc2x3.ifcelectricappliancetype._predefinedtype, ifc2x3.ifcgasterminaltype._predefinedtype, ifc4.ifcdoortype._predefinedtype, ifc4.ifcroof._predefinedtype, ifc4.ifcburner._predefinedtype, ifc4.ifceventtype._predefinedtype, ifc2x3.ifccablecarriersegmenttype._predefinedtype, ifc4.ifcfilter._predefinedtype, ifc4.ifcjunctionbox._predefinedtype, ifc2x3.ifcductsilencertype._predefinedtype, ifc4.ifcenginetype._predefinedtype, ifc2x3.ifcelementassembly._predefinedtype, ifc4.ifcelectricdistributionboard._predefinedtype, ifc2x3.ifccolumntype._predefinedtype, ifc4.ifcelectricflowstoragedevice._predefinedtype, ifc2x3.ifcductsegmenttype._predefinedtype, ifc2x3.ifcdampertype._predefinedtype, ifc2x3.ifctubebundletype._predefinedtype, ifc2x3.ifcstructuralsurfacemember._predefinedtype, ifc2x3.ifclightfixturetype._predefinedtype, ifc2x3.ifcflowmetertype._predefinedtype, ifc2x3.ifcprojectorderrecord._predefinedtype, ifc2x3.ifcheatexchangertype._predefinedtype, ifc2x3.ifccondensertype._predefinedtype, ifc2x3.ifcslab._predefinedtype, ifc2x3.ifccoolingtowertype._predefinedtype, ifc2x3.ifccontrollertype._predefinedtype, ifc2x3.ifcelectricheatertype._predefinedtype, ifc2x3.ifcfantype._predefinedtype, ifc2x3.ifcprotectivedevicetype._predefinedtype, ifc2x3.ifcslabtype._predefinedtype, ifc2x3.ifcevaporativecoolertype._predefinedtype, ifc2x3.ifcalarmtype._predefinedtype, ifc2x3.ifcmembertype._predefinedtype, ifc2x3.ifcairterminaltype._predefinedtype, ifc2x3.ifctendon._predefinedtype, ifc2x3.ifcelectricflowstoragedevicetype._predefinedtype, ifc2x3.ifcelectrictimecontroltype._predefinedtype, ifc2x3.ifcstackterminaltype._predefinedtype, ifc2x3.ifcchillertype._predefinedtype, ifc2x3.ifccooledbeamtype._predefinedtype, ifc2x3.ifcoutlettype._predefinedtype, ifc2x3.ifccoiltype._predefinedtype, ifc2x3.ifcsanitaryterminaltype._predefinedtype, ifc2x3.ifcswitchingdevicetype._predefinedtype, ifc2x3.ifccostschedule._predefinedtype, ifc2x3.ifcplatetype._predefinedtype, ifc2x3.ifcrailingtype._predefinedtype, ifc2x3.ifcfiresuppressionterminaltype._predefinedtype, ifc2x3.ifcpile._predefinedtype, ifc2x3.ifccovering._predefinedtype, ifc2x3.ifcstructuralloadgroup._predefinedtype, ifc2x3.ifcwalltype._predefinedtype, ifc2x3.ifcspaceheatertype._predefinedtype, ifc2x3.ifcdistributionchamberelementtype._predefinedtype, ifc2x3.ifcstructuralcurvemember._predefinedtype, ifc2x3.ifcjunctionboxtype._predefinedtype, ifc2x3.ifcfiltertype._predefinedtype, ifc2x3.ifccurtainwalltype._predefinedtype, ifc2x3.ifcstairflighttype._predefinedtype, ifc2x3.ifcflowinstrumenttype._predefinedtype, ifc2x3.ifcmotorconnectiontype._predefinedtype, ifc2x3.ifcprojectorder._predefinedtype, ifc2x3.ifcrampflighttype._predefinedtype, ifc2x3.ifcboilertype._predefinedtype, ifc2x3.ifcoccupant._predefinedtype, ifc2x3.ifcvibrationisolatortype._predefinedtype, ifc2x3.ifctransformertype._predefinedtype, ifc2x3.ifccoveringtype._predefinedtype, ifc2x3.ifcelectricmotortype._predefinedtype, ifc2x3.ifcbeamtype._predefinedtype, ifc2x3.ifcsensortype._predefinedtype, ifc2x3.ifccablecarrierfittingtype._predefinedtype, ifc2x3.ifcductfittingtype._predefinedtype, ifc2x3.ifcunitaryequipmenttype._predefinedtype, ifc2x3.ifctanktype._predefinedtype, ifc2x3.ifccompressortype._predefinedtype, ifc2x3.ifcpipesegmenttype._predefinedtype, ifc2x3.ifcpumptype._predefinedtype, and ifc4.ifcelectricflowstoragedevice.predefinedtype . Member Data Documentation β—† predefinedtype ifc4.ifcelectricflowstoragedevice.predefinedtype Referenced by ifc4.ifcelectricflowstoragedevice.correctpredefinedtype() , ifc4.ifcevaporatortype.correctpredefinedtype() , ifc4.ifcconstructionequipmentresourcetype.correctpredefinedtype() , ifc4.ifcelectricappliancetype.correctpredefinedtype() , ifc4.ifcsystemfurnitureelement.correctpredefinedtype() , ifc4.ifccondenser.correctpredefinedtype() , ifc4.ifcgeographicelement.correctpredefinedtype() , ifc4.ifcreinforcingbartype.correctpredefinedtype() , ifc4.ifccoolingtower.correctpredefinedtype() , ifc4.ifcswitchingdevice.correctpredefinedtype() , ifc4.ifccablecarriersegmenttype.correctpredefinedtype() , ifc4.ifcaudiovisualappliance.correctpredefinedtype() , ifc4.ifcductsilencertype.correctpredefinedtype() , ifc4.ifcelementassembly.correctpredefinedtype() , ifc4.ifccolumntype.correctpredefinedtype() , ifc4.ifcductsegmenttype.correctpredefinedtype() , ifc4.ifcdampertype.correctpredefinedtype() , ifc4.ifcboiler.correctpredefinedtype() , ifc4.ifcspaceheater.correctpredefinedtype() , ifc4.ifccolumn.correctpredefinedtype() , ifc4.ifcsystemfurnitureelementtype.correctpredefinedtype() , ifc4.ifcreinforcingmesh.correctpredefinedtype() , ifc4.ifctubebundletype.correctpredefinedtype() , ifc4.ifclightfixturetype.correctpredefinedtype() , ifc4.ifcalarm.correctpredefinedtype() , ifc4.ifcflowmetertype.correctpredefinedtype() , ifc4.ifcworkplan.correctpredefinedtype() , ifc4.ifcprotectivedevice.correctpredefinedtype() , ifc4.ifcheatexchangertype.correctpredefinedtype() , ifc4.ifcshadingdevicetype.correctpredefinedtype() , ifc4.ifccommunicationsappliance.correctpredefinedtype() , ifc4.ifccompressor.correctpredefinedtype() , ifc4.ifccondensertype.correctpredefinedtype() , ifc4.ifcheatexchanger.correctpredefinedtype() , ifc4.ifcslab.correctpredefinedtype() , ifc4.ifcconstructionmaterialresourcetype.correctpredefinedtype() , ifc4.ifccoolingtowertype.correctpredefinedtype() , ifc4.ifcfootingtype.correctpredefinedtype() , ifc4.ifccablesegment.correctpredefinedtype() , ifc4.ifctransportelement.correctpredefinedtype() , ifc4.ifccontrollertype.correctpredefinedtype() , ifc4.ifcstairflight.correctpredefinedtype() , ifc4.ifcstair.correctpredefinedtype() , ifc4.ifcductfitting.correctpredefinedtype() , ifc4.ifcinterceptortype.correctpredefinedtype() , ifc4.ifcelectricdistributionboardtype.correctpredefinedtype() , ifc4.ifcfantype.correctpredefinedtype() , ifc4.ifcprotectivedevicetype.correctpredefinedtype() , ifc4.ifcsensor.correctpredefinedtype() , ifc4.ifcelectrictimecontrol.correctpredefinedtype() , ifc4.ifcunitarycontrolelementtype.correctpredefinedtype() , ifc4.ifccablefittingtype.correctpredefinedtype() , ifc4.ifctask.correctpredefinedtype() , ifc4.ifccrewresource.correctpredefinedtype() , ifc4.ifcunitarycontrolelement.correctpredefinedtype() , ifc4.ifclamp.correctpredefinedtype() , ifc4.ifcslabtype.correctpredefinedtype() , ifc4.ifcelectricgenerator.correctpredefinedtype() , ifc4.ifcbeam.correctpredefinedtype() , ifc4.ifcplate.correctpredefinedtype() , ifc4.ifcvalve.correctpredefinedtype() , ifc4.ifcairterminalbox.correctpredefinedtype() , ifc4.ifcchiller.correctpredefinedtype() , ifc4.ifcevaporativecoolertype.correctpredefinedtype() , ifc4.ifcflowmeter.correctpredefinedtype() , ifc4.ifcalarmtype.correctpredefinedtype() , ifc4.ifcmembertype.correctpredefinedtype() , ifc4.ifcrampflight.correctpredefinedtype() , ifc4.ifcdiscreteaccessory.correctpredefinedtype() , ifc4.ifcairterminaltype.correctpredefinedtype() , ifc4.ifcfiresuppressionterminal.correctpredefinedtype() , ifc4.ifcevaporativecooler.correctpredefinedtype() , ifc4.ifctasktype.correctpredefinedtype() , ifc4.ifctendon.correctpredefinedtype() , ifc4.ifcpipefitting.correctpredefinedtype() , ifc4.ifcelectricflowstoragedevicetype.correctpredefinedtype() , ifc4.ifcductsilencer.correctpredefinedtype() , ifc4.ifcwasteterminal.correctpredefinedtype() , ifc4.ifccablefitting.correctpredefinedtype() , ifc4.ifcreinforcingbar.correctpredefinedtype() , ifc4.ifcunitaryequipment.correctpredefinedtype() , ifc4.ifcelectrictimecontroltype.correctpredefinedtype() , ifc4.ifcstackterminaltype.correctpredefinedtype() , ifc4.ifctank.correctpredefinedtype() , ifc4.ifcprotectivedevicetrippingunit.correctpredefinedtype() , ifc4.ifctendonanchortype.correctpredefinedtype() , ifc4.ifcairtoairheatrecovery.correctpredefinedtype() , ifc4.ifcchillertype.correctpredefinedtype() , ifc4.ifccooledbeamtype.correctpredefinedtype() , ifc4.ifcoutlettype.correctpredefinedtype() , ifc4.ifccoiltype.correctpredefinedtype() , ifc4.ifcprotectivedevicetrippingunittype.correctpredefinedtype() , ifc4.ifcfan.correctpredefinedtype() , ifc4.ifcrooftype.correctpredefinedtype() , ifc4.ifcsanitaryterminaltype.correctpredefinedtype() , ifc4.ifcswitchingdevicetype.correctpredefinedtype() , ifc4.ifccontroller.correctpredefinedtype() , ifc4.ifcevent.correctpredefinedtype() , ifc4.ifcplatetype.correctpredefinedtype() , ifc4.ifcrailingtype.correctpredefinedtype() , ifc4.ifcfurnituretype.correctpredefinedtype() , ifc4.ifcfiresuppressionterminaltype.correctpredefinedtype() , ifc4.ifctendonanchor.correctpredefinedtype() , ifc4.ifcmedicaldevice.correctpredefinedtype() , ifc4.ifcconstructionequipmentresource.correctpredefinedtype() , ifc4.ifcpile.correctpredefinedtype() , ifc4.ifcreinforcingmeshtype.correctpredefinedtype() , ifc4.ifcevaporator.correctpredefinedtype() , ifc4.ifcwindowtype.correctpredefinedtype() , ifc4.ifcpump.correctpredefinedtype() , ifc4.ifccoil.correctpredefinedtype() , ifc4.ifcsubcontractresource.correctpredefinedtype() , ifc4.ifcpiletype.correctpredefinedtype() , ifc4.ifcfastener.correctpredefinedtype() , ifc4.ifcbuildingelementpart.correctpredefinedtype() , ifc4.ifcbuildingelementproxy.correctpredefinedtype() , ifc4.ifcdiscreteaccessorytype.correctpredefinedtype() , ifc4.ifccooledbeam.correctpredefinedtype() , ifc4.ifcsanitaryterminal.correctpredefinedtype() , ifc4.ifcvibrationisolator.correctpredefinedtype() , ifc4.ifccovering.correctpredefinedtype() , ifc4.ifccommunicationsappliancetype.correctpredefinedtype() , ifc4.ifcengine.correctpredefinedtype() , ifc4.ifccrewresourcetype.correctpredefinedtype() , ifc4.ifclaborresource.correctpredefinedtype() , ifc4.ifcmechanicalfastenertype.correctpredefinedtype() , ifc4.ifcwalltype.correctpredefinedtype() , ifc4.ifcconstructionmaterialresource.correctpredefinedtype() , ifc4.ifcconstructionproductresource.correctpredefinedtype() , ifc4.ifcspaceheatertype.correctpredefinedtype() , ifc4.ifcsubcontractresourcetype.correctpredefinedtype() , ifc4.ifcdistributionchamberelementtype.correctpredefinedtype() , ifc4.ifcjunctionboxtype.correctpredefinedtype() , ifc4.ifcfiltertype.correctpredefinedtype() , ifc4.ifcsolardevice.correctpredefinedtype() , ifc4.ifcspace.correctpredefinedtype() , ifc4.ifcmedicaldevicetype.correctpredefinedtype() , ifc4.ifcramptype.correctpredefinedtype() , ifc4.ifcspatialzone.correctpredefinedtype() , ifc4.ifcprocedure.correctpredefinedtype() , ifc4.ifccurtainwalltype.correctpredefinedtype() , ifc4.ifcstairflighttype.correctpredefinedtype() , ifc4.ifcflowinstrumenttype.correctpredefinedtype() , ifc4.ifcdistributionchamberelement.correctpredefinedtype() , ifc4.ifcmotorconnectiontype.correctpredefinedtype() , ifc4.ifcrampflighttype.correctpredefinedtype() , ifc4.ifcspatialzonetype.correctpredefinedtype() , ifc4.ifcboilertype.correctpredefinedtype() , ifc4.ifcvibrationisolatortype.correctpredefinedtype() , ifc4.ifcelectricappliance.correctpredefinedtype() , ifc4.ifctransformertype.correctpredefinedtype() , ifc4.ifccoveringtype.correctpredefinedtype() , ifc4.ifcgeographicelementtype.correctpredefinedtype() , ifc4.ifcairterminal.correctpredefinedtype() , ifc4.ifccurtainwall.correctpredefinedtype() , ifc4.ifcelectricmotortype.correctpredefinedtype() , ifc4.ifcproceduretype.correctpredefinedtype() , ifc4.ifcoutlet.correctpredefinedtype() , ifc4.ifcsolardevicetype.correctpredefinedtype() , ifc4.ifcstackterminal.correctpredefinedtype() , ifc4.ifcbeamtype.correctpredefinedtype() , ifc4.ifcsensortype.correctpredefinedtype() , ifc4.ifcpipesegment.correctpredefinedtype() , ifc4.ifccablecarrierfittingtype.correctpredefinedtype() , ifc4.ifcelementassemblytype.correctpredefinedtype() , ifc4.ifcductfittingtype.correctpredefinedtype() , ifc4.ifcunitaryequipmenttype.correctpredefinedtype() , ifc4.ifcburnertype.correctpredefinedtype() , ifc4.ifcmotorconnection.correctpredefinedtype() , ifc4.ifctanktype.correctpredefinedtype() , ifc4.ifcchimneytype.correctpredefinedtype() , ifc4.ifcworkschedule.correctpredefinedtype() , ifc4.ifcductsegment.correctpredefinedtype() , ifc4.ifcmechanicalfastener.correctpredefinedtype() , ifc4.ifccompressortype.correctpredefinedtype() , ifc4.ifcpipesegmenttype.correctpredefinedtype() , ifc4.ifctubebundle.correctpredefinedtype() , ifc4.ifcpumptype.correctpredefinedtype() , ifc4.ifcramp.correctpredefinedtype() , ifc4.ifctransformer.correctpredefinedtype() , ifc4.ifcchimney.correctpredefinedtype() , ifc4.ifcvoidingfeature.hasobjecttype() , ifc4.ifcstructuralcurveaction.hasobjecttype() , ifc4.ifcstructuralsurfacemember.hasobjecttype() , ifc4.ifcstructuralloadgroup.hasobjecttype() , ifc4.ifcsurfacefeature.hasobjecttype() , ifc4.ifcstructuralcurvemember.hasobjecttype() , ifc4.ifcstructuralsurfacereaction.haspredefinedtype() , ifc4.ifcelectricflowstoragedevice.predefinedtype() , ifc4.ifcstructuralcurveaction.suitablepredefinedtype() , and ifc4.ifcoccupant.wr31() . The documentation for this class was generated from the following file: src/Mod/Import/App/ifc4.py 1.8.17
================================================================================================================================================== Index Modules Hierarchy Alphabetical list Gui InteractiveInterpreterP Gui::InteractiveInterpreterP Member List This is the complete list of members for Gui::InteractiveInterpreterP , including all inherited members. buffer Gui::InteractiveInterpreterP interpreter Gui::InteractiveInterpreterP sysmodule Gui::InteractiveInterpreterP 1.8.17
=========================================================================================================================================== Index Modules Hierarchy Alphabetical list App PropertyXLinkList App::PropertyXLinkList Member List This is the complete list of members for App::PropertyXLinkList , including all inherited members. aboutToSetChildValue (Property &) override App::PropertyXLinkSubList virtual aboutToSetValue (void) App::Property protected virtual addValue (App::DocumentObject *obj, const std::vector< std::string > &SubList={}, bool reset=false) App::PropertyXLinkSubList addValue (App::DocumentObject *obj, std::vector< std::string > &&SubList={}, bool reset=false) App::PropertyXLinkSubList adjustLink (const std::set< App::DocumentObject * > &inList) override App::PropertyXLinkSubList virtual afterRestore () override App::PropertyXLinkSubList virtual AtomicPropertyChangeInterface () App::AtomicPropertyChangeInterface< PropertyXLinkSubList > protected BaseClass () Base::BaseClass breakLink (App::DocumentObject *obj, bool clear) override App::PropertyXLinkSubList virtual breakLinks (App::DocumentObject *link, const std::vector< App::DocumentObject * > &objs, bool clear) App::PropertyLinkBase static canonicalPath (const App::ObjectIdentifier &p) const App::Property virtual checkLabelReferences (const std::vector< std::string > &subs, bool reset=true) App::PropertyLinkBase checkRestore (std::string *msg=0) const override App::PropertyXLinkSubList virtual Copy (void) const override App::PropertyXLinkSubList virtual CopyOnImportExternal (const std::map< std::string, std::string > &nameMap) const override App::PropertyXLinkSubList virtual CopyOnLabelChange (App::DocumentObject *obj, const std::string &ref, const char *newLabel) const override App::PropertyXLinkSubList virtual CopyOnLinkReplace (const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj) const override App::PropertyXLinkSubList virtual create (void) Base::Persistence static destroy (Property *p) App::Property static dumpToStream (std::ostream &stream, int compression) Base::Persistence encodeAttribute (const std::string &) Base::Persistence static EvalOnRestore enum value App::Property exportSubName (std::string &output, const App::DocumentObject *obj, const char *subname, bool first_obj=false) App::PropertyLinkBase static getClassTypeId (void) Base::Persistence static getContainer (void) const App::Property getDocumentation (void) const App::Property getEditorName (void) const override App::PropertyXLinkSubList virtual getFullName () const App::Property getGroup (void) const App::Property getLabelReferences (std::vector< std::string > &labels, const char *subname) App::PropertyLinkBase static getLinkedElements (std::map< App::DocumentObject *, std::vector< std::string > > &elements, bool newStyle=true, bool all=true) const App::PropertyLinkBase getLinkedObjects (T &inserter, bool all=false) const App::PropertyLinkBase getLinks (std::vector< App::DocumentObject * > &objs, bool all=false, std::vector< std::string > *subs=0, bool newStyle=true) const override App::PropertyXLinkSubList virtual getMemSize (void) const override App::PropertyXLinkSubList virtual getName (void) const App::Property getPaths (std::vector< App::ObjectIdentifier > &paths) const App::Property virtual getPathValue (const App::ObjectIdentifier &path) const App::Property virtual getPyObject (void) override App::PropertyXLinkList virtual getPyPathValue (const App::ObjectIdentifier &, Py::Object &) const App::Property virtual getPyReprString () const App::PropertyXLinkSubList getScope () App::ScopedLink getShadowSubs (App::DocumentObject *obj) const App::PropertyXLinkSubList getSize (void) const App::PropertyXLinkSubList getStatus () const App::Property getSubListValues () const App::PropertyXLinkSubList getSubValues (App::DocumentObject *obj) const App::PropertyXLinkSubList getSubValues (App::DocumentObject *obj, bool newStyle) const App::PropertyXLinkSubList getType (void) const App::Property getTypeId (void) const Base::Persistence virtual getValue () const App::PropertyXLinkSubList getValues (void) const App::PropertyXLinkSubList hasChanged App::AtomicPropertyChangeInterface< PropertyXLinkSubList > protected hasSetChildValue (Property &) override App::PropertyXLinkSubList virtual hasSetValue () override App::PropertyLinkBase protected virtual Hidden enum value App::Property Immutable enum value App::Property importSubName (Base::XMLReader &reader, const char *sub, bool &restoreLabel) App::PropertyLinkBase static init (void) Base::Persistence static initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Base::BaseClass protected static isDerivedFrom (const Type type) const Base::BaseClass isReadOnly () const App::Property isSinglePrecision () const App::Property isTouched (void) const App::Property LinkAllowExternal enum value App::PropertyLinkBase LinkAllowPartial enum value App::PropertyLinkBase LinkDetached enum value App::PropertyLinkBase linkedElements (bool newStyle=true, bool all=true) const App::PropertyLinkBase linkedObjects (bool all=false) const App::PropertyLinkBase LinkFlags enum name App::PropertyLinkBase LinkRestoreLabel enum value App::PropertyLinkBase LinkRestoring enum value App::PropertyLinkBase LockDynamic enum value App::Property MaterialEdit enum value App::Property NoMaterialListEdit enum value App::Property NoModify enum value App::Property NoRecompute enum value App::Property onContainerRestored () override App::PropertyXLinkSubList virtual Ordered enum value App::Property Output enum value App::Property PartialTrigger enum value App::Property Paste (const Property &from) override App::PropertyXLinkSubList virtual PropDynamic enum value App::Property Property () App::Property PropertyLinkBase () App::PropertyLinkBase PropertyXLinkList () App::PropertyXLinkList PropertyXLinkSubList () App::PropertyXLinkSubList PropHidden enum value App::Property PropNoPersist enum value App::Property PropNoRecompute enum value App::Property PropOutput enum value App::Property PropReadOnly enum value App::Property PropStaticBegin enum value App::Property PropStaticEnd enum value App::Property PropTransient enum value App::Property purgeTouched (void) App::Property ReadOnly enum value App::Property referenceChanged () const override App::PropertyXLinkSubList virtual registerLabelReferences (std::vector< std::string > &&labels, bool reset=true) App::PropertyLinkBase removeValue (App::DocumentObject *lValue) App::PropertyXLinkSubList Restore (Base::XMLReader &reader) override App::PropertyXLinkSubList virtual RestoreDocFile (Reader &) Base::Persistence virtual restoreFromStream (std::istream &stream) Base::Persistence restoreLabelReference (const App::DocumentObject *obj, std::string &sub, ShadowSub *shadow=0) App::PropertyLinkBase static Save (Base::Writer &writer) const override App::PropertyXLinkSubList virtual SaveDocFile (Writer &) const Base::Persistence virtual set1Value (int idx, DocumentObject *value, const std::vector< std::string > &SubList={}) App::PropertyXLinkSubList setAllowExternal (bool allow) App::PropertyLinkBase setAllowPartial (bool enable) override App::PropertyXLinkSubList virtual setContainer (PropertyContainer *Father) App::Property setFlag (int flag, bool value=true) App::PropertyLinkBase protected setPathValue (const App::ObjectIdentifier &path, const boost::any &value) App::Property virtual setPyObject (PyObject *) override App::PropertyXLinkList virtual setReadOnly (bool readOnly) App::Property setScope (LinkScope scope) App::ScopedLink setSinglePrecision (bool single) App::Property setStatus (Status pos, bool on) App::Property setStatusValue (unsigned long status) App::Property setSubListValues (const std::vector< PropertyLinkSubList::SubSet > &) App::PropertyXLinkSubList setValue (DocumentObject *, const char *) App::PropertyXLinkSubList setValue (App::DocumentObject *lValue, const std::vector< std::string > &SubList={}) App::PropertyXLinkSubList setValues (const std::vector< DocumentObject * > &) App::PropertyXLinkSubList setValues (const std::vector< DocumentObject * > &, const std::vector< const char * > &) App::PropertyXLinkSubList setValues (const std::vector< DocumentObject * > &, const std::vector< std::string > &) App::PropertyXLinkSubList setValues (std::map< App::DocumentObject *, std::vector< std::string > > &&) App::PropertyXLinkSubList setValues (const std::map< App::DocumentObject *, std::vector< std::string > > &) App::PropertyXLinkSubList ShadowSub typedef App::PropertyLinkBase signalCounter App::AtomicPropertyChangeInterface< PropertyXLinkSubList > protected Single enum value App::Property Status enum name App::Property StatusBits App::Property protected testFlag (int flag) const App::PropertyLinkBase testStatus (Status pos) const App::Property touch () App::Property Touched enum value App::Property Transient enum value App::Property tryImport (const App::Document *doc, const App::DocumentObject *obj, const std::map< std::string, std::string > &nameMap) App::PropertyLinkBase static tryImportSubName (const App::DocumentObject *obj, const char *sub, const App::Document *doc, const std::map< std::string, std::string > &nameMap) App::PropertyLinkBase static tryReplaceLink (const App::PropertyContainer *owner, App::DocumentObject *obj, const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj, const char *sub=0) App::PropertyLinkBase static tryReplaceLinkSubs (const App::PropertyContainer *owner, App::DocumentObject *obj, const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj, const std::vector< std::string > &subs) App::PropertyLinkBase static unregisterElementReference () App::PropertyLinkBase unregisterLabelReferences () App::PropertyLinkBase updateElementReference (DocumentObject *feature, bool reverse=false, bool notify=false) override App::PropertyXLinkSubList virtual updateElementReferences (DocumentObject *feature, bool reverse=false) App::PropertyLinkBase static updateLabelReference (const App::DocumentObject *linked, const char *subname, App::DocumentObject *obj, const std::string &ref, const char *newLabel) App::PropertyLinkBase static updateLabelReferences (App::DocumentObject *obj, const char *newLabel) App::PropertyLinkBase static upgrade (Base::XMLReader &reader, const char *typeName) App::PropertyXLinkSubList User1 enum value App::Property User2 enum value App::Property User3 enum value App::Property User4 enum value App::Property verifyPath (const App::ObjectIdentifier &p) const App::Property protected virtual ~BaseClass () Base::BaseClass virtual ~Property () App::Property virtual ~PropertyLinkBase () App::PropertyLinkBase virtual ~PropertyXLinkList () App::PropertyXLinkList virtual ~PropertyXLinkSubList () App::PropertyXLinkSubList virtual 1.8.17
============================================================================================================================ Index Modules Hierarchy Alphabetical list Gui IntSpinBox List of all members | Public Member Functions Gui::IntSpinBox Class Reference The IntSpinBox class does exactly the same as Qt's QSpinBox but has expression support. More... #include <SpinBox.h> Public Member Functions bool apply (const std::string &propName) void bind (const App::ObjectIdentifier &_path) IntSpinBox ( QWidget *parent=0) void keyPressEvent (QKeyEvent *event) void resizeEvent (QResizeEvent *event) void setExpression (boost::shared_ptr< App::Expression > expr) virtual ~IntSpinBox () Public Member Functions inherited from Gui::ExpressionBinding virtual bool apply () bool autoApply () const virtual void bind (const App::Property &prop) ExpressionBinding () QPixmap getIcon (const char *name, const QSize &size) const bool hasExpression () const bool isBound () const void setAutoApply ( bool value) ~ExpressionBinding () Additional Inherited Members Protected Member Functions inherited from Gui::ExpressionBinding void expressionChange (const App::ObjectIdentifier &id) std::string getEscapedExpressionString () const boost::shared_ptr< App::Expression > getExpression () const std::string getExpressionString ( bool no_throw=true) const const App::ObjectIdentifier & getPath () const virtual void onChange () Protected Attributes inherited from Gui::ExpressionBinding boost::signals2::scoped_connection connection QPalette defaultPalette int iconHeight QLabel * iconLabel bool m_autoApply Detailed Description The IntSpinBox class does exactly the same as Qt's QSpinBox but has expression support. Author Stefan TrΓΆger Constructor & Destructor Documentation β—† IntSpinBox() IntSpinBox::IntSpinBox ( QWidget * parent = 0 ) References Gui::ExpressionBinding::defaultPalette , Gui::ExpressionBinding::getIcon() , Gui::ExpressionBinding::iconHeight , and Gui::ExpressionBinding::iconLabel . β—† ~IntSpinBox() IntSpinBox::~IntSpinBox ( ) virtual Member Function Documentation β—† apply() bool IntSpinBox::apply ( const std::string & propName ) virtual Reimplemented from Gui::ExpressionBinding . References Gui::ExpressionBinding::apply() , and Gui::Command::Doc . β—† bind() void IntSpinBox::bind ( const App::ObjectIdentifier & _path ) virtual Reimplemented from Gui::ExpressionBinding . References Gui::ExpressionBinding::bind() , and Gui::ExpressionBinding::iconLabel . β—† keyPressEvent() void IntSpinBox::keyPressEvent ( QKeyEvent * event ) References Gui::ExpressionBinding::hasExpression() , and Gui::ExpressionBinding::isBound() . β—† resizeEvent() void IntSpinBox::resizeEvent ( QResizeEvent * event ) References Gui::ExpressionBinding::defaultPalette , Base::Tools::fromStdString() , Gui::ExpressionBinding::getExpression() , Gui::ExpressionBinding::getIcon() , Gui::ExpressionBinding::iconHeight , Gui::ExpressionBinding::iconLabel , Gui::ExpressionBinding::isBound() , and DraftVecUtils::toString() . β—† setExpression() void IntSpinBox::setExpression ( boost::shared_ptr< App::Expression > expr ) virtual Reimplemented from Gui::ExpressionBinding . References Gui::ExpressionBinding::iconLabel , Gui::ExpressionBinding::isBound() , and Gui::ExpressionBinding::setExpression() . The documentation for this class was generated from the following files: src/Gui/SpinBox.h src/Gui/SpinBox.cpp 1.8.17
======================================================================================================================= Index Modules Hierarchy Alphabetical list List of all members | Public Member Functions MaxCollector Class Reference Public Member Functions void collect ( Quantity value) MaxCollector () Public Member Functions inherited from Collector Collector () virtual Quantity getQuantity () const Additional Inherited Members Protected Attributes inherited from Collector bool first Quantity q Constructor & Destructor Documentation β—† MaxCollector() MaxCollector::MaxCollector ( ) Member Function Documentation β—† collect() void MaxCollector::collect ( Quantity value ) virtual Reimplemented from Collector . References Collector::collect() . The documentation for this class was generated from the following file: src/App/Expression.cpp 1.8.17
========================================================================================================================= Index Modules Hierarchy Alphabetical list List of all members | Public Types | Public Member Functions | Friends SMESH_Pattern Class Reference #include <SMESH_Pattern.hxx> Public Types enum ErrorCode { ERR_OK , ERR_READ_NB_POINTS , ERR_READ_POINT_COORDS , ERR_READ_TOO_FEW_POINTS , ERR_READ_3D_COORD , ERR_READ_NO_KEYPOINT , ERR_READ_BAD_INDEX , ERR_READ_ELEM_POINTS , ERR_READ_NO_ELEMS , ERR_READ_BAD_KEY_POINT , ERR_SAVE_NOT_LOADED , ERR_LOAD_EMPTY_SUBMESH , ERR_LOADF_NARROW_FACE , ERR_LOADF_CLOSED_FACE , ERR_LOADF_CANT_PROJECT , ERR_LOADV_BAD_SHAPE , ERR_LOADV_COMPUTE_PARAMS , ERR_APPL_NOT_COMPUTED , ERR_APPL_NOT_LOADED , ERR_APPL_BAD_DIMENTION , ERR_APPL_BAD_NB_VERTICES , ERR_APPLF_BAD_TOPOLOGY , ERR_APPLF_BAD_VERTEX , ERR_APPLF_INTERNAL_EEROR , ERR_APPLV_BAD_SHAPE , ERR_APPLF_BAD_FACE_GEOM , ERR_MAKEM_NOT_COMPUTED , ERR_UNEXPECTED } Public Member Functions bool Apply (const SMDS_MeshFace *theFace, const int theNodeIndexOnKeyPoint1, const bool theReverse) bool Apply (const SMDS_MeshVolume *theVolume, const int theNode000Index, const int theNode001Index) bool Apply (const TopoDS_Face &theFace, const TopoDS_Vertex &theVertexOnKeyPoint1, const bool theReverse) bool Apply (const TopoDS_Shell &theBlock, const TopoDS_Vertex &theVertex000, const TopoDS_Vertex &theVertex001) bool Apply ( SMESH_Mesh *theMesh, const SMDS_MeshFace *theFace, const TopoDS_Shape &theSurface, const int theNodeIndexOnKeyPoint1, const bool theReverse) bool Apply ( SMESH_Mesh *theMesh, std::set< const SMDS_MeshFace * > &theFaces, const int theNodeIndexOnKeyPoint1, const bool theReverse) bool Apply (std::set< const SMDS_MeshVolume * > &theVolumes, const int theNode000Index, const int theNode001Index) void Clear () void DumpPoints () const const std::list< std::list< int > > & GetElementPointIDs ( bool applied) const ErrorCode GetErrorCode () const const std::list< int > & GetKeyPointIDs () const bool GetMappedPoints (std::list< const gp_XYZ * > &thePoints) const bool GetPoints (std::list< const gp_XYZ * > &thePoints) const TopoDS_Shape GetSubShape (const int i) const bool Is2D () const bool IsLoaded () const bool Load (const char *theFileContents) bool Load ( SMESH_Mesh *theMesh, const TopoDS_Face &theFace, bool theProject=false, TopoDS_Vertex the1stVertex=TopoDS_Vertex()) bool Load ( SMESH_Mesh *theMesh, const TopoDS_Shell &theBlock) bool MakeMesh ( SMESH_Mesh *theMesh, const bool toCreatePolygons=false, const bool toCreatePolyedrs=false) bool Save (std::ostream &theFile) SMESH_Pattern () Friends std::ostream & operator<< (std::ostream &OS, const TPoint &p) Member Enumeration Documentation β—† ErrorCode enum SMESH_Pattern::ErrorCode Enumerator ERR_OK ERR_READ_NB_POINTS ERR_READ_POINT_COORDS ERR_READ_TOO_FEW_POINTS ERR_READ_3D_COORD ERR_READ_NO_KEYPOINT ERR_READ_BAD_INDEX ERR_READ_ELEM_POINTS ERR_READ_NO_ELEMS ERR_READ_BAD_KEY_POINT ERR_SAVE_NOT_LOADED ERR_LOAD_EMPTY_SUBMESH ERR_LOADF_NARROW_FACE ERR_LOADF_CLOSED_FACE ERR_LOADF_CANT_PROJECT ERR_LOADV_BAD_SHAPE ERR_LOADV_COMPUTE_PARAMS ERR_APPL_NOT_COMPUTED ERR_APPL_NOT_LOADED ERR_APPL_BAD_DIMENTION ERR_APPL_BAD_NB_VERTICES ERR_APPLF_BAD_TOPOLOGY ERR_APPLF_BAD_VERTEX ERR_APPLF_INTERNAL_EEROR ERR_APPLV_BAD_SHAPE ERR_APPLF_BAD_FACE_GEOM ERR_MAKEM_NOT_COMPUTED ERR_UNEXPECTED Constructor & Destructor Documentation β—† SMESH_Pattern() SMESH_Pattern::SMESH_Pattern ( ) Member Function Documentation β—† Apply() [1/7] bool SMESH_Pattern::Apply ( const SMDS_MeshFace * theFace , const int theNodeIndexOnKeyPoint1 , const bool theReverse ) References SMDS_MeshElement::NbCornerNodes() , and SMDS_MeshElement::nodeIterator() . β—† Apply() [2/7] bool SMESH_Pattern::Apply ( const SMDS_MeshVolume * theVolume , const int theNode000Index , const int theNode001Index ) References SMESH_Block::ID_Shell , and SMESH_Block::ID_V000 . β—† Apply() [3/7] bool SMESH_Pattern::Apply ( const TopoDS_Face & theFace , const TopoDS_Vertex & theVertexOnKeyPoint1 , const bool theReverse ) References SMESH_Block::GetOrderedEdges() . Referenced by StdMeshers_Projection_2D::Compute() . β—† Apply() [4/7] bool SMESH_Pattern::Apply ( const TopoDS_Shell & theBlock , const TopoDS_Vertex & theVertex000 , const TopoDS_Vertex & theVertex001 ) β—† Apply() [5/7] bool SMESH_Pattern::Apply ( SMESH_Mesh * theMesh , const SMDS_MeshFace * theFace , const TopoDS_Shape & theSurface , const int theNodeIndexOnKeyPoint1 , const bool theReverse ) References SMESH_MesherHelper::GetNodeUV() , SMESH_MesherHelper::GetNodeUVneedInFaceNode() , SMESH_MesherHelper::IsSeamShape() , SMDS_MeshElement::NbNodes() , SMDS_MeshElement::nodesIterator() , and SMESH_MesherHelper::SetSubShape() . β—† Apply() [6/7] bool SMESH_Pattern::Apply ( SMESH_Mesh * theMesh , std::set< const SMDS_MeshFace * > & theFaces , const int theNodeIndexOnKeyPoint1 , const bool theReverse ) β—† Apply() [7/7] bool SMESH_Pattern::Apply ( std::set< const SMDS_MeshVolume * > & theVolumes , const int theNode000Index , const int theNode001Index ) References SMESH_Block::GetEdgeVertexIDs() , SMESH_Block::GetFaceEdgesIDs() , SMESH_Block::ID_F1yz , SMESH_Block::ID_V000 , SMESH_Block::IsEdgeID() , and SMESH_Block::IsVertexID() . β—† Clear() void SMESH_Pattern::Clear ( ) β—† DumpPoints() void SMESH_Pattern::DumpPoints ( ) const β—† GetElementPointIDs() const std::list< std::list< int > >& SMESH_Pattern::GetElementPointIDs ( bool applied ) const β—† GetErrorCode() ErrorCode SMESH_Pattern::GetErrorCode ( ) const Referenced by StdMeshers_Projection_2D::Compute() . β—† GetKeyPointIDs() const std::list< int >& SMESH_Pattern::GetKeyPointIDs ( ) const β—† GetMappedPoints() bool SMESH_Pattern::GetMappedPoints ( std::list< const gp_XYZ * > & thePoints ) const β—† GetPoints() bool SMESH_Pattern::GetPoints ( std::list< const gp_XYZ * > & thePoints ) const β—† GetSubShape() TopoDS_Shape SMESH_Pattern::GetSubShape ( const int i ) const β—† Is2D() bool SMESH_Pattern::Is2D ( ) const β—† IsLoaded() bool SMESH_Pattern::IsLoaded ( ) const β—† Load() [1/3] bool SMESH_Pattern::Load ( const char * theFileContents ) Referenced by StdMeshers_Projection_2D::Compute() . β—† Load() [2/3] bool SMESH_Pattern::Load ( SMESH_Mesh * theMesh , const TopoDS_Face & theFace , bool theProject = false , TopoDS_Vertex the1stVertex = TopoDS_Vertex() ) References DraftVecUtils::dist() , SMDS_Mesh::elementsIterator() , SMESHDS_SubMesh::GetElements() , SMESH_Mesh::GetMeshDS() , SMDS_Mesh::GetMeshInfo() , SMDS_MeshElement::GetNode() , SMESHDS_SubMesh::GetNodes() , SMESH_MesherHelper::GetNodeUV() , SMESH_Block::GetOrderedEdges() , SMDS_MeshNode::GetPosition() , SMDS_MeshElement::getshapeId() , SMDS_EdgePosition::GetUParameter() , SMESH_MesherHelper::HasSeam() , SMESH_Mesh::IsMainShape() , SMESH_MesherHelper::IsMedium() , SMESH_MesherHelper::IsRealSeam() , SMESH_MesherHelper::IsSeamShape() , SMESHDS_Mesh::MeshElements() , SMDS_MeshElement::NbCornerNodes() , SMESHDS_SubMesh::NbElements() , SMDS_MeshInfo::NbFaces() , SMDS_Mesh::NbFaces() , SMESHDS_SubMesh::NbNodes() , SMDS_MeshElement::nodesIterator() , DraftVecUtils::project() , DraftVecUtils::scale() , SMESH_MesherHelper::SetSubShape() , SMESH_MesherHelper::WrapIndex() , SMDS_MeshNode::X() , SMDS_MeshNode::Y() , and SMDS_MeshNode::Z() . β—† Load() [3/3] bool SMESH_Pattern::Load ( SMESH_Mesh * theMesh , const TopoDS_Shell & theBlock ) References SMESH_Block::GetCoordIndOnEdge() , SMESHDS_SubMesh::GetElements() , SMDS_MeshElement::GetNode() , SMESHDS_SubMesh::GetNodes() , SMDS_MeshNode::GetPosition() , SMDS_EdgePosition::GetUParameter() , SMESH_Block::IsForwardEdge() , SMESH_MeshEditor::IsMedium() , SMDS_MeshElement::NbCornerNodes() , SMESHDS_SubMesh::NbNodes() , SMESH_Mesh::NbVolumes() , SMDS_MeshNode::X() , SMDS_MeshNode::Y() , and SMDS_MeshNode::Z() . β—† MakeMesh() bool SMESH_Pattern::MakeMesh ( SMESH_Mesh * theMesh , const bool toCreatePolygons = false , const bool toCreatePolyedrs = false ) References SMESHDS_Mesh::AddNode() , SMESH_MesherHelper::CheckNodeU() , SMESHDS_Mesh::compactMesh() , SMESH_MesherHelper::GetCommonAncestor() , SMESH_Mesh::GetMeshDS() , SMESH_MesherHelper::GetSubShapeByNode() , SMESH_Mesh::HasShapeToMesh() , SMESH_MesherHelper::IsSubShape() , SMESHDS_Mesh::SetNodeInVolume() , SMESHDS_Mesh::SetNodeOnEdge() , SMESHDS_Mesh::SetNodeOnFace() , SMESHDS_Mesh::SetNodeOnVertex() , SMESH_MesherHelper::SetSubShape() , and SMESH_MesherHelper::ToFixNodeParameters() . Referenced by StdMeshers_Projection_2D::Compute() . β—† Save() bool SMESH_Pattern::Save ( std::ostream & theFile ) Friends And Related Function Documentation β—† operator<< std::ostream& operator<< ( std::ostream & OS , const TPoint & p ) friend The documentation for this class was generated from the following files: src/3rdParty/salomesmesh/inc/SMESH_Pattern.hxx src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp 1.8.17
=================================================================================================================================== Index Modules Hierarchy Alphabetical list TechDrawGui QGIVertex List of all members | Public Types | Public Member Functions | Protected Attributes TechDrawGui::QGIVertex Class Reference #include <QGIVertex.h> Public Types enum { Type = QGraphicsItem::UserType + 105 } Public Types inherited from TechDrawGui::QGIPrimPath enum { Type = QGraphicsItem::UserType + 170 } Public Member Functions int getProjIndex () const float getRadius () virtual void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) override QGIVertex (int index) virtual void setRadius (float r) int type () const override ~QGIVertex () Public Member Functions inherited from TechDrawGui::QGIPrimPath QColor getFillColor (void) Qt::BrushStyle getFillStyle () Qt::PenStyle getStyle () virtual double getWidth () QGIPrimPath () void resetFill () virtual void setCapStyle (Qt::PenCapStyle c) void setFill (QBrush b) void setFill (QColor c, Qt::BrushStyle s) void setFillColor (QColor c) void setFillOverride ( bool b) void setFillStyle (Qt::BrushStyle f) void setHighlighted ( bool state) virtual void setNormalColor (QColor c) virtual void setPrettyNormal () virtual void setPrettyPre () virtual void setPrettySel () void setStyle (int s) void setStyle (Qt::PenStyle s) virtual void setWidth (double w) virtual QPainterPath shape () const override int type () const override ~QGIPrimPath () Protected Attributes float m_radius int projIndex Protected Attributes inherited from TechDrawGui::QGIPrimPath bool isHighlighted QBrush m_brush Qt::PenCapStyle m_capStyle QColor m_colCurrent QColor m_colDefFill QColor m_colNormal QColor m_colNormalFill bool m_colOverride QColor m_fillColorCurrent bool m_fillOverride Qt::BrushStyle m_fillStyleCurrent QPen m_pen Qt::PenStyle m_styleCurrent Qt::BrushStyle m_styleDef Qt::BrushStyle m_styleNormal Qt::BrushStyle m_styleSelect double m_width Additional Inherited Members Protected Member Functions inherited from TechDrawGui::QGIPrimPath virtual QColor getNormalColor (void) Base::Reference < ParameterGrp > getParmGroup (void) virtual QColor getPreColor (void) virtual QColor getSelectColor (void) virtual void hoverEnterEvent (QGraphicsSceneHoverEvent *event) override virtual void hoverLeaveEvent (QGraphicsSceneHoverEvent *event) override virtual QVariant itemChange (GraphicsItemChange change, const QVariant &value) override virtual void mousePressEvent (QGraphicsSceneMouseEvent *event) override virtual Qt::PenCapStyle prefCapStyle (void) Member Enumeration Documentation β—† anonymous enum anonymous enum Enumerator Type Constructor & Destructor Documentation β—† QGIVertex() QGIVertex::QGIVertex ( int index ) explicit References m_radius , TechDrawGui::QGIPrimPath::setFill() , setRadius() , and TechDrawGui::PreferencesGui::vertexQColor() . β—† ~QGIVertex() TechDrawGui::QGIVertex::~QGIVertex ( ) Member Function Documentation β—† getProjIndex() int TechDrawGui::QGIVertex::getProjIndex ( ) const Referenced by TechDrawGui::QGMarker::mousePressEvent() , TechDrawGui::QGMarker::mouseReleaseEvent() , TechDrawGui::MDIViewPage::preSelectionChanged() , and TechDrawGui::MDIViewPage::setTreeToSceneSelect() . β—† getRadius() float TechDrawGui::QGIVertex::getRadius ( ) β—† paint() void QGIVertex::paint ( QPainter * painter , const QStyleOptionGraphicsItem * option , QWidget * widget = 0 ) override virtual Reimplemented from TechDrawGui::QGIPrimPath . Reimplemented in TechDrawGui::QGICMark , and TechDrawGui::QGMarker . References TechDrawGui::QGIPrimPath::paint() . Referenced by TechDrawGui::QGMarker::paint() , and TechDrawGui::QGICMark::paint() . β—† setRadius() void QGIVertex::setRadius ( float r ) virtual Reimplemented in TechDrawGui::QGMarker . References m_radius . Referenced by TechDrawGui::QGIWeldSymbol::drawAllAround() , TechDrawGui::QGIViewPart::drawViewPart() , TechDrawGui::QGIView::makeMark() , and QGIVertex() . β—† type() int TechDrawGui::QGIVertex::type ( ) const override Member Data Documentation β—† m_radius float TechDrawGui::QGIVertex::m_radius protected Referenced by QGIVertex() , TechDrawGui::QGMarker::setRadius() , and setRadius() . β—† projIndex int TechDrawGui::QGIVertex::projIndex protected The documentation for this class was generated from the following files: src/Mod/TechDraw/Gui/QGIVertex.h src/Mod/TechDraw/Gui/QGIVertex.cpp 1.8.17
===================================================================================================================================================================== Index Modules Hierarchy Alphabetical list automotive_design composite_text_with_blanking_box List of all members | Public Member Functions | Public Attributes automotive_design.composite_text_with_blanking_box Class Reference Public Member Functions def blanking () Public Member Functions inherited from automotive_design.composite_text def collected_text () def wr1 (self) Public Member Functions inherited from automotive_design.geometric_representation_item def dim () Public Member Functions inherited from automotive_design.representation_item def name () Public Attributes blanking Public Attributes inherited from automotive_design.composite_text collected_text Public Attributes inherited from automotive_design.representation_item name Detailed Description Entity composite_text_with_blanking_box definition. :param blanking :type blanking:planar_box Member Function Documentation β—† blanking() def automotive_design.composite_text_with_blanking_box.blanking ( ) References automotive_design.text_literal_with_blanking_box._blanking, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.text_literal_with_blanking_box._blanking, automotive_design.composite_text_with_blanking_box._blanking, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.composite_text_with_blanking_box._blanking, and automotive_design.composite_text_with_blanking_box.blanking . Member Data Documentation β—† blanking automotive_design.composite_text_with_blanking_box.blanking Referenced by automotive_design.composite_text_with_blanking_box.blanking() . The documentation for this class was generated from the following file: src/Mod/Import/App/automotive_design.py 1.8.17
========================================================================================================================================================================================= Index Modules Hierarchy Alphabetical list femsolver fenics fenics_tools Vector3DCellExpressionFromXDMF femsolver.fenics.fenics_tools.Vector3DCellExpressionFromXDMF Member List This is the complete list of members for femsolver.fenics.fenics_tools.Vector3DCellExpressionFromXDMF , including all inherited members. assign_values (self, values, to_assign) femsolver.fenics.fenics_tools.CellExpressionFromXDMF check_marked femsolver.fenics.fenics_tools.CellExpressionFromXDMF default femsolver.fenics.fenics_tools.CellExpressionFromXDMF dx femsolver.fenics.fenics_tools.CellExpressionFromXDMF eval_cell (self, values, x, cell) femsolver.fenics.fenics_tools.Vector3DCellExpressionFromXDMF eval_cell_backend (self, values, x, cell) femsolver.fenics.fenics_tools.CellExpressionFromXDMF group_value_dict femsolver.fenics.fenics_tools.CellExpressionFromXDMF init (self) femsolver.fenics.fenics_tools.CellExpressionFromXDMF markers femsolver.fenics.fenics_tools.CellExpressionFromXDMF overlap femsolver.fenics.fenics_tools.CellExpressionFromXDMF value_shape (self) femsolver.fenics.fenics_tools.Vector3DCellExpressionFromXDMF 1.8.17
==================================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifcbuildingelementproxy ifc2x3.ifcbuildingelementproxy Member List This is the complete list of members for ifc2x3.ifcbuildingelementproxy , including all inherited members. compositiontype ifc2x3.ifcbuildingelementproxy compositiontype () ifc2x3.ifcbuildingelementproxy connectedfrom () ifc2x3.ifcelement connectedto () ifc2x3.ifcelement containedinstructure () ifc2x3.ifcelement decomposes () ifc2x3.ifcobjectdefinition description ifc2x3.ifcroot description () ifc2x3.ifcroot fillsvoids () ifc2x3.ifcelement globalid ifc2x3.ifcroot globalid () ifc2x3.ifcroot hasassignments () ifc2x3.ifcobjectdefinition hasassociations () ifc2x3.ifcobjectdefinition hascoverings () ifc2x3.ifcelement hasopenings () ifc2x3.ifcelement hasports () ifc2x3.ifcelement hasprojections () ifc2x3.ifcelement hasstructuralmember () ifc2x3.ifcelement isconnectionrealization () ifc2x3.ifcelement isdecomposedby () ifc2x3.ifcobjectdefinition isdefinedby () ifc2x3.ifcobject name ifc2x3.ifcroot name () ifc2x3.ifcroot objectplacement ifc2x3.ifcproduct objectplacement () ifc2x3.ifcproduct objecttype ifc2x3.ifcobject objecttype () ifc2x3.ifcobject ownerhistory ifc2x3.ifcroot ownerhistory () ifc2x3.ifcroot providesboundaries () ifc2x3.ifcelement referencedby () ifc2x3.ifcproduct referencedinstructures () ifc2x3.ifcelement representation ifc2x3.ifcproduct representation () ifc2x3.ifcproduct tag ifc2x3.ifcelement tag () ifc2x3.ifcelement wr1 (self) ifc2x3.ifcbuildingelementproxy 1.8.17
============================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifchumidifiertype ifc2x3.ifchumidifiertype Member List This is the complete list of members for ifc2x3.ifchumidifiertype , including all inherited members. applicableoccurrence ifc2x3.ifctypeobject applicableoccurrence () ifc2x3.ifctypeobject decomposes () ifc2x3.ifcobjectdefinition description ifc2x3.ifcroot description () ifc2x3.ifcroot elementtype ifc2x3.ifcelementtype elementtype () ifc2x3.ifcelementtype globalid ifc2x3.ifcroot globalid () ifc2x3.ifcroot hasassignments () ifc2x3.ifcobjectdefinition hasassociations () ifc2x3.ifcobjectdefinition haspropertysets ifc2x3.ifctypeobject haspropertysets () ifc2x3.ifctypeobject isdecomposedby () ifc2x3.ifcobjectdefinition name ifc2x3.ifcroot name () ifc2x3.ifcroot objecttypeof () ifc2x3.ifctypeobject ownerhistory ifc2x3.ifcroot ownerhistory () ifc2x3.ifcroot predefinedtype ifc2x3.ifchumidifiertype predefinedtype () ifc2x3.ifchumidifiertype representationmaps ifc2x3.ifctypeproduct representationmaps () ifc2x3.ifctypeproduct tag ifc2x3.ifctypeproduct tag () ifc2x3.ifctypeproduct wr1 (self) ifc2x3.ifchumidifiertype wr41 (self) ifc2x3.ifctypeproduct 1.8.17
=================================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifcpipesegmenttypeenum ifc2x3.ifcpipesegmenttypeenum Member List This is the complete list of members for ifc2x3.ifcpipesegmenttypeenum , including all inherited members. get_enum_ids (self) SCL.ConstructedDataTypes.ENUMERATION 1.8.17
============================================================================================================================================ Index Modules Hierarchy Alphabetical list App ExpressionModifier App::ExpressionModifier< P > Member List This is the complete list of members for App::ExpressionModifier< P > , including all inherited members. aboutToChange () override App::ExpressionModifier< P > virtual adjustLinks (Expression &e, const std::set< App::DocumentObject * > &inList) App::ExpressionVisitor protected changed () const override App::ExpressionModifier< P > virtual collectReplacement (Expression &e, std::map< ObjectIdentifier, ObjectIdentifier > &, const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj) const App::ExpressionVisitor protected ExpressionModifier (P &_prop) App::ExpressionModifier< P > getDepObjects (Expression &e, std::set< App::DocumentObject * > &, std::vector< std::string > *) App::ExpressionVisitor protected getDeps (Expression &e, ExpressionDeps &) App::ExpressionVisitor protected getIdentifiers (Expression &e, std::set< App::ObjectIdentifier > &) App::ExpressionVisitor protected getPropertyLink () override App::ExpressionModifier< P > virtual importSubNames (Expression &e, const ObjectIdentifier::SubNameMap &subNameMap) App::ExpressionVisitor protected moveCells (Expression &e, const CellAddress &address, int rowCount, int colCount) App::ExpressionVisitor protected offsetCells (Expression &e, int rowOffset, int colOffset) App::ExpressionVisitor protected prop App::ExpressionModifier< P > protected propLink App::ExpressionModifier< P > protected relabeledDocument (Expression &e, const std::string &oldName, const std::string &newName) App::ExpressionVisitor protected renameObjectIdentifier (Expression &e, const std::map< ObjectIdentifier, ObjectIdentifier > &, const ObjectIdentifier &) App::ExpressionVisitor protected reset () override App::ExpressionModifier< P > virtual signaller App::ExpressionModifier< P > protected updateElementReference (Expression &e, App::DocumentObject *feature, bool reverse) App::ExpressionVisitor protected updateLabelReference (Expression &e, App::DocumentObject *obj, const std::string &ref, const char *newLabel) App::ExpressionVisitor protected visit (Expression &e)=0 App::ExpressionVisitor pure virtual ~ExpressionModifier () App::ExpressionModifier< P > virtual ~ExpressionVisitor () App::ExpressionVisitor virtual 1.8.17
========================================================================================================================================================= Index Modules Hierarchy Alphabetical list Spreadsheet_legacy SpreadsheetView Spreadsheet_legacy.SpreadsheetView Member List This is the complete list of members for Spreadsheet_legacy.SpreadsheetView , including all inherited members. applyButton Spreadsheet_legacy.SpreadsheetView changeCell (self, r, c, value=None) Spreadsheet_legacy.SpreadsheetView closeEvent (self, event) Spreadsheet_legacy.SpreadsheetView computeButton Spreadsheet_legacy.SpreadsheetView doNotChange Spreadsheet_legacy.SpreadsheetView getEditLine (self) Spreadsheet_legacy.SpreadsheetView horizontalLayout Spreadsheet_legacy.SpreadsheetView label Spreadsheet_legacy.SpreadsheetView lineEdit Spreadsheet_legacy.SpreadsheetView recompute (self) Spreadsheet_legacy.SpreadsheetView setEditLine (self, r, c, orr=None, orc=None) Spreadsheet_legacy.SpreadsheetView spreadsheet Spreadsheet_legacy.SpreadsheetView table Spreadsheet_legacy.SpreadsheetView update (self) Spreadsheet_legacy.SpreadsheetView verticalLayout Spreadsheet_legacy.SpreadsheetView wipeButton Spreadsheet_legacy.SpreadsheetView wipeCell (self) Spreadsheet_legacy.SpreadsheetView 1.8.17
=========================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc2x3 ifccurtainwall ifc2x3.ifccurtainwall Member List This is the complete list of members for ifc2x3.ifccurtainwall , including all inherited members. connectedfrom () ifc2x3.ifcelement connectedto () ifc2x3.ifcelement containedinstructure () ifc2x3.ifcelement decomposes () ifc2x3.ifcobjectdefinition description ifc2x3.ifcroot description () ifc2x3.ifcroot fillsvoids () ifc2x3.ifcelement globalid ifc2x3.ifcroot globalid () ifc2x3.ifcroot hasassignments () ifc2x3.ifcobjectdefinition hasassociations () ifc2x3.ifcobjectdefinition hascoverings () ifc2x3.ifcelement hasopenings () ifc2x3.ifcelement hasports () ifc2x3.ifcelement hasprojections () ifc2x3.ifcelement hasstructuralmember () ifc2x3.ifcelement isconnectionrealization () ifc2x3.ifcelement isdecomposedby () ifc2x3.ifcobjectdefinition isdefinedby () ifc2x3.ifcobject name ifc2x3.ifcroot name () ifc2x3.ifcroot objectplacement ifc2x3.ifcproduct objectplacement () ifc2x3.ifcproduct objecttype ifc2x3.ifcobject objecttype () ifc2x3.ifcobject ownerhistory ifc2x3.ifcroot ownerhistory () ifc2x3.ifcroot providesboundaries () ifc2x3.ifcelement referencedby () ifc2x3.ifcproduct referencedinstructures () ifc2x3.ifcelement representation ifc2x3.ifcproduct representation () ifc2x3.ifcproduct tag ifc2x3.ifcelement tag () ifc2x3.ifcelement wr1 (self) ifc2x3.ifcproduct 1.8.17
============================================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifcmaterialdefinitionrepresentation ifc4.ifcmaterialdefinitionrepresentation Member List This is the complete list of members for ifc4.ifcmaterialdefinitionrepresentation , including all inherited members. description ifc4.ifcproductrepresentation description () ifc4.ifcproductrepresentation name ifc4.ifcproductrepresentation name () ifc4.ifcproductrepresentation onlystyledrepresentations (self) ifc4.ifcmaterialdefinitionrepresentation representations ifc4.ifcproductrepresentation representations () ifc4.ifcproductrepresentation representedmaterial ifc4.ifcmaterialdefinitionrepresentation representedmaterial () ifc4.ifcmaterialdefinitionrepresentation 1.8.17
================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifcpixeltexture List of all members | Public Member Functions | Public Attributes ifc4.ifcpixeltexture Class Reference Public Member Functions def colourcomponents () def height () def minpixelins (self) def minpixelint (self) def numberofcolours (self) def pixel () def pixelasbyteandsamelength (self) def sizeofpixellist (self) def width () Public Member Functions inherited from ifc4.ifcsurfacetexture def ismappedby () def mode () def parameter () def repeats () def repeatt () def texturetransform () def usedinstyles () Public Attributes colourcomponents height pixel width Public Attributes inherited from ifc4.ifcsurfacetexture mode parameter repeats repeatt texturetransform Detailed Description Entity ifcpixeltexture definition. :param width :type width:ifcinteger :param height :type height:ifcinteger :param colourcomponents :type colourcomponents:ifcinteger :param pixel :type pixel:LIST(1,None,'(null)', scope = schema_scope) Member Function Documentation β—† colourcomponents() def ifc4.ifcpixeltexture.colourcomponents ( ) References ifc2x3.ifcpixeltexture._colourcomponents, ifc4.ifcpixeltexture._colourcomponents, and ifc4.ifcpixeltexture.colourcomponents . β—† height() def ifc4.ifcpixeltexture.height ( ) References Image::ImageBase._height, Gui::Dialog::DlgSettingsImageImp._height, ifc2x3.ifcpixeltexture._height, ifc4.ifcpixeltexture._height, ifc2x3.ifcrightcircularcylinder._height, automotive_design.right_circular_cylinder._height, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cylinder._height, ifc2x3.ifcrectangularpyramid._height, ifc2x3.ifcchamferedgefeature._height, ifc2x3.ifcrightcircularcone._height, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cone._height, automotive_design.right_circular_cone._height, and ifc4.ifcpixeltexture.height . Referenced by PathScripts.PathInspect.GCodeEditorDialog.cleanup() . β—† minpixelins() def ifc4.ifcpixeltexture.minpixelins ( self ) References Gui::GLPainter.width, draftguitools.gui_trimex.Trimex.width , SoVectorizeLine.width , DrawingGui::OrthoViews.width, importSVG.svgHandler.width , ArchAxis.ArchGridTaskPanel.width , ifc2x3.ifcpixeltexture.width , ifc4.ifcpixeltexture.width , ifc2x3.ifccshapeprofiledef.width , ifc2x3.ifclshapeprofiledef.width , and ifc2x3.ifcchamferedgefeature.width . β—† minpixelint() def ifc4.ifcpixeltexture.minpixelint ( self ) References Gui::GLPainter.height, DrawingGui::OrthoViews.height, ArchAxis.ArchGridTaskPanel.height , ifc2x3.ifcpixeltexture.height , ifc4.ifcpixeltexture.height , ifc2x3.ifcrightcircularcylinder.height , automotive_design.right_circular_cylinder.height , ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cylinder.height, ifc2x3.ifcrectangularpyramid.height , ifc2x3.ifcchamferedgefeature.height , ifc2x3.ifcrightcircularcone.height , ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cone.height, and automotive_design.right_circular_cone.height . β—† numberofcolours() def ifc4.ifcpixeltexture.numberofcolours ( self ) References ifc2x3.ifcpixeltexture.colourcomponents , and ifc4.ifcpixeltexture.colourcomponents . β—† pixel() def ifc4.ifcpixeltexture.pixel ( ) References ifc2x3.ifcpixeltexture._pixel, ifc4.ifcpixeltexture._pixel, and ifc4.ifcpixeltexture.pixel . β—† pixelasbyteandsamelength() def ifc4.ifcpixeltexture.pixelasbyteandsamelength ( self ) References ifc2x3.ifcpixeltexture.pixel , and ifc4.ifcpixeltexture.pixel . β—† sizeofpixellist() def ifc4.ifcpixeltexture.sizeofpixellist ( self ) References Gui::GLPainter.height, DrawingGui::OrthoViews.height, ArchAxis.ArchGridTaskPanel.height , ifc2x3.ifcpixeltexture.height , ifc4.ifcpixeltexture.height , ifc2x3.ifcrightcircularcylinder.height , automotive_design.right_circular_cylinder.height , ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cylinder.height, ifc2x3.ifcrectangularpyramid.height , ifc2x3.ifcchamferedgefeature.height , ifc2x3.ifcrightcircularcone.height , ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cone.height, automotive_design.right_circular_cone.height , ifc2x3.ifcpixeltexture.pixel , ifc4.ifcpixeltexture.pixel , Gui::GLPainter.width, draftguitools.gui_trimex.Trimex.width , SoVectorizeLine.width , DrawingGui::OrthoViews.width, importSVG.svgHandler.width , ArchAxis.ArchGridTaskPanel.width , ifc2x3.ifcpixeltexture.width , ifc4.ifcpixeltexture.width , ifc2x3.ifccshapeprofiledef.width , ifc2x3.ifclshapeprofiledef.width , and ifc2x3.ifcchamferedgefeature.width . β—† width() def ifc4.ifcpixeltexture.width ( ) References Image::ImageBase._width, Gui::Dialog::DlgSettingsImageImp._width, ifc2x3.ifcpixeltexture._width, ifc4.ifcpixeltexture._width, ifc2x3.ifccshapeprofiledef._width, ifc2x3.ifclshapeprofiledef._width, ifc2x3.ifcchamferedgefeature._width, and ifc4.ifcpixeltexture.width . Referenced by PathScripts.PathInspect.GCodeEditorDialog.cleanup() . Member Data Documentation β—† colourcomponents ifc4.ifcpixeltexture.colourcomponents Referenced by ifc4.ifcpixeltexture.colourcomponents() , and ifc4.ifcpixeltexture.numberofcolours() . β—† height ifc4.ifcpixeltexture.height Referenced by PathScripts.PathInspect.GCodeEditorDialog.cleanup() , PathScripts.PathDressupHoldingTags.Tag.createSolidsAt() , PathScripts.PathStock.StockFromBase.execute() , ifc4.ifcpixeltexture.height() , ifc4.ifcpixeltexture.minpixelint() , and ifc4.ifcpixeltexture.sizeofpixellist() . β—† pixel ifc4.ifcpixeltexture.pixel Referenced by ifc4.ifcpixeltexture.pixel() , ifc4.ifcpixeltexture.pixelasbyteandsamelength() , and ifc4.ifcpixeltexture.sizeofpixellist() . β—† width ifc4.ifcpixeltexture.width Referenced by PathScripts.PathInspect.GCodeEditorDialog.cleanup() , PathScripts.PathStock.StockFromBase.execute() , PathScripts.PathDressupHoldingTags.Tag.fullWidth() , ifc4.ifcpixeltexture.minpixelins() , ifc4.ifcpixeltexture.sizeofpixellist() , ifc4.ifccshapeprofiledef.validinternalfilletradius() , ifc4.ifclshapeprofiledef.validthickness() , ifc4.ifccshapeprofiledef.validwallthickness() , and ifc4.ifcpixeltexture.width() . The documentation for this class was generated from the following file: src/Mod/Import/App/ifc4.py 1.8.17
========================================================================================================================================== Index Modules Hierarchy Alphabetical list shipCreateTank TaskPanel Classes | Functions shipCreateTank.TaskPanel Namespace Reference Classes class TaskPanel Functions def createTask () Function Documentation β—† createTask() def shipCreateTank.TaskPanel.createTask ( ) 1.8.17
============================================================================================================================================= Index Modules Hierarchy Alphabetical list PartDesign AdditiveLoft PartDesign::AdditiveLoft Member List This is the complete list of members for PartDesign::AdditiveLoft , including all inherited members. addDynamicProperty (const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override App::DocumentObject virtual Additive enum value PartDesign::FeatureAddSub AdditiveLoft () PartDesign::AdditiveLoft AddSubShape PartDesign::FeatureAddSub addSubType PartDesign::FeatureAddSub protected adjustRelativeLinks (const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0) App::DocumentObject virtual allowDuplicateLabel () const App::DocumentObject virtual AllowMultiFace PartDesign::ProfileBased BaseClass () Base::BaseClass BaseFeature PartDesign::Feature buildHistory (BRepBuilderAPI_MakeShape &, TopAbs_ShapeEnum type, const TopoDS_Shape &newS, const TopoDS_Shape &oldS) Part::Feature protected canLinkProperties () const App::DocumentObject virtual canLoadPartial () const App::DocumentObject virtual checkLineCrossesFace (const gp_Lin &line, const TopoDS_Face &face) PartDesign::ProfileBased protected static checkWireInsideFace (const TopoDS_Wire &wire, const TopoDS_Face &face, const gp_Dir &dir) PartDesign::ProfileBased protected static clearOutListCache () const App::DocumentObject clearShapeCache () Part::Feature static Closed PartDesign::Loft countSolids (const TopoDS_Shape &, TopAbs_ShapeEnum type=TopAbs_SOLID) PartDesign::Feature protected static create (void) Base::Persistence static detachFromDocument () override App::DocumentObject virtual DocumentObject (void) App::DocumentObject dumpToStream (std::ostream &stream, int compression) Base::Persistence dynamicProps App::PropertyContainer protected ElementNameType enum name App::GeoFeature encodeAttribute (const std::string &) Base::Persistence static enforceRecompute () App::DocumentObject execute (void) PartDesign::Loft virtual Export enum value App::GeoFeature ExpressionEngine App::DocumentObject extensionBegin () App::ExtensionContainer ExtensionContainer () App::ExtensionContainer extensionEnd () App::ExtensionContainer ExtensionIterator typedef App::ExtensionContainer Feature () PartDesign::Feature FeatureAddSub () PartDesign::FeatureAddSub generatePrism (TopoDS_Shape &prism, const TopoDS_Shape &sketchshape, const std::string &method, const gp_Dir &direction, const double L, const double L2, const bool midplane, const bool reversed) PartDesign::ProfileBased protected static generatePrism (TopoDS_Shape &prism, const std::string &method, const TopoDS_Shape &baseshape, const TopoDS_Shape &profileshape, const TopoDS_Face &sketchface, const TopoDS_Face &uptoface, const gp_Dir &direction, Standard_Integer Mode, Standard_Boolean Modify) PartDesign::ProfileBased protected static GeoFeature (void) App::GeoFeature getAddSubType () PartDesign::FeatureAddSub getAxis (const App::DocumentObject *pcReferenceAxis, const std::vector< std::string > &subReferenceAxis, Base::Vector3d &base, Base::Vector3d &dir) PartDesign::ProfileBased protected getBaseObject (bool silent=false) const PartDesign::ProfileBased virtual getBaseShape () const PartDesign::Feature virtual getBaseTopoShape (bool silent=false) const PartDesign::Feature getClassTypeId (void) Base::Persistence static getDocument (void) const App::DocumentObject getDynamicPropertyByName (const char *name) const App::PropertyContainer virtual getDynamicPropertyData (const Property *prop) const App::PropertyContainer getDynamicPropertyNames () const App::PropertyContainer virtual getElementName (const char *name, ElementNameType type=Normal) const App::GeoFeature virtual getExportName (bool forced=false) const App::DocumentObject getExpression (const ObjectIdentifier &path) const App::DocumentObject virtual getExtension (Base::Type, bool derived=true, bool no_except=false) const App::ExtensionContainer getExtension (const std::string &name) const App::ExtensionContainer getExtensionByType (bool no_except=false, bool derived=true) const App::ExtensionContainer getExtensionsDerivedFrom (Base::Type type) const App::ExtensionContainer getExtensionsDerivedFromType () const App::ExtensionContainer getFeatureBody () const PartDesign::Feature getFullName () const override App::DocumentObject virtual getGroup () const App::DocumentObject getID () const App::DocumentObject getInList (void) const App::DocumentObject getInListEx (std::set< App::DocumentObject * > &inSet, bool recursive, std::vector< App::DocumentObject * > *inList=0) const App::DocumentObject getInListEx (bool recursive) const App::DocumentObject getInListRecursive (void) const App::DocumentObject getLinkedObject (bool recurse=true, Base::Matrix4D *mat=0, bool transform=false, int depth=0) const App::DocumentObject virtual getLocation () const Part::Feature getMemSize (void) const App::PropertyContainer virtual getNameInDocument (void) const App::DocumentObject getOldLabel () const App::DocumentObject getOutList () const App::DocumentObject getOutList (int option) const App::DocumentObject getOutList (int option, std::vector< App::DocumentObject * > &res) const App::DocumentObject getOutListOfProperty (App::Property *) const App::DocumentObject getOutListRecursive (void) const App::DocumentObject getParents (int depth=0) const App::DocumentObject getPathsByOutList (App::DocumentObject *to) const App::DocumentObject getPointFromFace (const TopoDS_Face &f) PartDesign::Feature protected static getProfileNormal () const PartDesign::ProfileBased getProfileShape () const PartDesign::ProfileBased getProfileWires () const PartDesign::ProfileBased getPropertyByName (const char *name) const override App::ExtensionContainer virtual getPropertyData (void) const App::PropertyContainer protected virtual getPropertyDataPtr (void) App::PropertyContainer protected static getPropertyDocumentation (const Property *prop) const override App::ExtensionContainer virtual getPropertyDocumentation (const char *name) const override App::ExtensionContainer virtual getPropertyGroup (const Property *prop) const override App::ExtensionContainer virtual getPropertyGroup (const char *name) const override App::ExtensionContainer virtual getPropertyList (std::vector< Property * > &List) const override App::ExtensionContainer virtual getPropertyMap (std::map< std::string, Property * > &Map) const override App::ExtensionContainer virtual getPropertyName (const Property *prop) const override App::ExtensionContainer virtual getPropertyOfGeometry () const override Part::Feature virtual getPropertyPrefix () const App::PropertyContainer getPropertyType (const Property *prop) const override App::ExtensionContainer virtual getPropertyType (const char *name) const override App::ExtensionContainer virtual getPyObject (void) PartDesign::Feature virtual getReversedAngle (const Base::Vector3d &b, const Base::Vector3d &v) PartDesign::ProfileBased protected getShape (const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true) Part::Feature static getShapeOwner (const App::DocumentObject *obj, const char *subname=0) Part::Feature static getSketchAxisCount (void) const PartDesign::ProfileBased getSolid (const TopoDS_Shape &) PartDesign::Feature protected static getStatus () const App::DocumentObject getStatusString (void) const App::DocumentObject getSubObject (const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const override Part::Feature virtual getSubObjectList (const char *subname) const App::DocumentObject getSubObjects (int reason=0) const App::DocumentObject virtual getSupportFace () const PartDesign::ProfileBased getTopoShape (const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true, bool noElementMap=false) Part::Feature static getTypeId (void) const Base::Persistence virtual getUpToFace (TopoDS_Face &upToFace, const TopoDS_Shape &support, const TopoDS_Face &supportface, const TopoDS_Shape &sketchshape, const std::string &method, const gp_Dir &dir, const double offset) PartDesign::ProfileBased protected static getUpToFaceFromLinkSub (TopoDS_Face &upToFace, const App::PropertyLinkSub &refFace) PartDesign::ProfileBased protected static getVerifiedFace (bool silent=false) const PartDesign::ProfileBased getVerifiedObject (bool silent=false) const PartDesign::ProfileBased getVerifiedSketch (bool silent=false) const PartDesign::ProfileBased getViewProviderName (void) const PartDesign::Loft virtual getViewProviderNameOverride () const App::DocumentObject virtual getViewProviderNameStored () const App::DocumentObject globalPlacement () const App::GeoFeature GS_DEFAULT enum value App::DocumentObject GS_SELECT enum value App::DocumentObject GSReason enum name App::DocumentObject handleChangedPropertyName (Base::XMLReader &reader, const char *TypeName, const char *PropName) App::PropertyContainer protected virtual handleChangedPropertyType (Base::XMLReader &reader, const char *TypeName, Property *prop) App::PropertyContainer protected virtual hasChildElement () const App::DocumentObject virtual hasExtension (Base::Type, bool derived=true) const App::ExtensionContainer hasExtension (const std::string &name) const App::ExtensionContainer hasExtensions () const App::ExtensionContainer hasHiddenMarker (const char *subname) App::DocumentObject static hasShapeOwner (const App::DocumentObject *obj, const char *subname=0) Part::Feature static hiddenMarker () App::DocumentObject static Import enum value App::GeoFeature init (void) Base::Persistence static initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) Base::BaseClass protected static isAttachedToDocument () const override App::DocumentObject virtual isDatum (const App::DocumentObject *feature) PartDesign::Feature static isDerivedFrom (const Type type) const Base::BaseClass isElementVisible (const char *element) const App::DocumentObject virtual isError (void) const App::DocumentObject isExporting () const App::DocumentObject isHidden (const Property *prop) const App::PropertyContainer isHidden (const char *name) const App::PropertyContainer isInInList (DocumentObject *objToTest) const App::DocumentObject isInInListRecursive (DocumentObject *objToTest) const App::DocumentObject isInOutList (DocumentObject *objToTest) const App::DocumentObject isInOutListRecursive (DocumentObject *objToTest) const App::DocumentObject isReadOnly (const Property *prop) const App::PropertyContainer isReadOnly (const char *name) const App::PropertyContainer isRecomputing () const App::DocumentObject isRemoving () const App::DocumentObject isRestoring () const App::DocumentObject isTouched (void) const App::DocumentObject isValid (void) const App::DocumentObject joinHistory (const ShapeHistory &, const ShapeHistory &) Part::Feature protected Label App::DocumentObject Label2 App::DocumentObject Loft () PartDesign::Loft makePlnFromPlane (const App::DocumentObject *obj) PartDesign::Feature protected static makeShapeFromPlane (const App::DocumentObject *obj) PartDesign::Feature protected static Midplane PartDesign::ProfileBased mustExecute () const PartDesign::Loft virtual mustRecompute (void) const App::DocumentObject Normal enum value App::GeoFeature oldLabel App::DocumentObject protected onBeforeChange (const Property *prop) override App::DocumentObject protected virtual onBeforeChangeLabel (std::string &newLabel) App::DocumentObject virtual onBeforeChangeProperty (Document *doc, const Property *prop) App::TransactionalObject protected onChanged (const App::Property *prop) PartDesign::ProfileBased protected virtual onDocumentRestored () App::DocumentObject protected virtual onLostLinkToObject (DocumentObject *) App::DocumentObject virtual onPropertyStatusChanged (const Property &prop, unsigned long oldStatus) override App::DocumentObject protected virtual onSettingDocument () App::DocumentObject protected virtual onUpdateElementReference (const Property *) App::DocumentObject virtual OutListNoExpression enum value App::DocumentObject OutListNoHidden enum value App::DocumentObject OutListNoXLinked enum value App::DocumentObject OutListOption enum name App::DocumentObject pcNameInDocument App::DocumentObject protected Placement App::GeoFeature positionByPrevious (void) PartDesign::ProfileBased Profile PartDesign::ProfileBased ProfileBased () PartDesign::ProfileBased PropertyContainer () App::PropertyContainer purgeError (void) App::DocumentObject purgeTouched (void) App::DocumentObject PythonObject App::DocumentObject protected recompute () override Part::Feature protected virtual recomputeFeature (bool recursive=false) App::DocumentObject redirectSubName (std::ostringstream &ss, DocumentObject *topParent, DocumentObject *child) const App::DocumentObject virtual Refine PartDesign::FeatureAddSub refineShapeIfActive (const TopoDS_Shape &) const PartDesign::FeatureAddSub protected registerExtension (Base::Type extension, App::Extension *ext) App::ExtensionContainer remapSupportShape (const TopoDS_Shape &) PartDesign::ProfileBased protected removeDynamicProperty (const char *prop) override App::DocumentObject virtual renameObjectIdentifiers (const std::map< App::ObjectIdentifier, App::ObjectIdentifier > &paths) App::DocumentObject virtual resetError (void) App::DocumentObject protected resolve (const char *subname, App::DocumentObject **parent=0, std::string *childName=0, const char **subElement=0, PyObject **pyObj=0, Base::Matrix4D *mat=0, bool transform=true, int depth=0) const App::DocumentObject resolveElement (App::DocumentObject *obj, const char *subname, std::pair< std::string, std::string > &elementName, bool append=false, ElementNameType type=Normal, const DocumentObject *filter=0, const char **element=0, GeoFeature **geo=0) App::GeoFeature static resolveRelativeLink (std::string &subname, App::DocumentObject *&link, std::string &linkSub) const App::DocumentObject Restore (Base::XMLReader &reader) PartDesign::ProfileBased virtual RestoreDocFile (Reader &) Base::Persistence virtual restoreExtensions (Base::XMLReader &reader) App::ExtensionContainer restoreFromStream (std::istream &stream) Base::Persistence Reversed PartDesign::ProfileBased Ruled PartDesign::Loft Save (Base::Writer &writer) const override App::DocumentObject virtual SaveDocFile (Writer &) const Base::Persistence virtual saveExtensions (Base::Writer &writer) const App::ExtensionContainer Sections PartDesign::Loft setDocument (App::Document *doc) App::DocumentObject protected setElementVisible (const char *element, bool visible) App::DocumentObject virtual setError (void) App::DocumentObject protected setExpression (const ObjectIdentifier &path, boost::shared_ptr< App::Expression > expr) App::DocumentObject virtual setPropertyPrefix (const char *prefix) App::PropertyContainer setPropertyStatus (unsigned char bit, bool value) App::PropertyContainer setPyObject (PyObject *) Base::BaseClass virtual setStatus (ObjectStatus pos, bool on) App::DocumentObject setupObject () PartDesign::ProfileBased virtual Shape Part::Feature signalBeforeChange App::DocumentObject signalChanged App::DocumentObject StatusBits App::DocumentObject protected StdReturn App::DocumentObject static Subtractive enum value PartDesign::FeatureAddSub testIfLinkDAGCompatible (DocumentObject *linkTo) const App::DocumentObject testIfLinkDAGCompatible (const std::vector< DocumentObject * > &linksTo) const App::DocumentObject testIfLinkDAGCompatible (App::PropertyLinkSubList &linksTo) const App::DocumentObject testIfLinkDAGCompatible (App::PropertyLinkSub &linkTo) const App::DocumentObject testStatus (ObjectStatus pos) const App::DocumentObject touch (bool noRecompute=false) App::DocumentObject TransactionalObject (void) App::TransactionalObject transformPlacement (const Base::Placement &transform) PartDesign::ProfileBased virtual Type enum name PartDesign::FeatureAddSub unsetupObject () App::DocumentObject protected virtual UpToFace PartDesign::ProfileBased Visibility App::DocumentObject ~BaseClass () Base::BaseClass virtual ~DocumentObject () App::DocumentObject virtual ~ExtensionContainer () App::ExtensionContainer virtual ~Feature () Part::Feature virtual ~GeoFeature () App::GeoFeature virtual ~PropertyContainer () App::PropertyContainer virtual ~TransactionalObject () App::TransactionalObject virtual 1.8.17
======================================================================================================================================================================================= Index Modules Hierarchy Alphabetical list config_control_design preferred_surface_curve_representation config_control_design.preferred_surface_curve_representation Member List This is the complete list of members for config_control_design.preferred_surface_curve_representation , including all inherited members. get_enum_ids (self) SCL.ConstructedDataTypes.ENUMERATION 1.8.17
======================================================================================================================================== Index Modules Hierarchy Alphabetical list ifc4 ifcdirectionsenseenum List of all members ifc4.ifcdirectionsenseenum Class Reference Additional Inherited Members Public Member Functions inherited from SCL.ConstructedDataTypes.ENUMERATION def get_enum_ids (self) The documentation for this class was generated from the following file: src/Mod/Import/App/ifc4.py 1.8.17
======================================================================================================================================== Index Modules Hierarchy Alphabetical list PathTests TestPathCore Classes PathTests.TestPathCore Namespace Reference Classes class TestPathCore 1.8.17
============================================================================================================================ Index Modules Hierarchy Alphabetical list ItemInfo Member List This is the complete list of members for ItemInfo , including all inherited members. doc ItemInfo dragging ItemInfo obj ItemInfo owner ItemInfo ownerDoc ItemInfo parent ItemInfo parentDoc ItemInfo subname ItemInfo subs ItemInfo topDoc ItemInfo topObj ItemInfo topSubname ItemInfo 1.8.17
================================================================================================================================== Index Modules Hierarchy Alphabetical list TechDraw AOC TechDraw::AOC Member List This is the complete list of members for TechDraw::AOC , including all inherited members. AOC (const TopoDS_Edge &e) TechDraw::AOC AOC (Base::Vector3d c, double r, double s, double e) TechDraw::AOC AOC (void) TechDraw::AOC baseFactory (TopoDS_Edge edge) TechDraw::BaseGeom static BaseGeom () TechDraw::BaseGeom center TechDraw::Circle Circle (void) TechDraw::Circle Circle (const TopoDS_Edge &e) TechDraw::Circle Circle (Base::Vector3d center, double radius) TechDraw::Circle classOfEdge TechDraw::BaseGeom closed (void) TechDraw::BaseGeom copy () TechDraw::BaseGeom cosmetic TechDraw::BaseGeom cosmeticTag TechDraw::BaseGeom protected createNewTag () TechDraw::BaseGeom protected cw TechDraw::AOC distToArc (Base::Vector3d p) TechDraw::AOC dump () TechDraw::BaseGeom endAngle TechDraw::AOC endPnt TechDraw::AOC extractType TechDraw::BaseGeom findEndPoints () TechDraw::BaseGeom geomType TechDraw::BaseGeom getCosmeticTag (void) TechDraw::BaseGeom getEndPoint () TechDraw::BaseGeom getMidPoint () TechDraw::BaseGeom getQuads () TechDraw::BaseGeom getStartPoint () TechDraw::BaseGeom getTag () const TechDraw::BaseGeom getTagAsString (void) const TechDraw::BaseGeom virtual hlrVisible TechDraw::BaseGeom intersectsArc (Base::Vector3d p1, Base::Vector3d p2) TechDraw::AOC isOnArc (Base::Vector3d v) TechDraw::AOC largeArc TechDraw::AOC m_source TechDraw::BaseGeom protected m_sourceIndex TechDraw::BaseGeom protected midPnt TechDraw::AOC minDist (Base::Vector3d p) TechDraw::BaseGeom nearPoint (Base::Vector3d p) TechDraw::BaseGeom nearPoint (const BaseGeom *p) TechDraw::BaseGeom occEdge TechDraw::BaseGeom radius TechDraw::Circle ref3D TechDraw::BaseGeom Restore (Base::XMLReader &r) override TechDraw::AOC virtual reversed TechDraw::BaseGeom Save (Base::Writer &w) const override TechDraw::AOC virtual setCosmeticTag (std::string t) TechDraw::BaseGeom source (void) TechDraw::BaseGeom source (int s) TechDraw::BaseGeom sourceIndex (void) TechDraw::BaseGeom sourceIndex (int si) TechDraw::BaseGeom startAngle TechDraw::AOC startPnt TechDraw::AOC tag TechDraw::BaseGeom protected toString (void) const override TechDraw::AOC virtual validateEdge (TopoDS_Edge edge) TechDraw::BaseGeom static ~AOC ()=default TechDraw::AOC ~BaseGeom ()=default TechDraw::BaseGeom virtual ~Circle ()=default TechDraw::Circle 1.8.17
====================================================================================================================================================================== Index Modules Hierarchy Alphabetical list automotive_design draughting_pre_defined_curve_font List of all members | Public Member Functions | Public Attributes automotive_design.draughting_pre_defined_curve_font Class Reference Public Member Functions def wr1 (self) Public Member Functions inherited from automotive_design.pre_defined_item def name () Public Attributes name Public Attributes inherited from automotive_design.pre_defined_item name Detailed Description Entity draughting_pre_defined_curve_font definition. Member Function Documentation β—† wr1() def automotive_design.draughting_pre_defined_curve_font.wr1 ( self ) Member Data Documentation β—† name automotive_design.draughting_pre_defined_curve_font.name Referenced by prototype.Node.addtofreecad() , gzip_utf8.GzipFile.filename() , ifc4.ifcapproval.hasidentifierorname() , automotive_design.si_unit.named_unit_dimensions() , Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction.output() , prototype.Node.pprint() , prototype.Node.pprint2() , PathScripts.PathSetupSheetGui.OpTaskPanel.propertyGroup() , PathScripts.PathSetupSheetGui.OpTaskPanel.propertyName() , ifc2x3.ifcexternalreference.wr1() , ifc4.ifcexternalreference.wr1() , ifc2x3.ifcdocumentreference.wr1() , and ifc4.ifcdocumentreference.wr1() . The documentation for this class was generated from the following file: src/Mod/Import/App/automotive_design.py 1.8.17
========================================================================================================================================================================= Index Modules Hierarchy Alphabetical list draftguitools gui_base GuiCommandNeedsSelection draftguitools.gui_base.GuiCommandNeedsSelection Member List This is the complete list of members for draftguitools.gui_base.GuiCommandNeedsSelection , including all inherited members. Activated (self) draftguitools.gui_base.GuiCommandSimplest command_name draftguitools.gui_base.GuiCommandSimplest doc draftguitools.gui_base.GuiCommandSimplest IsActive (self) draftguitools.gui_base.GuiCommandNeedsSelection 1.8.17
============================================================================================================================ Index Modules Hierarchy Alphabetical list Variables ArchIFCSchema Namespace Reference Variables IfcContexts = json.load(f) IfcProducts = json.load(f) IfcTypes = json.load(f) list IfcVersion = ifcVersions [FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Arch").GetInt("IfcVersion",0)] list ifcVersions = ["IFC4", "IFC2X3"] Detailed Description Provides the IFC schema data as dicts, by loading the JSON schema files. Provides the data as IfcContexts, IfcProducts and IfcTypes. Variable Documentation β—† IfcContexts ArchIFCSchema.IfcContexts = json.load(f) β—† IfcProducts ArchIFCSchema.IfcProducts = json.load(f) β—† IfcTypes ArchIFCSchema.IfcTypes = json.load(f) β—† IfcVersion list ArchIFCSchema.IfcVersion = ifcVersions [FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Arch").GetInt("IfcVersion",0)] β—† ifcVersions list ArchIFCSchema.ifcVersions = ["IFC4", "IFC2X3"] 1.8.17
============================================================================================================================================================ Index Modules Hierarchy Alphabetical list Gui Dialog DocumentRecoveryPrivate Info List of all members | Public Attributes Gui::Dialog::DocumentRecoveryPrivate::Info Struct Reference Public Attributes QString fileName QString label QString projectFile Status status QString tooltip QString xmlFile Member Data Documentation β—† fileName QString Gui::Dialog::DocumentRecoveryPrivate::Info::fileName β—† label QString Gui::Dialog::DocumentRecoveryPrivate::Info::label Referenced by Dice3DS.dom3ds.ChunkBase::document_html() , Dice3DS.dom3ds.TrackChunk::dump_array() , Dice3DS.dom3ds.ChunkBase::dump_header() , Dice3DS.dom3ds.ChunkBase::get_chunk() , and Spreadsheet_legacy.SpreadsheetView::setEditLine() . β—† projectFile QString Gui::Dialog::DocumentRecoveryPrivate::Info::projectFile β—† status Status Gui::Dialog::DocumentRecoveryPrivate::Info::status β—† tooltip QString Gui::Dialog::DocumentRecoveryPrivate::Info::tooltip Referenced by InitGui.PathCommandGroup::GetResources() , femcommands.manager.CommandManager::GetResources() , and PathScripts.PathJob.ObjectJob::onChanged() . β—† xmlFile QString Gui::Dialog::DocumentRecoveryPrivate::Info::xmlFile The documentation for this struct was generated from the following file: src/Gui/DocumentRecovery.cpp 1.8.17
====================================================================================================================================== Index Modules Hierarchy Alphabetical list UNV2411 TRecord UNV2411::TRecord Member List This is the complete list of members for UNV2411::TRecord , including all inherited members. color UNV2411::TRecord coord UNV2411::TRecord disp_coord_sys_num UNV2411::TRecord exp_coord_sys_num UNV2411::TRecord label UNV2411::TRecord TRecord () UNV2411::TRecord 1.8.17
=================================================================================================================================================== Index Modules Hierarchy Alphabetical list Gui Dialog DlgParameterImp Gui::Dialog::DlgParameterImp Member List This is the complete list of members for Gui::Dialog::DlgParameterImp , including all inherited members. accept () Gui::Dialog::DlgParameterImp activateParameterSet (const char *) Gui::Dialog::DlgParameterImp changeEvent (QEvent *e) Gui::Dialog::DlgParameterImp protected closeEvent (QCloseEvent *) Gui::Dialog::DlgParameterImp protected DlgParameterImp (QWidget *parent=0, Qt::WindowFlags fl=0) Gui::Dialog::DlgParameterImp finder Gui::Dialog::DlgParameterImp protected on_buttonFind_clicked () Gui::Dialog::DlgParameterImp protected slot on_buttonSaveToDisk_clicked () Gui::Dialog::DlgParameterImp protected slot on_checkSort_toggled (bool) Gui::Dialog::DlgParameterImp protected slot on_closeButton_clicked () Gui::Dialog::DlgParameterImp protected slot on_findGroupLE_textChanged (const QString &SearchStr) Gui::Dialog::DlgParameterImp protected slot onChangeParameterSet (int) Gui::Dialog::DlgParameterImp protected slot onGroupSelected (QTreeWidgetItem *) Gui::Dialog::DlgParameterImp protected slot paramGroup Gui::Dialog::DlgParameterImp protected paramValue Gui::Dialog::DlgParameterImp protected reject () Gui::Dialog::DlgParameterImp showEvent (QShowEvent *) Gui::Dialog::DlgParameterImp protected ui Gui::Dialog::DlgParameterImp protected ~DlgParameterImp () Gui::Dialog::DlgParameterImp 1.8.17