|
GeomBoundedCurve () | |
|
virtual Base::Vector3d getEndPoint () const | |
|
virtual Base::Vector3d getStartPoint () const | |
|
virtual ~GeomBoundedCurve () | |
|
bool closestParameter (const Base::Vector3d &point, double &u) const | |
|
bool closestParameterToBasisCurve (const Base::Vector3d &point, double &u) const | |
|
double curvatureAt (double u) const | |
|
Base::Vector3d firstDerivativeAtParameter (double u) const | |
|
GeomCurve () | |
|
double getFirstParameter () const | |
|
double getLastParameter () const | |
|
bool intersect (GeomCurve *c, std::vector< std::pair< Base::Vector3d, Base::Vector3d >> &points, double tol=Precision::Confusion()) const | |
|
double length (double u, double v) const | |
|
bool normalAt (double u, Base::Vector3d &dir) const | |
|
Base::Vector3d pointAtParameter (double u) const | |
|
void reverse (void) | |
|
Base::Vector3d secondDerivativeAtParameter (double u) const | |
|
bool tangent (double u, Base::Vector3d &dir) const | |
|
bool tangent (double u, gp_Dir &) const | |
|
GeomBSplineCurve * toBSpline (double first, double last) const | |
| toBSpline Converts the curve to a B-spline More...
|
|
virtual GeomBSplineCurve * toNurbs (double first, double last) const | |
|
TopoDS_Shape toShape () const | |
|
virtual ~GeomCurve () | |
|
Geometry * clone (void) const | |
| returns a cloned object. More...
|
|
virtual Geometry * copy (void) const =0 | |
| returns a copy of this object having a new randomly generated tag. More...
|
|
void deleteExtension (Base::Type type) | |
|
void deleteExtension (std::string name) | |
|
const std::weak_ptr< GeometryExtension > getExtension (Base::Type type) const | |
|
const std::weak_ptr< GeometryExtension > getExtension (std::string name) const | |
|
const std::vector< std::weak_ptr< GeometryExtension > > getExtensions () const | |
|
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...
|
|
boost::uuids::uuid getTag () const | |
| returns the tag of the geometry object More...
|
|
virtual const Handle (Geom_Geometry) &handle() const =0 | |
|
bool hasExtension (Base::Type type) const | |
|
bool hasExtension (std::string name) const | |
|
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...
|
|
void setExtension (std::unique_ptr< GeometryExtension > &&geo) | |
|
virtual ~Geometry () | |
|
void dumpToStream (std::ostream &stream, int compression) | |
|
virtual Base::Type getTypeId (void) const | |
|
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 SaveDocFile (Writer &) const | |
| This method is used to save large amounts of data to a binary file. More...
|
|
BaseClass () | |
| Construction. More...
|
|
virtual PyObject * getPyObject (void) | |
| This method returns the Python wrapper for a C++ object. More...
|
|
bool isDerivedFrom (const Type type) const | |
|
virtual void setPyObject (PyObject *) | |
|
virtual ~BaseClass () | |
| Destruction. More...
|
|