Share

ProjectedTextureMapControl.reset Method

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

Description

Resets the texture map back to its original default settings.

Syntax

"projectedTextureMapControl_var" is a variable referencing a ProjectedTextureMapControl object.
returnValue = projectedTextureMapControl_var.reset()

Return Value

Type Description
boolean Returns true if the reset was successful.

Version

Introduced in version March 2022

Was this information helpful?