TrueShadingBuilderMaterialType Enumeration

NXOpen.Display.TrueShadingBuilder.MaterialType is an alias for NXOpen.Display.TrueShadingBuilderMaterialType

class NXOpen.Display.TrueShadingBuilderMaterialType

Bases: object

Global material and per object overriding material types

Enum Members

Enum Member Enum Member Description
GlobalWashShinyMetal Shiny Metal Wash
GlobalWashBrushedMetal Brushed Metal Wash
GlobalWashShinyPlastic Shiny Plastic Wash
GlobalWashAnalysis Surface Analysis Wash
GlobalWashFlat Low Sheen Plastic Wash
GlobalRedGlossyPlastic Red Glossy Plastic
GlobalBlueGlossyPlastic Blue Glossy Plastic
GlobalGreenGlossyPlastic Green Glossy Plastic
GlobalGrayGlossyPlastic Gray Glossy Plastic
GlobalBlackGlossyPlastic Black Glossy Plastic
GlobalBrownGlossyPlastic Brown Glossy Plastic
GlobalYellowGlossyPlastic Yellow Glossy Plastic
GlobalTealGlossyPlastic Teal Glossy Plastic
GlobalWhiteGlossyPlastic White Glossy Plastic
GlobalClearPlastic Clear Plastic
GlobalChrome Chrome
GlobalCopper Copper
GlobalGold Gold
GlobalBrass Brass
GlobalSteel Steel
GlobalBrushedChrome Brushed Chrome
GlobalBrushedAluminum Brushed Aluminum
GlobalBrushedTitanium Brushed Titanium
GlobalGlassClear Clear Glass
GlobalGlassSmokey Smokey Glass
GlobalMetallicPaintRed Red Metallic Paint
GlobalMetallicPaintGray Gray Metallic Paint
GlobalMetallicPaintBlack Black Metallic Paint
GlobalMetallicPaintBlue Blue Metallic Paint
GlobalRubber Black Rubber
OverrideRedGlossyPlastic Red Glossy Plastic
OverrideBlueGlossyPlastic Blue Glossy Plastic
OverrideGreenGlossyPlastic Green Glossy Plastic
OverrideGrayGlossyPlastic Gray Glossy Plastic
OverrideBlackGlossyPlastic Black Glossy Plastic
OverrideBrownGlossyPlastic Brown Glossy Plastic
OverrideYellowGlossyPlastic Yellow Glossy Plastic
OverrideTealGlossyPlastic Teal Glossy Plastic
OverrideWhiteGlossyPlastic White Glossy Plastic
OverrideClearPlastic Clear Plastic
OverrideChrome Chrome
OverrideCopper Copper
OverrideGold Gold
OverrideBrass Brass
OverrideSteel Steel
OverrideBrushedChrome Brushed Chrome
OverrideBrushedAluminum Brushed Aluminum
OverrideBrushedTitanium Brushed Titanium
OverrideGlassClear Clear Glass
OverrideGlassSmokey Smokey Glass
OverrideMetallicPaintRed Red Metallic Paint
OverrideMetallicPaintGray Gray Metallic Paint
OverrideMetallicPaintBlack Black Metallic Paint
OverrideMetallicPaintBlue Blue Metallic Paint
OverrideRubber Black Rubber
OverrideRoughMetalMedGray Medium Grey Texture
OverrideRoughMetalDkGray Dark Grey Texture
OverrideRoughPlasticBlueGray Blue Grey Texture
OverrideRoughPlasticTan Tan Texture
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.