Model.convertcord3rtocord1r#

Model.convertcord3rtocord1r()#

Converts CORD3R system to CORD1R system in OptiStruct. The function gets executed internally when changing the solver interface from OptiStruct to Nastran as Nastran does not have CORD3R systems.

Example#

Convert CORD3R systems to CORD1R systems#
import hm
import hm.entities as ent

model = hm.Model()

model.convertcord3rtocord1r()