I did this in the end of the file:LVDH wrote:Well it should. Maybe this is the first step in understanding why this is failing.rjsa wrote: On the question about adding an extra cutting plane: How can I do it? Just adding a code block to system/cuttingPlanes didn't do the trick.
Code: Select all
zNormal_001
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 0.0312);
normalVector ( 0 0 1);
}
interpolate true;
}
zNormal_002
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 0.1248);
normalVector ( 0 0 1);
}
interpolate true;
}
zNormal_003
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 0.2996);
normalVector ( 0 0 1);
}
interpolate true;
}
zNormal_004
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 0.4744);
normalVector ( 0 0 1);
}
interpolate true;
}
zNormal_004
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 0.6492);
normalVector ( 0 0 1);
}
interpolate true;
}
zNormal_006
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 0.824);
normalVector ( 0 0 1);
}
interpolate true;
}
zNormal_007
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 0.9988);
normalVector ( 0 0 1);
}
interpolate true;
}
zNormal_008
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint ( 0 0 1.1736);
normalVector ( 0 0 1);
}
interpolate true;
}
);
PP didn't run the Z images and nothing after that. Got no pressure colored surfaces.
It was in another case, not the one I submitted. Using the original cutting planes it finished alright.
Ohhh I just seen I screwed it.... 004 repeated.