TextureMapControl3D.bestFit Method

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

Description

Reorients the transform to best fit the geometry of the body.

Syntax

"textureMapControl3D_var" is a variable referencing a TextureMapControl3D object.
returnValue = textureMapControl3D_var.bestFit()
"textureMapControl3D_var" is a variable referencing a TextureMapControl3D object.

#include <Core/Materials/TextureMapControl3D.h>

returnValue = textureMapControl3D_var->bestFit();

Return Value

Type Description
boolean Returns true if the best fit was successful.

Version

Introduced in version March 2022