|
| | GeomCylinder () |
| |
| | GeomCylinder (const Handle(Geom_CylindricalSurface)&) |
| |
| virtual | ~GeomCylinder () |
| |
| virtual Geometry * | copy (void) const |
| |
| virtual void | save (Base::AbstractWriter &, Base::PersistenceVersion &) override |
| | This method is used to save properties or very small amounts of data to an XML document. More...
|
| |
| virtual void | restore (Base::AbstractXMLReader &, Base::PersistenceVersion &) override |
| | This method is used to restore properties from an XML document. More...
|
| |
| void | setHandle (const Handle(Geom_CylindricalSurface)&) |
| |
| const | Handle (Geom_Geometry) &handle() const |
| |
| | GeomSurface () |
| |
| virtual | ~GeomSurface () |
| |
| TopoDS_Shape | toShape () const |
| |
| bool | tangentU (double u, double v, gp_Dir &dirU) const |
| |
| bool | tangentV (double u, double v, gp_Dir &dirV) const |
| |
| bool | normal (double u, double v, gp_Dir &dir) const |
| |
| bool | isUmbillic (double u, double v) const |
| |
| double | curvature (double u, double v, Curvature) const |
| |
| void | curvatureDirections (double u, double v, gp_Dir &maxD, gp_Dir &minD) const |
| |
| virtual | ~Geometry () |
| |
| Geometry * | clone (void) const |
| |
| boost::uuids::uuid | getTag () const |
| | returns the tag of the geometry object More...
|
| |
| std::vector< std::weak_ptr< const GeometryExtension > > | getExtensions () const |
| |
| bool | hasExtension (Base::Type type) const |
| |
| bool | hasExtension (std::string name) const |
| |
| std::weak_ptr< const GeometryExtension > | getExtension (Base::Type type) const |
| |
| std::weak_ptr< const GeometryExtension > | getExtension (std::string name) const |
| |
| std::weak_ptr< GeometryExtension > | getExtension (Base::Type type) |
| |
| std::weak_ptr< GeometryExtension > | getExtension (std::string name) |
| |
| void | setExtension (std::unique_ptr< GeometryExtension > &&geo) |
| |
| void | deleteExtension (Base::Type type) |
| |
| void | deleteExtension (std::string name) |
| |
| void | mirror (const Base::Vector3d &point) |
| |
| void | mirror (const Base::Vector3d &point, const Base::Vector3d &dir) |
| |
| void | rotate (const Base::Placement &plm) |
| |
| void | scale (const Base::Vector3d &vec, double scale) |
| |
| void | transform (const Base::Matrix4D &mat) |
| |
| void | translate (const Base::Vector3d &vec) |
| |
| virtual void | saveDocFile (Base::AbstractWriter &, const Base::String &, const Base::String &) |
| | This method is used to save large amounts of data to a binary file. More...
|
| |
| virtual void | restoreDocFile (Base::Reader &, const Base::String &) |
| | This method is used to restore large amounts of data from a binary file. More...
|
| |
| virtual bool | mustbeSaved () const |
| | Return 'true' if this object must always be saved in the file. More...
|
| |
| virtual bool | createSQL (Base::AbstractWriter &, Base::PersistenceVersion &, bool) |
| | This method is used to save properties or very small amounts of data to an XML document. More...
|
| |
| virtual Type | getTypeId (void) const |
| |
| template<typename T > |
| bool | isDerivedFrom () const |
| |
| bool | isDerivedFrom (const Type type) const |
| |
| void * | operator new (size_t size) |
| |
| void | operator delete (void *p) |
| |
| BaseClass * | operator-> () |
| |
| BaseClass * | operator-> () const |
| |
| | BaseClass ()=default |
| | Construction. More...
|
| |
| virtual | ~BaseClass () |
| | Destruction. More...
|
| |