RuledSurfaceFeature.isParametric Property

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

Description

Indicates if this feature is parametric or not.

Syntax

"ruledSurfaceFeature_var" is a variable referencing a RuledSurfaceFeature object.

# Get the value of the property.
propertyValue = ruledSurfaceFeature_var.isParametric
"ruledSurfaceFeature_var" is a variable referencing a RuledSurfaceFeature object.
#include <Fusion/Features/RuledSurfaceFeature.h>

// Get the value of the property.
boolean propertyValue = ruledSurfaceFeature_var->isParametric();

Property Value

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

Version

Introduced in version September 2020