Include :
- aggiornamento interfaccia ISurfTriMesh per aggiunta GetFacetArea.
This commit is contained in:
@@ -75,6 +75,7 @@ class __declspec( novtable) ISurfTriMesh : public ISurf
|
||||
virtual bool GetFacetNearestMidPoint( int nF, const Point3d& ptNear, Point3d& ptMid, Vector3d& vtN) const = 0 ;
|
||||
virtual bool GetFacetCenter( int nF, Point3d& ptCen, Vector3d& vtN) const = 0 ;
|
||||
virtual bool GetFacetNormal( int nF, Vector3d& vtN) const = 0 ;
|
||||
virtual bool GetFacetArea( int nF, double& dArea) const = 0 ;
|
||||
virtual ISurfTriMesh* CloneFacet( int nF) const = 0 ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user