The python export class for AttachEngine. More...
#include <AttachEnginePy.h>
Public Types | |
typedef AttachEngine * | PointerType |
Public Types inherited from Base::BaseClassPy | |
typedef BaseClass * | PointerType |
Public Types inherited from Base::PyObjectBase | |
typedef void * | PointerType |
enum | Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } |
Public Member Functions | |
AttachEnginePy (AttachEngine *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 Base::BaseClassPy | |
BaseClassPy (BaseClass *pcObject, PyTypeObject *T=&Type) | |
std::string | representation (void) const |
PyObject * | isDerivedFrom (PyObject *args) |
implementer for the isDerivedFrom() method More... | |
PyObject * | getAllDerivedFrom (PyObject *args) |
implementer for the getAllDerivedFrom() method More... | |
Py::String | getTypeId (void) const |
getter for the TypeId attribute More... | |
Py::String | getModule (void) const |
getter for the Module attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
BaseClass * | getBaseClassPtr (void) const |
getter for the object handled by this class More... | |
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 Base::BaseClassPy | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | staticCallback_isDerivedFrom (PyObject *self, PyObject *args) |
callback for the isDerivedFrom() method More... | |
static PyObject * | staticCallback_getAllDerivedFrom (PyObject *self, PyObject *args) |
callback for the getAllDerivedFrom() method More... | |
static PyObject * | staticCallback_getTypeId (PyObject *self, void *closure) |
getter callback for the TypeId attribute More... | |
static int | staticCallback_setTypeId (PyObject *self, PyObject *value, void *closure) |
setter callback for the TypeId attribute More... | |
static PyObject * | staticCallback_getModule (PyObject *self, void *closure) |
getter callback for the Module attribute More... | |
static int | staticCallback_setModule (PyObject *self, PyObject *value, void *closure) |
setter callback for the Module attribute More... | |
Static 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 AttachEnginePy. More... | |
static PyMethodDef | Methods [] |
Methods structure of AttachEnginePy. More... | |
static PyTypeObject | Type |
Type structure of AttachEnginePy. More... | |
Static Public Attributes inherited from Base::BaseClassPy | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of BaseClassPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of BaseClassPy. More... | |
static PyTypeObject | Type |
Type structure of BaseClassPy. More... | |
Static Public Attributes inherited from Base::PyObjectBase | |
static PyMethodDef | Methods [] |
static PyTypeObject | Type |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~AttachEnginePy () | |
Protected Member Functions inherited from Base::BaseClassPy | |
~BaseClassPy () | |
Protected Member Functions inherited from Base::PyObjectBase | |
virtual | ~PyObjectBase () |
destructor More... | |
callbacks and implementers for the python object attributes | |
Py::String | getAttacherType (void) const |
getter for the AttacherType attribute More... | |
Py::String | getMode (void) const |
getter for the Mode attribute More... | |
void | setMode (Py::String arg) |
setter for the Mode attribute More... | |
Py::Object | getReferences (void) const |
getter for the References attribute More... | |
void | setReferences (Py::Object arg) |
setter for the References attribute More... | |
Py::Object | getAttachmentOffset (void) const |
getter for the AttachmentOffset attribute More... | |
void | setAttachmentOffset (Py::Object arg) |
setter for the AttachmentOffset attribute More... | |
Py::Boolean | getReverse (void) const |
getter for the Reverse attribute More... | |
void | setReverse (Py::Boolean arg) |
setter for the Reverse attribute More... | |
Py::Float | getParameter (void) const |
getter for the Parameter attribute More... | |
void | setParameter (Py::Float arg) |
setter for the Parameter attribute More... | |
Py::List | getCompleteModeList (void) const |
getter for the CompleteModeList attribute More... | |
Py::List | getImplementedModes (void) const |
getter for the ImplementedModes attribute More... | |
Py::List | getCompleteRefTypeList (void) const |
getter for the CompleteRefTypeList 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... | |
AttachEngine * | getAttachEnginePtr (void) const |
getter for the object handled by this class More... | |
static PyObject * | staticCallback_getAttacherType (PyObject *self, void *closure) |
getter callback for the AttacherType attribute More... | |
static int | staticCallback_setAttacherType (PyObject *self, PyObject *value, void *closure) |
setter callback for the AttacherType attribute More... | |
static PyObject * | staticCallback_getMode (PyObject *self, void *closure) |
getter callback for the Mode attribute More... | |
static int | staticCallback_setMode (PyObject *self, PyObject *value, void *closure) |
setter callback for the Mode attribute More... | |
static PyObject * | staticCallback_getReferences (PyObject *self, void *closure) |
getter callback for the References attribute More... | |
static int | staticCallback_setReferences (PyObject *self, PyObject *value, void *closure) |
setter callback for the References attribute More... | |
static PyObject * | staticCallback_getAttachmentOffset (PyObject *self, void *closure) |
getter callback for the AttachmentOffset attribute More... | |
static int | staticCallback_setAttachmentOffset (PyObject *self, PyObject *value, void *closure) |
setter callback for the AttachmentOffset attribute More... | |
static PyObject * | staticCallback_getReverse (PyObject *self, void *closure) |
getter callback for the Reverse attribute More... | |
static int | staticCallback_setReverse (PyObject *self, PyObject *value, void *closure) |
setter callback for the Reverse attribute More... | |
static PyObject * | staticCallback_getParameter (PyObject *self, void *closure) |
getter callback for the Parameter attribute More... | |
static int | staticCallback_setParameter (PyObject *self, PyObject *value, void *closure) |
setter callback for the Parameter attribute More... | |
static PyObject * | staticCallback_getCompleteModeList (PyObject *self, void *closure) |
getter callback for the CompleteModeList attribute More... | |
static int | staticCallback_setCompleteModeList (PyObject *self, PyObject *value, void *closure) |
setter callback for the CompleteModeList attribute More... | |
static PyObject * | staticCallback_getImplementedModes (PyObject *self, void *closure) |
getter callback for the ImplementedModes attribute More... | |
static int | staticCallback_setImplementedModes (PyObject *self, PyObject *value, void *closure) |
setter callback for the ImplementedModes attribute More... | |
static PyObject * | staticCallback_getCompleteRefTypeList (PyObject *self, void *closure) |
getter callback for the CompleteRefTypeList attribute More... | |
static int | staticCallback_setCompleteRefTypeList (PyObject *self, PyObject *value, void *closure) |
setter callback for the CompleteRefTypeList attribute More... | |
Additional Inherited Members | |
Protected Attributes inherited from Base::PyObjectBase | |
std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for AttachEngine.
Member Typedef Documentation
◆ PointerType
Constructor & Destructor Documentation
◆ ~AttachEnginePy()
|
protected |
◆ AttachEnginePy()
AttachEnginePy::AttachEnginePy | ( | AttachEngine * | pcObject, |
PyTypeObject * | T = &Type |
||
) |
Member Function Documentation
◆ calculateAttachedPlacement()
implementer for the calculateAttachedPlacement() method
References Attacher::AttachEngine::calculateAttachedPlacement(), getAttachEnginePtr(), and Base::PlacementPy::Type.
Referenced by staticCallback_calculateAttachedPlacement().
◆ copy()
implementer for the copy() method
References AttachEnginePy(), and getAttachEnginePtr().
Referenced by staticCallback_copy().
◆ downgradeRefType()
implementer for the downgradeRefType() method
References Attacher::AttachEngine::downgradeType(), Attacher::AttachEngine::getRefTypeByName(), and Attacher::AttachEngine::getRefTypeName().
Referenced by staticCallback_downgradeRefType().
◆ getAttachEnginePtr()
AttachEngine * AttachEnginePy::getAttachEnginePtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by calculateAttachedPlacement(), copy(), getAttacherType(), getAttachmentOffset(), getCompleteModeList(), getCompleteRefTypeList(), getImplementedModes(), getMode(), getModeInfo(), getParameter(), getReferences(), getRefTypeInfo(), getReverse(), PyInit(), readParametersFromFeature(), setAttachmentOffset(), setMode(), setParameter(), setReferences(), setReverse(), suggestModes(), and writeParametersToFeature().
◆ getAttacherType()
Py::String AttachEnginePy::getAttacherType | ( | void | ) | const |
getter for the AttacherType attribute
References getAttachEnginePtr(), and Base::BaseClassPy::getTypeId().
Referenced by staticCallback_getAttacherType().
◆ getAttachmentOffset()
Py::Object AttachEnginePy::getAttachmentOffset | ( | void | ) | const |
getter for the AttachmentOffset attribute
References Attacher::AttachEngine::attachmentOffset, and getAttachEnginePtr().
Referenced by staticCallback_getAttachmentOffset().
◆ getCompleteModeList()
Py::List AttachEnginePy::getCompleteModeList | ( | void | ) | const |
getter for the CompleteModeList attribute
References getAttachEnginePtr(), Attacher::AttachEngine::getModeName(), and Attacher::mmDummy_NumberOfModes.
Referenced by staticCallback_getCompleteModeList().
◆ getCompleteRefTypeList()
Py::List AttachEnginePy::getCompleteRefTypeList | ( | void | ) | const |
getter for the CompleteRefTypeList attribute
References getAttachEnginePtr(), Attacher::AttachEngine::getRefTypeName(), and Attacher::rtDummy_numberOfShapeTypes.
Referenced by staticCallback_getCompleteRefTypeList().
◆ getCustomAttributes()
PyObject * AttachEnginePy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getImplementedModes()
Py::List AttachEnginePy::getImplementedModes | ( | void | ) | const |
getter for the ImplementedModes attribute
References getAttachEnginePtr(), Attacher::AttachEngine::getModeName(), Attacher::mmDummy_NumberOfModes, and Attacher::AttachEngine::modeRefTypes.
Referenced by staticCallback_getImplementedModes().
◆ getMode()
Py::String AttachEnginePy::getMode | ( | void | ) | const |
getter for the Mode attribute
References getAttachEnginePtr(), Attacher::AttachEngine::getModeName(), and Attacher::AttachEngine::mapMode.
Referenced by staticCallback_getMode().
◆ getModeInfo()
implementer for the getModeInfo() method
References Base::Console(), getAttachEnginePtr(), Attacher::AttachEngine::getModeByName(), Attacher::AttachEngine::getRefTypeName(), Base::BaseClassPy::getTypeId(), Attacher::AttachEngine::modeRefTypes, and Base::ConsoleSingleton::Warning().
Referenced by staticCallback_getModeInfo().
◆ getParameter()
Py::Float AttachEnginePy::getParameter | ( | void | ) | const |
getter for the Parameter attribute
References Attacher::AttachEngine::attachParameter, and getAttachEnginePtr().
Referenced by staticCallback_getParameter().
◆ getReferences()
Py::Object AttachEnginePy::getReferences | ( | void | ) | const |
getter for the References attribute
References getAttachEnginePtr(), App::PropertyLinkSubList::getPyObject(), Attacher::AttachEngine::references, and Attacher::AttachEngine::verifyReferencesAreSafe().
Referenced by staticCallback_getReferences().
◆ getRefTypeInfo()
implementer for the getRefTypeInfo() method
References Base::Console(), getAttachEnginePtr(), Attacher::AttachEngine::getRefTypeByName(), Attacher::AttachEngine::getTypeRank(), and Base::ConsoleSingleton::Warning().
Referenced by staticCallback_getRefTypeInfo().
◆ getRefTypeOfShape()
implementer for the getRefTypeOfShape() method
References Attacher::AttachEngine::getRefTypeName(), Attacher::AttachEngine::getShapeType(), and Part::TopoShapePy::Type.
Referenced by staticCallback_getRefTypeOfShape().
◆ getReverse()
Py::Boolean AttachEnginePy::getReverse | ( | void | ) | const |
getter for the Reverse attribute
References getAttachEnginePtr(), and Attacher::AttachEngine::mapReverse.
Referenced by staticCallback_getReverse().
◆ GetType()
|
virtual |
Reimplemented from Base::BaseClassPy.
◆ isFittingRefType()
implementer for the isFittingRefType() method
References Attacher::AttachEngine::getRefTypeByName(), and Attacher::AttachEngine::isShapeOfType().
Referenced by staticCallback_isFittingRefType().
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Base::BaseClassPy.
References Base::BaseExceptionFreeCADError, Attacher::AttachEngine::copy(), Base::Type::createInstanceByName(), Base::Type::fromName(), getAttachEnginePtr(), Base::BaseClass::getClassTypeId(), PyType_Object::o, and Type.
◆ PyMake()
References AttachEnginePy().
◆ readParametersFromFeature()
implementer for the readParametersFromFeature() method
References Part::AttachExtension::AttachmentOffset, getAttachEnginePtr(), App::DocumentObjectPy::getDocumentObjectPtr(), App::ExtensionContainer::getExtensionByType(), App::PropertyEnumeration::getValue(), App::PropertyPlacement::getValue(), App::PropertyFloat::getValue(), App::PropertyBool::getValue(), App::ExtensionContainer::hasExtension(), Part::AttachExtension::MapMode, Part::AttachExtension::MapPathParameter, Part::AttachExtension::MapReversed, Attacher::AttachEngine::setUp(), Part::AttachExtension::Support, and App::DocumentObjectPy::Type.
Referenced by staticCallback_readParametersFromFeature().
◆ representation()
std::string AttachEnginePy::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().
◆ setAttachmentOffset()
void AttachEnginePy::setAttachmentOffset | ( | Py::Object | arg | ) |
setter for the AttachmentOffset attribute
References Attacher::AttachEngine::attachmentOffset, getAttachEnginePtr(), Base::PlacementPy::getPlacementPtr(), and Base::PlacementPy::Type.
Referenced by staticCallback_setAttachmentOffset().
◆ setCustomAttributes()
int AttachEnginePy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ setMode()
void AttachEnginePy::setMode | ( | Py::String | arg | ) |
setter for the Mode attribute
References getAttachEnginePtr(), Attacher::AttachEngine::getModeByName(), and Attacher::AttachEngine::mapMode.
Referenced by staticCallback_setMode().
◆ setParameter()
void AttachEnginePy::setParameter | ( | Py::Float | arg | ) |
setter for the Parameter attribute
References Attacher::AttachEngine::attachParameter, and getAttachEnginePtr().
Referenced by staticCallback_setParameter().
◆ setReferences()
void AttachEnginePy::setReferences | ( | Py::Object | arg | ) |
setter for the References attribute
References getAttachEnginePtr(), Attacher::AttachEngine::references, and App::PropertyLinkSubList::setPyObject().
Referenced by staticCallback_setReferences().
◆ setReverse()
void AttachEnginePy::setReverse | ( | Py::Boolean | arg | ) |
setter for the Reverse attribute
References getAttachEnginePtr(), and Attacher::AttachEngine::mapReverse.
Referenced by staticCallback_setReverse().
◆ staticCallback_calculateAttachedPlacement()
|
static |
callback for the calculateAttachedPlacement() method
References Base::BaseExceptionFreeCADError, calculateAttachedPlacement(), Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_copy()
callback for the copy() method
References Base::BaseExceptionFreeCADError, Base::Console(), copy(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_downgradeRefType()
◆ staticCallback_getAttacherType()
|
static |
getter callback for the AttacherType attribute
References Base::BaseExceptionFreeCADError, getAttacherType(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getAttachmentOffset()
|
static |
getter callback for the AttachmentOffset attribute
References Base::BaseExceptionFreeCADError, getAttachmentOffset(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getCompleteModeList()
|
static |
getter callback for the CompleteModeList attribute
References Base::BaseExceptionFreeCADError, getCompleteModeList(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getCompleteRefTypeList()
|
static |
getter callback for the CompleteRefTypeList attribute
References Base::BaseExceptionFreeCADError, getCompleteRefTypeList(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getImplementedModes()
|
static |
getter callback for the ImplementedModes attribute
References Base::BaseExceptionFreeCADError, getImplementedModes(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getMode()
getter callback for the Mode attribute
References Base::BaseExceptionFreeCADError, getMode(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getModeInfo()
◆ staticCallback_getParameter()
getter callback for the Parameter attribute
References Base::BaseExceptionFreeCADError, getParameter(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getReferences()
getter callback for the References attribute
References Base::BaseExceptionFreeCADError, getReferences(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_getRefTypeInfo()
◆ staticCallback_getRefTypeOfShape()
◆ staticCallback_getReverse()
getter callback for the Reverse attribute
References Base::BaseExceptionFreeCADError, getReverse(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_isFittingRefType()
◆ staticCallback_readParametersFromFeature()
|
static |
callback for the readParametersFromFeature() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), readParametersFromFeature(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setAttacherType()
|
static |
setter callback for the AttacherType attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setAttachmentOffset()
|
static |
setter callback for the AttachmentOffset attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setAttachmentOffset().
◆ staticCallback_setCompleteModeList()
|
static |
setter callback for the CompleteModeList attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setCompleteRefTypeList()
|
static |
setter callback for the CompleteRefTypeList attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setImplementedModes()
|
static |
setter callback for the ImplementedModes attribute
References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().
◆ staticCallback_setMode()
|
static |
setter callback for the Mode attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setMode().
◆ staticCallback_setParameter()
|
static |
setter callback for the Parameter attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setParameter().
◆ staticCallback_setReferences()
|
static |
setter callback for the References attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setReferences().
◆ staticCallback_setReverse()
|
static |
setter callback for the Reverse attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), and setReverse().
◆ staticCallback_suggestModes()
◆ staticCallback_writeParametersToFeature()
|
static |
callback for the writeParametersToFeature() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::PyObjectBase(), Base::PyObjectBase::startNotify(), and writeParametersToFeature().
◆ suggestModes()
implementer for the suggestModes() method
References Attacher::SuggestResult::allApplicableModes, Attacher::SuggestResult::bestFitMode, Attacher::SuggestResult::error, getAttachEnginePtr(), Attacher::AttachEngine::getModeName(), Attacher::AttachEngine::getRefTypeName(), Attacher::SuggestResult::message, Attacher::SuggestResult::nextRefTypeHint, Attacher::SuggestResult::reachableModes, Attacher::SuggestResult::references_Types, Attacher::SuggestResult::srIncompatibleGeometry, Attacher::SuggestResult::srLinkBroken, Attacher::SuggestResult::srNoModesFit, Attacher::SuggestResult::srOK, Attacher::SuggestResult::srUnexpectedError, Attacher::AttachEngine::suggestMapModes(), and Base::Exception::what().
Referenced by staticCallback_suggestModes().
◆ writeParametersToFeature()
implementer for the writeParametersToFeature() method
References Part::AttachExtension::AttachmentOffset, getAttachEnginePtr(), App::DocumentObjectPy::getDocumentObjectPtr(), App::ExtensionContainer::getExtensionByType(), App::ExtensionContainer::hasExtension(), Part::AttachExtension::MapMode, Part::AttachExtension::MapPathParameter, Part::AttachExtension::MapReversed, App::PropertyLinkSubList::Paste(), App::PropertyEnumeration::setValue(), App::PropertyPlacement::setValue(), App::PropertyFloat::setValue(), App::PropertyBool::setValue(), Part::AttachExtension::Support, App::DocumentObjectPy::Type, and Attacher::AttachEngine::verifyReferencesAreSafe().
Referenced by staticCallback_writeParametersToFeature().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of AttachEnginePy.
◆ Methods
|
static |
Methods structure of AttachEnginePy.
◆ Type
|
static |
The documentation for this class was generated from the following files:
- build/webdoc/src/Mod/Part/App/AttachEnginePy.h
- src/Mod/Part/App/AttachEnginePyImp.cpp
- build/webdoc/src/Mod/Part/App/AttachEnginePy.cpp