EgtGeomKernel 1.9d2 :
- aggiunta a CurveComposite la possibilità di definire punto iniziale per poi usare AddLine e AddArc - rinominato POCRVVECTOR in ICURVEPOVECTOR per uniformità di nomenclatura.
This commit is contained in:
+1
-1
@@ -1398,7 +1398,7 @@ VolZmap::GetPartVolume( int nPart, double& dVol) const
|
||||
// standard vector vLoop passato per riferimento.
|
||||
// Se il processo va a buon fine viene restituito true, false altrimenti.
|
||||
bool
|
||||
VolZmap::GetPlaneIntersection( const Plane3d& plPlane, POCRVVECTOR& vpLoop) const
|
||||
VolZmap::GetPlaneIntersection( const Plane3d& plPlane, ICURVEPOVECTOR& vpLoop) const
|
||||
{
|
||||
// Verifico validità parametri
|
||||
if ( ! plPlane.IsValid())
|
||||
|
||||
Reference in New Issue
Block a user