Struct UFWeight.Exceptions
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public struct Exceptions
Fields
comp_names
Declaration
public string[] comp_names
Field Value
Type | Description |
---|---|
System.String[] |
n_exceptions
Declaration
public int n_exceptions
Field Value
Type | Description |
---|---|
System.Int32 |
on_part
Declaration
public bool[] on_part
Field Value
Type | Description |
---|---|
System.Boolean[] |
part_names
Declaration
public string[] part_names
Field Value
Type | Description |
---|---|
System.String[] |
reasons
Declaration
public UFWeight.ExceptionReason[] reasons
Field Value
Type | Description |
---|---|
UFWeight.ExceptionReason[] |
repeat_counts
Declaration
public int[] repeat_counts
Field Value
Type | Description |
---|---|
System.Int32[] |