fill the multiRotatingAxis

This commit is contained in:
wanqing0421
2025-03-16 15:15:49 +08:00
parent 797334af87
commit 71057e9575
3 changed files with 11 additions and 11 deletions

View File

@ -117,12 +117,12 @@ bool pFlow::multiRotatingAxis::write
dictionary& dict
) const
{
if( !rotatingAxis::write(dict) ) return false;
// if( !rotatingAxis::write(dict) ) return false;
if(parentAxisIndex_ == 0)
{
dict.add("rotationAxis", "none");
}
// if(parentAxisIndex_ == -1)
// {
// dict.add("rotationAxis", "none");
// }
// else
// {
// word rotAxis;