TechDraw::GeometryUtils Class Reference

Encapsulates some useful static methods. More...

#include <Geometry.h>

Classes

struct  ReturnType
 Used by nextGeom() More...
 

Static Public Member Functions

static std::vector< BaseGeom * > chainGeoms (std::vector< BaseGeom * > geoms)
 return a vector of BaseGeom*'s in tail to nose order More...
 
static TopoDS_Edge edgeFromCircle (TechDraw::Circle *c)
 
static TopoDS_Edge edgeFromCircleArc (TechDraw::AOC *c)
 
static TopoDS_Edge edgeFromGeneric (TechDraw::Generic *g)
 
static ReturnType nextGeom (Base::Vector3d atPoint, std::vector< TechDraw::BaseGeom * > geoms, std::vector< bool > used, double tolerance)
 Find an unused geom starts or ends at atPoint. More...
 

Detailed Description

Encapsulates some useful static methods.

Member Function Documentation

◆ chainGeoms()

BaseGeomPtrVector GeometryUtils::chainGeoms ( std::vector< BaseGeom * >  geoms)
static

◆ edgeFromCircle()

TopoDS_Edge GeometryUtils::edgeFromCircle ( TechDraw::Circle c)
static

◆ edgeFromCircleArc()

TopoDS_Edge GeometryUtils::edgeFromCircleArc ( TechDraw::AOC c)
static

◆ edgeFromGeneric()

◆ nextGeom()

GeometryUtils::ReturnType GeometryUtils::nextGeom ( Base::Vector3d  atPoint,
std::vector< TechDraw::BaseGeom * >  geoms,
std::vector< bool used,
double  tolerance 
)
static

Find an unused geom starts or ends at atPoint.

returns index[1:geoms.size()),reversed [true,false]

Referenced by chainGeoms().


The documentation for this class was generated from the following files:
  • src/Mod/TechDraw/App/Geometry.h
  • src/Mod/TechDraw/App/Geometry.cpp