NXOpen.UF.Sf.LocateNodesOnGeometry

Sf.LocateNodesOnGeometry()

Refer to UF_SF_locate_nodes_on_geometry for documentation.

Signature: LocateNodesOnGeometry(geomTag, typeSw)

Parameters:
  • geomTag (Tag) – Tag of CAE geometry.
  • typeSw (NXOpen.UF.Sf.NodeSwitch Refer to UF_SF_node_switch_e for documentation.) – switch indicating face/solid interior nodes are desired, SFOM_node_switch_t It can be one of the three choices: UF_SF_SWITCH_ON_BOUNDARY: boundary nodes only UF_SF_SWITCH_IN_INTERIOR: internal nodes only UF_SF_SWITCH_ALL: all nodes
Returns:

A Tuple

Return type:

A tuple consisting of (nodesCnt,nodesList)

nodesCnt(int): number of nodes on the geometry

nodesList(list of Tag): list of node tags on the geometry

License requirements: None