General

General

How can I find out the details of all mesh transforms that were performed in CFX-Pre?

    • FAQFAQ
      Participant

      From the command line issue the following command: cfx5dfile -read-pre-state name.cfx > name.cst A text file named named.cst will be created. Edit this text file by a text editor and search for string TRANSFORM: A syntax similar to the example below will disclose all mesh-transform operations that were performed in CFX-Pre TRANSFORM: Transform1 Target Location = BODY1,BODY4 Transform Action = >gtmTransform BODY1,BODY4 MESH TRANSFORMATION: Delete Reflected = false Glue Reflected = On Glue Strategy = All Normal = 0 , 0 , 0 Option = Reflection Point = 0 , 0 , 0 Point 1 = 0 , 0 , 0 Point 2 = 0 , 0 , 0 Point 3 = 0 , 0 , 0 Preserve Assembly Name Strategy = Existing And Intermediate Reference Coord Frame = Coord 0 Reflection Method = Copy (Keep Original) Reflection Option = XY Plane Target Location = BODY1,BODY4 Transform Targets Independently = Off Transformation Units = m Use Coord Frame = Off X Pos = 0.0 Y Pos = 0.0 Z Pos = 0.0 END END