RevolveFeature.isSolid Property

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

Description

Indicates if this feature was initially created as a solid or a surface.

Syntax

"revolveFeature_var" is a variable referencing a RevolveFeature object.

# Get the value of the property.
propertyValue = revolveFeature_var.isSolid
"revolveFeature_var" is a variable referencing a RevolveFeature object.
#include <Fusion/Features/RevolveFeature.h>

// Get the value of the property.
boolean propertyValue = revolveFeature_var->isSolid();

Property Value

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

Version

Introduced in version March 2015