NXOpen.UF.Sf.CaeInformation

Sf.CaeInformation()

Refer to UF_SF_cae_information for documentation.

Signature: CaeInformation(infoType, numEntities, entitiesTags, outputFileWithPath)

Parameters:
  • infoType (NXOpen.UF.Sf.ScenarioInfo Refer to UF_SF_scenario_info_t for documentation.) – The type of information that is requested
  • numEntities (int) – The number of entities to get the requested information for.
  • entitiesTags (list of Tag) – The tags of the meshes, sections, loads, etc. that we need info for. Type of entitiy is determined by info_type. UF_SF_fea_summary_info, num_entities should be 0 and entities_tags should be NULL. UF_SF_mesh_info, specify mesh tags UF_SF_load_info, specify load tags UF_SF_load_case_info, specify a load tag in each desired load case UF_SF_dur_event_info, event information UF_SF_boundary_condition_info, specify bc tags UF_SF_material_info, specify solid or sheet body or mesh tags to display material info for. UF_SF_section_info, specify the tag of the curve, edge, point, or mesh which is associated to the section you want information about. UF_SF_mesh_mating_condition_info specify the tags of the assembly mesh that you want info about. This tag is returned from UF_SF_locate_mesh_mating_condition_by_name
  • outputFileWithPath (str) – Full path including filename of file where results of model check should be written. Caller is responsible for allocating and deallocating this array.

License requirements: None