Hexahedron that created with "Polyhedron" functionality breaks VTK viewer and "Aspect Ratio 3D"
double NumericalFunctor::GetValue( long theId )
{
+ myCurrElement = myMesh->FindElement( theId );
TSequenceOfXYZ P;
if ( GetPoints( theId, P ))
{
double AspectRatio3D::GetValue( const TSequenceOfXYZ& P )
{
double aQuality = 0.0;
+ if(myCurrElement->IsPoly()) return aQuality;
int nbNodes = P.size();
switch(nbNodes){
case 4:{
TSequenceOfXYZ& theRes);
protected:
const SMDS_Mesh* myMesh;
+ const SMDS_MeshElement* myCurrElement;
long myPrecision;
};