NXOpen.UF.Sf.CreateFemWithGeomOpts

Sf.CreateFemWithGeomOpts()

Refer to UF_SF_create_fem_with_geom_opts for documentation.

Signature: CreateFemWithGeomOpts(femName, cadPartTag, idealizedPartName, useAllBodiesFlag, numBodies, bodyTags, solverName, analysisTypeName, numDescLines, description, geomOptions)

Parameters:
  • femName (str) – Name of FEM part file to create.
  • cadPartTag (Tag) – Tag of the CAD part to associate the FEM to. Pass NULL_TAG to create a stand-alone FEM part
  • idealizedPartName (str) – Name of the Idealized part. Pass NULL for no Idealized part
  • useAllBodiesFlag (bool) – Flag indicating whether to use all bodies or not
  • numBodies (int) – Number of bodies to use in creating the FEM Valid only when use_all_bodies_flag == true
  • bodyTags (Tag) – List of body tags to use in creating the FEM Valid only when use_all_bodies_flag == true
  • solverName (str) – The name of the solver. Available solvers are: “NX NASTRAN”, “MSC NASTRAN”, “ANSYS”, “ABAQUS”, “NX THERMAL / FLOW” “NX NASTRAN DESIGN”
  • analysisTypeName (str) – The name of the analysis type. Available analysis types are: For “NX NASTRAN”, “MSC NASTRAN”, “ANSYS” & “ABAQUS”: “Structural”, “Thermal”, “Axisymmetric Structural”, “Axisymmetric Thermal” For “NX THERMAL / FLOW”: “Thermal” “Flow” “Coupled Thermal-Flow” For “NX NASTRAN DESIGN”: “Structural”, “Thermal”
  • numDescLines (int) – Number of lines in the FEM description.
  • description (list of str) – Description of this FEM part.
  • geomOptions (NXOpen.UF.Sf.GeomOptions Refer to UF_SF_geom_options_s for documentation.) – Geometry options
Returns:

Tag of created FEM part file.

Return type:

Tag

License requirements: None