NXOpen.UF.Modeling.AskFaceParm

Modeling.AskFaceParm()

Refer to UF_MODL_ask_face_parm for documentation.

Signature: AskFaceParm(faceId, refPnt)

Parameters:
  • faceId (Tag) – Face identifier.
  • refPnt (list of float) – Reference point in absolute space (ref_pnt[3]).
Returns:

A Tuple

Return type:

A tuple consisting of (parm,facePnt)

parm(list of float): Parameter (u,v) on face (parm[2]).

facePnt(list of float): Point on the surface of the given face (face_pnt[3])

License requirements: None