Struct PartVisualizationEmphasis.WireframeBlendOptions
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.Preferences
Assembly: NXOpen.dll
Syntax
public struct WireframeBlendOptions
Constructors
WireframeBlendOptions(NXColor, Int32)
Declaration
public WireframeBlendOptions(NXColor BlendColor, int BlendPercentage)
Parameters
Type | Name | Description |
---|---|---|
NXColor | BlendColor | |
System.Int32 | BlendPercentage |
Fields
BlendColor
Declaration
public NXColor BlendColor
Field Value
Type | Description |
---|---|
NXColor |
BlendPercentage
Declaration
public int BlendPercentage
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()