Struct DisplayManager.J3dMaterial
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)
Assembly: NXOpen.dll
Syntax
public struct J3dMaterial
Fields
AmbientFactor
Declaration
public double AmbientFactor
Field Value
Type |
Description |
System.Double |
|
Color
Declaration
public DisplayManager.J3dColor Color
Field Value
DiffuseFactor
Declaration
public double DiffuseFactor
Field Value
Type |
Description |
System.Double |
|
HighlightColor
Declaration
public DisplayManager.J3dColor HighlightColor
Field Value
Roughness
Declaration
Field Value
Type |
Description |
System.Double |
|
SpecularFactor
Declaration
public double SpecularFactor
Field Value
Type |
Description |
System.Double |
|
Transparency
Declaration
public double Transparency
Field Value
Type |
Description |
System.Double |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()