PathPatternFeature.quantity Property

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

Description

Gets the quantity of the elements. Edit the value through ModelParameter. Returns nothing in the case where the feature is non-parametric.

Syntax

"pathPatternFeature_var" is a variable referencing a PathPatternFeature object.

# Get the value of the property.
propertyValue = pathPatternFeature_var.quantity
"pathPatternFeature_var" is a variable referencing a PathPatternFeature object.
#include <Fusion/Features/PathPatternFeature.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = pathPatternFeature_var->quantity();

Property Value

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

Version

Introduced in version November 2014