Include :
- in EGkSurfTriMesh aggiunte le funzioni per il calcolo dei Box delle Parts
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user