Include :

- in EGkSurfTriMesh aggiunte le funzioni per il calcolo dei Box delle Parts
This commit is contained in:
Riccardo Elitropi
2025-07-02 11:45:26 +02:00
parent afa460495a
commit a8d98900e4
+2
View File
@@ -128,6 +128,8 @@ class __declspec( novtable) ISurfTriMesh : public ISurf
virtual bool GetShellArea( int nShell, double& dArea) const = 0 ;
virtual bool RemoveShell( int nShell) = 0 ;
virtual ISurfTriMesh* CloneShell( int nShell) const = 0 ;
virtual bool GetPartLocalBBox( int nP, BBox3d& b3Loc) const = 0 ;
virtual bool GetPartBBox( int nP, const Frame3d& frRef, BBox3d& b3Ref) const = 0 ;
virtual int GetPartCount( void) const = 0 ;
virtual bool GetPartArea( int nPart, double& dArea) const = 0 ;
virtual bool GetPartVolume( int nPart, double& dVolume) const = 0 ;