PatternElement.transform Property

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

Description

Get the transform that describes this elements relative position to the parent object(s). The transform returned for the first element in a pattern will be an identity matrix.

Syntax

"patternElement_var" is a variable referencing a PatternElement object.

# Get the value of the property.
propertyValue = patternElement_var.transform
"patternElement_var" is a variable referencing a PatternElement object.
#include <Fusion/Features/PatternElement.h>

// Get the value of the property.
Ptr<Matrix3D> propertyValue = patternElement_var->transform();

Property Value

This is a read only property whose value is a Matrix3D.

Version

Introduced in version November 2014