NXOpen.UF.Obj.DispProps Structure

NXOpen.UF.Obj.DispProps is an alias for NXOpen.UF.ObjDispProps_Struct

class NXOpen.UF.ObjDispProps_Struct

Bases: object

Refer to UF_OBJ_disp_props_s for documentation.

Fields

NXOpen.UF.ObjDispProps_Struct.Layer the layer an object resides on
NXOpen.UF.ObjDispProps_Struct.Color the color an object possesses
NXOpen.UF.ObjDispProps_Struct.BlankStatus the blank status of an object This status is defined by one of the two string defined constants: UF_OBJ_NOT_BLANKED UF_OBJ_BLANKED
NXOpen.UF.ObjDispProps_Struct.LineWidth the line width of an object Can be one of the following : UF_OBJ_WIDTH_NORMAL UF_OBJ_WIDTH_THICK UF_OBJ_WIDTH_THIN UF_OBJ_WIDTH_ORIGINAL UF_OBJ_WIDTH_1 – UF_OBJ_WIDTH_9
NXOpen.UF.ObjDispProps_Struct.Font the font an object possesses
NXOpen.UF.ObjDispProps_Struct.HighlightStatus the highlight status of an object where TRUE indicates that highlight is on.