WallMaterialType Enumeration

NXOpen.Display.Wall.MaterialType is an alias for NXOpen.Display.WallMaterialType

class NXOpen.Display.WallMaterialType

Bases: object

Defines the material characteristics of a stage wall.

Deprecated since version NX10.0.0: Use NXOpen.Display.WallWallMaterialTextureType instead.

Enum Members

shadows. Use this to cast shadows onto a “virtual” background image of an environment. “

“Reflective”, ” The wall is reflective. For example, use this on
a “bottom” wall to display a shiny floor. “
“Invisible”, ” The wall is not displayed. For example, use this

on all the walls except the “bottom” if you only need to display a floor. “

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.