NXOpen.UF.Sf.AskNodePgeoms

Sf.AskNodePgeoms()

Refer to UF_SF_ask_node_pgeoms for documentation.

Signature: AskNodePgeoms(nodeTag)

Parameters:nodeTag (Tag) – Tag to a node object.
Returns:A Tuple
Return type:A tuple consisting of (parentCnt,parentList,geomTypes)

parentCnt(int): Number of parent geometry tags related to the node.

parentList(list of Tag): pointer to an array of parent geometry tags found or NULL if not found. This array must be freed by calling UF_free.

geomTypes(list of ``NXOpen.UF.Sf.MeshGeometryTypes` Refer to UF_SF_mesh_geometry_types_e for documentation.`): pointer to an array of parent geometry types found or NULL if not found. geom_types is 1:1 with objects list. This array must be freed by calling UF_free.

License requirements: None