Struct UFAssem.DeformPartWarnings
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 DeformPartWarnings
Fields
expressions_with_warnings
Declaration
public Tag[] expressions_with_warnings
Field Value
Type | Description |
---|---|
Tag[] |
num_warnings
Declaration
public int num_warnings
Field Value
Type | Description |
---|---|
System.Int32 |
warning_codes
Declaration
public int[] warning_codes
Field Value
Type | Description |
---|---|
System.Int32[] |
warning_strings
Declaration
public string[] warning_strings
Field Value
Type | Description |
---|---|
System.String[] |