Attacher Namespace Reference
Attacher.h, Attacher.cpp contain the functionality of deriving placement from a set of geometric subelements. More...
Classes | |
class | AttachEngine |
The AttachEngine class is the placement calculation routine, modes, hints and so on. More... | |
class | AttachEngine3D |
class | AttachEngineLine |
class | AttachEnginePlane |
class | AttachEnginePoint |
class | AttachEnginePy |
The python export class for AttachEngine. More... | |
class | ExceptionCancel |
struct | SuggestResult |
The SuggestResult struct is a container for output information of AttachEngine mode suggesting routine. More... | |
Typedefs | |
typedef std::vector< eRefType > | refTypeString |
typedef std::vector< refTypeString > | refTypeStringList |
Detailed Description
Attacher.h, Attacher.cpp contain the functionality of deriving placement from a set of geometric subelements.
Examples are: sketch attachment, datum plane placement.
Typedef Documentation
◆ refTypeString
typedef std::vector<eRefType> Attacher::refTypeString |
◆ refTypeStringList
typedef std::vector<refTypeString> Attacher::refTypeStringList |
Enumeration Type Documentation
◆ eMapMode
enum Attacher::eMapMode |
◆ eRefType
enum Attacher::eRefType |
The eRefType enum lists the types of references.
If adding one, see also AttachEngine::eRefTypeStrings, AttachEngine::getShapeType(), AttachEngine::downgradeType(), AttacherTexts.cpp/getShTypeText()