NXOpen.UF.Sf.CreateSimulation

Sf.CreateSimulation()

Refer to UF_SF_create_simulation for documentation.

Signature: CreateSimulation(simulationName, femTag, numDescLines, description)

Parameters:
  • simulationName (str) – Name of Simulation part file to create.
  • femTag (Tag) – Tag of the FEM part to create the Simulation on.
  • numDescLines (int) – Number of lines in the Simulation description.
  • description (list of str) – Description of this Simulation part.
Returns:

Tag of created Simulation part file.

Return type:

Tag

License requirements: None