Decal.faces Property
Parent Object: DecalDefined in namespace "adsk::fusion" and the header file is <Fusion/Image/Decal.h>
Description
Gets the faces the decal is associated with. Typically, this is an array containing a single face. If the isChainFaces property is true, this will return the primary face. If the isChainFaces property is false, the decal is limited to the faces in this list.
If multiple faces have been provided, the first face in the list is the primary face, which is used to position and orient the decal.
To set the faces, use the redefine method.
Syntax
"decal_var" is a variable referencing a Decal object. |
