WallMaterialTextureType Enumeration

NXOpen.Display.Wall.MaterialTextureType is an alias for NXOpen.Display.WallMaterialTextureType

class NXOpen.Display.WallMaterialTextureType

Bases: object

the new wall material texture type

Enum Members

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

“ImageFile”, ” The wall uses image for tiling. For example, use this on
a “bottom” wall to display a tiled 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.