TrueStudioBuilderGlobalMaterial Enumeration

NXOpen.Display.TrueStudioBuilder.GlobalMaterial is an alias for NXOpen.Display.TrueStudioBuilderGlobalMaterial

class NXOpen.Display.TrueStudioBuilderGlobalMaterial

Bases: object

Types of True Studio Global Material display. This material is displayed on objects when no other material has been applied.

Enum Members

Enum Member Enum Member Description
PlasticColorwash Uses the object’s color with plastic material characteristics.
ShinyMetalColorwash Uses the object’s color with shiny metal material characteristics.
Clay Overrides the object color with a clay material display.
Plasticine Overrides the object color with a plasticine material display.
Chrome Overrides the object color with a chrome material display.
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.