NXOpen.UF.Drf.CreateImage

Drf.CreateImage()

Refer to UF_DRF_create_image for documentation.

Signature: CreateImage(imageName, drawingSheet, origin)

Parameters:
  • imageName (str) – Name of image in part file
  • drawingSheet (Tag) – The drawing sheet on which to create the image or NULL_TAG to create the image on the current drawing sheet.
  • origin (list of float) – Origin of new image in drawing sheet units
Returns:

Image tag if successful or NULL_TAG if creation failed

Return type:

Tag

License requirements: DRAFTING