Share

CustomGraphicsMesh.normalVectors Property

Parent Object: CustomGraphicsMesh
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsMesh.h>

Description

Gets and sets the normal vectors of the mesh where there is a normal vector at each node. The normals are defined as an array of floats where they are the x, y, z components of each vector.

Syntax

"customGraphicsMesh_var" is a variable referencing a CustomGraphicsMesh object.

# Get the value of the property.
propertyValue = customGraphicsMesh_var.normalVectors

# Set the value of the property.
customGraphicsMesh_var.normalVectors = propertyValue

Property Value

This is a read/write property whose value is an array of type double.

Version

Introduced in version September 2017

Was this information helpful?