Struct UFModl.BlendFacesLimitData
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 BlendFacesLimitData
Fields
end_limit
Declaration
public double[] end_limit
Field Value
Type | Description |
---|---|
System.Double[] |
help_point
Declaration
public double[] help_point
Field Value
Type | Description |
---|---|
System.Double[] |
start_limit
Declaration
public double[] start_limit
Field Value
Type | Description |
---|---|
System.Double[] |
use_end_limit
Declaration
public bool use_end_limit
Field Value
Type | Description |
---|---|
System.Boolean |
use_help_point
Declaration
public bool use_help_point
Field Value
Type | Description |
---|---|
System.Boolean |
use_start_limit
Declaration
public bool use_start_limit
Field Value
Type | Description |
---|---|
System.Boolean |