mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
fill the multiRotatingAxis
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user