texture_tvariable#
- part.texture_tvariable(p0: Any) int #
For texture_coord_type set to variable these describe the variables to use for the s/t texture color
A name of “none” is acceptable - this indicates that a constant s/t coordinate of 0.5 will be used- Args:
- p0:
‘name’ s/t variable name
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.texture_coord_type("variables") ensight.part.texture_svariable("norm_temperature") ensight.part.texture_tvariable("none") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error