NXOpen.UF.Modeling.AskSubdivFaceParms

Modeling.AskSubdivFaceParms()

Refer to UF_MODL_ask_subdiv_face_parms for documentation.

Signature: AskSubdivFaceParms(featureObjId)

Parameters:featureObjId (Tag) – Feature object identifier of a subdivided face
Returns:A Tuple
Return type:A tuple consisting of (face,curves,count,projType,vector)

face(Tag): Face object identifier which the subdivided face is on

curves(list of Tag): Pointer to array of curves associated with the subdivide face feature

count(int): Number of curves in curve array

projType(int): Projection type 1 = Along surface normal 2 = Along vector (Not implemented yet)

vector(float): Projection vector (Not used)

License requirements: None