#include <Cosmetic.h>
Public Types | |
enum | CLMODE { VERTICAL , HORIZONTAL , ALIGNED } |
enum | CLTYPE { FACE , EDGE , VERTEX } |
Public Member Functions | |
CenterLine () | |
CenterLine (Base::Vector3d p1, Base::Vector3d p2) | |
CenterLine (Base::Vector3d p1, Base::Vector3d p2, int m, double h, double v, double r, double x) | |
CenterLine (CenterLine *cl) | |
CenterLine (TechDraw::BaseGeomPtr bg) | |
CenterLine * | clone (void) const |
CenterLine * | copy (void) const |
void | dump (const char *title) |
double | getExtend (void) |
bool | getFlip (void) |
double | getHShift (void) |
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... | |
double | getRotate (void) |
boost::uuids::uuid | getTag () const |
virtual std::string | getTagAsString (void) const |
double | getVShift (void) |
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... | |
TechDraw::BaseGeomPtr | scaledGeometry (TechDraw::DrawViewPart *partFeat) |
void | setExtend (double e) |
void | setFlip (bool f) |
void | setRotate (double r) |
void | setShifts (double h, double v) |
std::string | toString (void) const |
virtual | ~CenterLine () |
Public Member Functions inherited from Base::Persistence | |
void | dumpToStream (std::ostream &stream, int compression) |
virtual unsigned int | getMemSize () const =0 |
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 Base::Type | getTypeId (void) const |
virtual void | Restore (XMLReader &)=0 |
This method is used to restore properties from an XML document. More... | |
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 | Save (Writer &) const =0 |
This method is used to save properties to an XML document. More... | |
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... | |
BaseClass (const BaseClass &)=default | |
virtual PyObject * | getPyObject () |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type | getTypeId () const |
bool | isDerivedFrom (const Type type) const |
BaseClass & | operator= (const BaseClass &)=default |
virtual void | setPyObject (PyObject *) |
virtual | ~BaseClass () |
Destruction. More... | |
Static Public Member Functions | |
static std::pair< Base::Vector3d, Base::Vector3d > | calcEndPoints (TechDraw::DrawViewPart *partFeat, std::vector< std::string > faceNames, int mode, double ext, double m_hShift, double m_vShift, double rotate) |
static std::pair< Base::Vector3d, Base::Vector3d > | calcEndPoints2Lines (TechDraw::DrawViewPart *partFeat, std::vector< std::string > faceNames, int vert, double ext, double m_hShift, double m_vShift, double rotate, bool flip) |
static std::pair< Base::Vector3d, Base::Vector3d > | calcEndPoints2Points (TechDraw::DrawViewPart *partFeat, std::vector< std::string > faceNames, int vert, double ext, double m_hShift, double m_vShift, double rotate, bool flip) |
static std::pair< Base::Vector3d, Base::Vector3d > | calcEndPointsNoRef (Base::Vector3d start, Base::Vector3d end, double scale, double ext, double hShift, double vShift, double rotate) |
static CenterLine * | CenterLineBuilder (TechDraw::DrawViewPart *partFeat, std::vector< std::string > subs, int mode=0, bool flip=false) |
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 () |
static Type | getClassTypeId () |
static void | init () |
Public Attributes | |
std::vector< std::string > | m_edges |
Base::Vector3d | m_end |
double | m_extendBy |
std::vector< std::string > | m_faces |
bool | m_flip2Line |
LineFormat | m_format |
TechDraw::BaseGeomPtr | m_geometry |
double | m_hShift |
int | m_mode |
double | m_rotate |
Base::Vector3d | m_start |
int | m_type |
std::vector< std::string > | m_verts |
double | m_vShift |
Protected Member Functions | |
void | assignTag (const TechDraw::CenterLine *cl) |
void | createNewTag () |
void | initialize () |
Protected Attributes | |
Py::Object | PythonObject |
boost::uuids::uuid | tag |
Additional Inherited Members | |
Static Protected Member Functions inherited from Base::BaseClass | |
static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) |
CenterLine::CenterLine | ( | void | ) |
Referenced by copy().
CenterLine::CenterLine | ( | TechDraw::CenterLine * | cl | ) |
References initialize(), m_end, m_extendBy, m_flip2Line, m_geometry, m_hShift, m_mode, m_rotate, m_start, m_type, and m_vShift.
CenterLine::CenterLine | ( | TechDraw::BaseGeomPtr | bg | ) |
References initialize(), m_end, m_extendBy, m_flip2Line, m_geometry, m_hShift, m_mode, m_rotate, m_start, m_type, and m_vShift.
CenterLine::CenterLine | ( | Base::Vector3d | p1, |
Base::Vector3d | p2 | ||
) |
CenterLine::CenterLine | ( | Base::Vector3d | p1, |
Base::Vector3d | p2, | ||
int | m, | ||
double | h, | ||
double | v, | ||
double | r, | ||
double | x | ||
) |
|
virtual |
|
protected |
References Base::Persistence::getTypeId(), and tag.
|
static |
References Base::Console(), Base::ConsoleSingleton::Error(), TechDraw::DrawUtil::fpCompare(), TechDraw::DrawViewPart::getFaceEdgesByIndex(), TechDraw::DrawUtil::getGeomTypeFromName(), TechDraw::DrawUtil::getIndexFromName(), TechDraw::DrawView::getScale(), Base::ConsoleSingleton::Message(), Base::Vector3< _Precision >::Normalize(), draftfunctions.rotate::rotate(), draftfunctions.scale::scale(), Base::ConsoleSingleton::Warning(), Base::Vector3< _Precision >::x, and Base::Vector3< _Precision >::y.
Referenced by CenterLineBuilder(), and scaledGeometry().
|
static |
References TechDraw::DrawUtil::circulation(), Base::Console(), TechDraw::DrawUtil::fpCompare(), TechDraw::DrawViewPart::getEdgeGeometry(), TechDraw::DrawViewPart::getGeomByIndex(), TechDraw::DrawUtil::getGeomTypeFromName(), TechDraw::DrawUtil::getIndexFromName(), TechDraw::DrawView::getScale(), Base::ConsoleSingleton::Message(), Base::Vector3< _Precision >::Normalize(), draftfunctions.rotate::rotate(), draftfunctions.scale::scale(), Base::ConsoleSingleton::Warning(), Base::Vector3< _Precision >::x, and Base::Vector3< _Precision >::y.
Referenced by CenterLineBuilder(), and scaledGeometry().
|
static |
References Base::Console(), TechDraw::DrawUtil::fpCompare(), TechDraw::DrawUtil::getGeomTypeFromName(), TechDraw::DrawUtil::getIndexFromName(), TechDraw::DrawViewPart::getProjVertexByIndex(), TechDraw::DrawView::getScale(), Base::Vector3< _Precision >::Length(), Base::Vector3< _Precision >::Normalize(), draftfunctions.rotate::rotate(), draftfunctions.scale::scale(), draftgeoutils.general::v1(), Base::ConsoleSingleton::Warning(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by CenterLineBuilder(), and scaledGeometry().
|
static |
|
static |
References calcEndPoints(), calcEndPoints2Lines(), calcEndPoints2Points(), Base::Console(), TechDraw::DrawUtil::formatVector(), draftgeoutils.general::geomType(), TechDraw::DrawUtil::getGeomTypeFromName(), m_edges, m_faces, m_flip2Line, m_mode, m_type, m_verts, and Base::ConsoleSingleton::Warning().
CenterLine * CenterLine::clone | ( | void | ) | const |
Referenced by ArchPanel.CommandPanelSheet::Activated(), ArchStructure.CommandStructuralSystem::Activated(), ArchComponent.Component::execute(), ArchCurtainWall.CurtainWall::execute(), ArchTruss.Truss::execute(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction::integrated(), and PathTests.TestPathHelix.TestPathHelix::test04().
CenterLine * CenterLine::copy | ( | void | ) | const |
References CenterLine(), m_edges, m_end, m_extendBy, m_faces, m_flip2Line, m_format, m_geometry, m_hShift, m_mode, m_rotate, m_start, m_type, m_verts, and m_vShift.
Referenced by clone().
|
protected |
References tag.
Referenced by initialize().
void CenterLine::dump | ( | const char * | title | ) |
References Base::Console(), Base::ConsoleSingleton::Message(), and toString().
double CenterLine::getExtend | ( | void | ) |
References m_extendBy.
bool CenterLine::getFlip | ( | void | ) |
References m_flip2Line.
double CenterLine::getHShift | ( | void | ) |
References m_hShift.
|
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?
Implements Base::Persistence.
|
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 PythonObject.
double CenterLine::getRotate | ( | void | ) |
References m_rotate.
boost::uuids::uuid CenterLine::getTag | ( | ) | const |
References tag.
Referenced by getTagAsString().
|
virtual |
References getTag().
Referenced by TechDraw::CosmeticExtension::addCenterLine(), initialize(), and scaledGeometry().
double CenterLine::getVShift | ( | void | ) |
References m_vShift.
|
protected |
References TechDraw::CENTERLINE, createNewTag(), TechDraw::ecHARD, getTagAsString(), and m_geometry.
Referenced by CenterLine().
|
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:
Implements Base::Persistence.
References Base::Console(), TechDraw::GeometryUtils::edgeFromCircle(), TechDraw::GeometryUtils::edgeFromCircleArc(), TechDraw::GeometryUtils::edgeFromGeneric(), App::Color::fromHexString(), Base::XMLReader::getAttribute(), Base::XMLReader::getAttributeAsFloat(), Base::XMLReader::getAttributeAsInteger(), TechDraw::LineFormat::m_color, m_edges, m_end, m_extendBy, m_faces, m_flip2Line, m_format, m_geometry, m_hShift, m_mode, m_rotate, m_start, TechDraw::LineFormat::m_style, m_type, m_verts, TechDraw::LineFormat::m_visible, m_vShift, TechDraw::LineFormat::m_weight, Base::XMLReader::readElement(), Base::XMLReader::readEndElement(), TechDraw::CosmeticVertex::restoreCosmetic(), Base::ConsoleSingleton::Warning(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by TechDraw::PropertyCenterLineList::Restore().
|
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:
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.
Implements Base::Persistence.
References App::Color::asHexString(), Base::Console(), Base::Writer::decInd(), Base::ConsoleSingleton::Error(), Base::Writer::incInd(), Base::Writer::ind(), TechDraw::LineFormat::m_color, m_edges, m_end, m_extendBy, m_faces, m_flip2Line, m_format, m_geometry, m_hShift, m_mode, m_rotate, m_start, TechDraw::LineFormat::m_style, m_type, m_verts, TechDraw::LineFormat::m_visible, m_vShift, TechDraw::LineFormat::m_weight, Base::ConsoleSingleton::Message(), Base::Writer::Stream(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
TechDraw::BaseGeomPtr CenterLine::scaledGeometry | ( | TechDraw::DrawViewPart * | partFeat | ) |
References TechDraw::BaseGeom::baseFactory(), calcEndPoints(), calcEndPoints2Lines(), calcEndPoints2Points(), calcEndPointsNoRef(), TechDraw::CENTERLINE, Base::Console(), TechDraw::ecHARD, Base::ConsoleSingleton::Error(), TechDraw::DrawView::getScale(), getTagAsString(), Base::Vector3< _Precision >::IsEqual(), m_edges, m_end, m_extendBy, m_faces, m_flip2Line, m_geometry, m_hShift, m_mode, m_rotate, m_start, m_type, m_verts, m_vShift, TechDraw::scaleShape(), Base::ConsoleSingleton::Warning(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by TechDraw::DrawViewPart::add1CLToGE().
void CenterLine::setExtend | ( | double | e | ) |
References m_extendBy.
Referenced by TechDrawGui::TaskCenterLine::createCenterLine().
void CenterLine::setFlip | ( | bool | f | ) |
References m_flip2Line.
void CenterLine::setRotate | ( | double | r | ) |
References m_rotate.
Referenced by TechDrawGui::TaskCenterLine::createCenterLine().
void CenterLine::setShifts | ( | double | h, |
double | v | ||
) |
References m_hShift, and m_vShift.
Referenced by TechDrawGui::TaskCenterLine::createCenterLine().
std::string CenterLine::toString | ( | void | ) | const |
References m_end, m_extendBy, m_faces, m_flip2Line, m_format, m_hShift, m_mode, m_rotate, m_start, m_type, m_vShift, TechDraw::LineFormat::toString(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by dump().
std::vector<std::string> TechDraw::CenterLine::m_edges |
Referenced by CenterLineBuilder(), copy(), Restore(), Save(), and scaledGeometry().
Base::Vector3d TechDraw::CenterLine::m_end |
Referenced by CenterLine(), copy(), Restore(), Save(), scaledGeometry(), and toString().
double TechDraw::CenterLine::m_extendBy |
std::vector<std::string> TechDraw::CenterLine::m_faces |
Referenced by CenterLineBuilder(), copy(), Restore(), Save(), scaledGeometry(), and toString().
bool TechDraw::CenterLine::m_flip2Line |
LineFormat TechDraw::CenterLine::m_format |
Referenced by TechDrawGui::TaskLineDecor::applyDecorations(), copy(), TechDrawGui::TaskCenterLine::createCenterLine(), TechDrawGui::QGIViewPart::formatGeomFromCenterLine(), TechDrawGui::TaskLineDecor::getDefaults(), TechDrawGui::TaskCenterLine::reject(), Restore(), Save(), TechDrawGui::TaskCenterLine::setUiEdit(), and toString().
TechDraw::BaseGeomPtr TechDraw::CenterLine::m_geometry |
Referenced by CenterLine(), copy(), initialize(), Restore(), Save(), and scaledGeometry().
double TechDraw::CenterLine::m_hShift |
int TechDraw::CenterLine::m_mode |
double TechDraw::CenterLine::m_rotate |
Base::Vector3d TechDraw::CenterLine::m_start |
Referenced by CenterLine(), copy(), Restore(), Save(), scaledGeometry(), and toString().
int TechDraw::CenterLine::m_type |
std::vector<std::string> TechDraw::CenterLine::m_verts |
Referenced by CenterLineBuilder(), copy(), Restore(), Save(), and scaledGeometry().
double TechDraw::CenterLine::m_vShift |
|
protected |
Referenced by getPyObject().
|
protected |
Referenced by PathScripts.PathDressupHoldingTags.MapWireToTag::add(), assignTag(), PathScripts.PathDressupHoldingTags.MapWireToTag::cleanupEdges(), clone(), PathScripts.PathDressupHoldingTags.MapWireToTag::commandsForEdges(), createNewTag(), Dice3DS.dom3ds.ChunkBase::document_html(), Dice3DS.dom3ds.ChunkBase::dump_header(), getTag(), ArchPanel.PanelCut::getWires(), PathScripts.PathDressupHoldingTags.MapWireToTag::shell(), and FreeCADInit.FCADLogger::trace().