NXOpen.UF.Drf.ImageData Structure

NXOpen.UF.Drf.ImageData is an alias for NXOpen.UF.DrfImageData_Struct

class NXOpen.UF.DrfImageData_Struct

Bases: object

Refer to UF_DRF_image_data_s for documentation.

Fields

NXOpen.UF.DrfImageData_Struct.ImageName The name of image in the part
NXOpen.UF.DrfImageData_Struct.DrawingSheet The drawing sheet on which to create the * image or NULL_TAG to create the image on * the current drawing sheet.
NXOpen.UF.DrfImageData_Struct.AspectRatioLocked TRUE if the image’s aspect ratio * cannot be changed
NXOpen.UF.DrfImageData_Struct.Width The width of the image in drawing * sheet units * 0.0 to use original image length
NXOpen.UF.DrfImageData_Struct.Height The height of the image in drawing * sheet units * 0.0 to use original image height
NXOpen.UF.DrfImageData_Struct.AlignmentPosition The location to use when aligning the * image to another object
NXOpen.UF.DrfImageData_Struct.Origin Point in drawing sheet units defining the * image origin which is located at the * image alignment_position
NXOpen.UF.DrfImageData_Struct.WidthDir Vector defining the direction in which * the image width is displayed * Currently, images can only be rotated in * 90-degree increments so this vector will * always be parallel or perpendicular to * the drawing sheet’s X-axis
NXOpen.UF.DrfImageData_Struct.HeightDir Vector defining the direction in which * the image height is displayed * Currently, images can only be rotated in * 90-degree increments so this vector will * always be parallel or perpendicular to * the drawing sheet’s Y-axis