Struct DeformDefinitionBuilder.JaDeformDefinitionExpData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public struct JaDeformDefinitionExpData
Fields
Exp
Declaration
public Expression Exp
Field Value
Type | Description |
---|---|
Expression |
ExpName
Declaration
public string ExpName
Field Value
Type | Description |
---|---|
System.String |
HighEnd
Declaration
public string HighEnd
Field Value
Type | Description |
---|---|
System.String |
LowEnd
Declaration
public string LowEnd
Field Value
Type | Description |
---|---|
System.String |
ScaleType
Declaration
public int ScaleType
Field Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
public int Type
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()