NXOpen.UF.Weight.Exceptions Structure

NXOpen.UF.Weight.Exceptions is an alias for NXOpen.UF.WeightExceptions_Struct

class NXOpen.UF.WeightExceptions_Struct

Bases: object

Refer to UF_WEIGHT_exceptions_s for documentation.

Fields

NXOpen.UF.WeightExceptions_Struct.NExceptions The total number of exceptions found.
NXOpen.UF.WeightExceptions_Struct.Reasons An array of UF_WEIGHT_exception_reasons_t’s, detailing the nature of each exception.
NXOpen.UF.WeightExceptions_Struct.PartNames Array of the names of the parts generating each exception.
NXOpen.UF.WeightExceptions_Struct.CompNames Array of the names of the components generating each exception.
NXOpen.UF.WeightExceptions_Struct.OnPart Array of logicals.
NXOpen.UF.WeightExceptions_Struct.RepeatCounts The number of times the given exception (defined by the reason and the part and/or component involved) occurred during the traversal.