RuleManagerDebugRule_Struct Struct

NXOpen.RuleManager.DebugRule is an alias for NXOpen.RuleManagerDebugRule_Struct

class NXOpen.RuleManagerDebugRule_Struct

Bases: object

Used to return debug update information for rules.

. Constructor: NXOpen.RuleManager.DebugRule()

Fields

Field Description
Unit unit of rule
Name name of rule
Formula formula of rule
Type type of value
Value value of rule

Unit

RuleManagerDebugRule_Struct.Unit

unit of rule -------------------------------------

Field Value Type:str

Name

RuleManagerDebugRule_Struct.Name

name of rule -------------------------------------

Field Value Type:str

Formula

RuleManagerDebugRule_Struct.Formula

formula of rule -------------------------------------

Field Value Type:str

Type

RuleManagerDebugRule_Struct.Type

type of value -------------------------------------

Field Value Type:str

Value

RuleManagerDebugRule_Struct.Value

value of rule -------------------------------------

Field Value Type:str