RipFeature.definitionType Property

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

Description

Gets the type of rip defined.

Syntax

"ripFeature_var" is a variable referencing a RipFeature object.

# Get the value of the property.
propertyValue = ripFeature_var.definitionType
"ripFeature_var" is a variable referencing a RipFeature object.
#include <Fusion/Features/RipFeature.h>

// Get the value of the property.
RipFeatureDefinitionTypes propertyValue = ripFeature_var->definitionType();

Property Value

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

Version

Introduced in version September 2023