NXOpen.UF.Modeling.CreateSubdivFace

Modeling.CreateSubdivFace()

Refer to UF_MODL_create_subdiv_face for documentation.

Signature: CreateSubdivFace(curveRefs, count, face, projType, vector)

Parameters:
  • curveRefs (list of Tag) – Array of curves to subdivide the face with
  • count (int) – Number of curves in curve_refs
  • face (Tag) – Face object identifier
  • projType (int) – Projection type 1 = Along surface normal 2 = Along vector (Not implemented yet)
  • vector (list of float) – Projection vector if projection type = 2 (Not used)
Returns:

Feature object identifier of created subdivide face

Return type:

Tag

License requirements: SOLIDS MODELING