#include <Geometry.h>
Public Member Functions | |
AOE (const TopoDS_Edge &e) | |
~AOE ()=default | |
Public Member Functions inherited from TechDraw::Ellipse | |
Ellipse (Base::Vector3d c, double mnr, double mjr) | |
Ellipse (const TopoDS_Edge &e) | |
virtual | ~Ellipse ()=default |
Public Member Functions inherited from TechDraw::BaseGeom | |
BaseGeom () | |
bool | closed (void) |
BaseGeomPtr | copy () |
std::string | dump () |
std::vector< Base::Vector3d > | findEndPoints () |
std::string | getCosmeticTag (void) |
Base::Vector3d | getEndPoint () |
Base::Vector3d | getMidPoint () |
std::vector< Base::Vector3d > | getQuads () |
Base::Vector3d | getStartPoint () |
boost::uuids::uuid | getTag () const |
virtual std::string | getTagAsString (void) const |
std::vector< Base::Vector3d > | intersection (TechDraw::BaseGeomPtr geom2) |
double | minDist (Base::Vector3d p) |
Base::Vector3d | nearPoint (Base::Vector3d p) |
Base::Vector3d | nearPoint (const BaseGeomPtr p) |
find point on me nearest to p More... | |
virtual void | Restore (Base::XMLReader &r) |
virtual void | Save (Base::Writer &w) const |
void | setCosmeticTag (std::string t) |
void | source (int s) |
int | source (void) |
void | sourceIndex (int si) |
int | sourceIndex (void) |
virtual std::string | toString (void) const |
virtual | ~BaseGeom ()=default |
Public Attributes | |
bool | cw |
Arc is drawn clockwise from startAngle to endAngle if true, counterclockwise if false. More... | |
double | endAngle |
Angle in radian. More... | |
Base::Vector3d | endPnt |
bool | largeArc |
Base::Vector3d | midPnt |
double | startAngle |
Angle in radian. More... | |
Base::Vector3d | startPnt |
Public Attributes inherited from TechDraw::Ellipse | |
double | angle |
Angle between the major axis of the ellipse and the X axis, in radian. More... | |
Base::Vector3d | center |
double | major |
double | minor |
Public Attributes inherited from TechDraw::BaseGeom | |
edgeClass | classOfEdge |
bool | cosmetic |
ExtractionType | extractType |
GeomType | geomType |
bool | hlrVisible |
TopoDS_Edge | occEdge |
int | ref3D |
bool | reversed |
Additional Inherited Members | |
Static Public Member Functions inherited from TechDraw::BaseGeom | |
static BaseGeomPtr | baseFactory (TopoDS_Edge edge) |
Convert 1 OCC edge into 1 BaseGeom (static factory method) More... | |
static bool | validateEdge (TopoDS_Edge edge) |
Protected Member Functions inherited from TechDraw::BaseGeom | |
void | createNewTag () |
Protected Attributes inherited from TechDraw::BaseGeom | |
std::string | cosmeticTag |
int | m_source |
int | m_sourceIndex |
boost::uuids::uuid | tag |
AOE::AOE | ( | const TopoDS_Edge & | e | ) |
|
default |
bool TechDraw::AOE::cw |
Arc is drawn clockwise from startAngle to endAngle if true, counterclockwise if false.
Referenced by AOE().
double TechDraw::AOE::endAngle |
Angle in radian.
Referenced by AOE().
Base::Vector3d TechDraw::AOE::endPnt |
Referenced by AOE().
Base::Vector3d TechDraw::AOE::midPnt |
Referenced by AOE().
double TechDraw::AOE::startAngle |
Angle in radian.
Referenced by AOE().
Base::Vector3d TechDraw::AOE::startPnt |
Referenced by AOE().