DisplayManagerJ3dMaterial_Struct Struct

NXOpen.DisplayManager.J3dMaterial is an alias for NXOpen.DisplayManagerJ3dMaterial_Struct

class NXOpen.DisplayManagerJ3dMaterial_Struct

Bases: object

3d interface material definition .

Constructor: NXOpen.DisplayManager.J3dMaterial()

Fields

Field Description
Color object color
HighlightColor object highlight color
Roughness surface roughness parameter
SpecularFactor specular reflection coeficient
DiffuseFactor diffuse reflection coeficient
AmbientFactor ambient light coeficient
Transparency

Color

DisplayManagerJ3dMaterial_Struct.Color

object color -------------------------------------

Field Value Type:NXOpen.DisplayManagerJ3dColor_Struct

HighlightColor

DisplayManagerJ3dMaterial_Struct.HighlightColor

object highlight color -------------------------------------

Field Value Type:NXOpen.DisplayManagerJ3dColor_Struct

Roughness

DisplayManagerJ3dMaterial_Struct.Roughness

surface roughness parameter -------------------------------------

Field Value Type:float

SpecularFactor

DisplayManagerJ3dMaterial_Struct.SpecularFactor

specular reflection coeficient -------------------------------------

Field Value Type:float

DiffuseFactor

DisplayManagerJ3dMaterial_Struct.DiffuseFactor

diffuse reflection coeficient -------------------------------------

Field Value Type:float

AmbientFactor

DisplayManagerJ3dMaterial_Struct.AmbientFactor

ambient light coeficient -------------------------------------

Field Value Type:float

Transparency

DisplayManagerJ3dMaterial_Struct.Transparency

0 is opaque, 1.0 is totally transparent -------------------------------------

Field Value Type:float