Add the SpecialShapes package to GeoModelIO
1 unresolved thread
1 unresolved thread
Add the GeoSpecialShapes package to GeoModelIO
Merge request reports
Activity
Many thanks for polishing and for the MR, @mbandier. Also, thanks for updating the CI setup.
The CI pipeline is OK, so I think we can merge those changes back into master.
Best, — Riccardo.
mentioned in commit e9f8cce7
51 57 52 58 int adj_fan_number = fan_number; 53 59 if(adj_fan_number < lwc()->m_FirstFan) { 54 p.rotateZ((adj_fan_number - lwc()->m_FirstFan) * lwc()->m_FanStepOnPhi); 60 //p.rotateZ((adj_fan_number - lwc()->m_FirstFan) * lwc()->m_FanStepOnPhi); 61 p = GeoTrf::RotateZ3D((adj_fan_number - lwc()->m_FirstFan) * lwc()->m_FanStepOnPhi)*p; 62 //p.RotateZ3D((adj_fan_number - lwc()->m_FirstFan) * lwc()->m_FanStepOnPhi); 63 p = GeoTrf::RotateZ3D((adj_fan_number - lwc()->m_FirstFan) * lwc()->m_FanStepOnPhi)*p;
Please register or sign in to reply