Share

CustomGraphicsCurve.weight Property

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

Description

Defines the thickness of the curve in pixels.

Syntax

"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.

# Get the value of the property.
propertyValue = customGraphicsCurve_var.weight

# Set the value of the property.
customGraphicsCurve_var.weight = propertyValue

Property Value

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

Version

Introduced in version September 2017

Was this information helpful?