Share

ProjectedTextureMapControl.projectedTextureMapType Property

Parent Object: ProjectedTextureMapControl
Defined in namespace "adsk::core" and the header file is <Core/Materials/ProjectedTextureMapControl.h>

Description

Gets and sets how the texture map is being applied onto the body.

Syntax

"projectedTextureMapControl_var" is a variable referencing a ProjectedTextureMapControl object.

# Get the value of the property.
propertyValue = projectedTextureMapControl_var.projectedTextureMapType

# Set the value of the property.
projectedTextureMapControl_var.projectedTextureMapType = propertyValue

Property Value

This is a read/write property whose value is a ProjectedTextureMapTypes.

Version

Introduced in version March 2022

Was this information helpful?