NXOpen.UF.Drf.CreateCrosshatch

Drf.CreateCrosshatch()

Refer to UF_DRF_create_crosshatch for documentation.

Signature: CreateCrosshatch(numBounds, numObjBnd, objectList, viewTag)

Parameters:
  • numBounds (int) – Number of crosshatch boundaries
  • numObjBnd (list of int) – List of integer values containing the number of objects in each boundary. The sum of all values in this list should equal the number of boundary objects in object_list
  • objectList (list of Tag) – List of curve tags or point tags or both that comprise each of the boundaries; a boundary object tag may be included in the list
  • viewTag (Tag) – Member view tag
Returns:

Object tag of created crosshatch.

Return type:

Tag

License requirements: DRAFTING