LoftCenterLineOrRails.isCenterLine Property

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

Description

Indicates if a centerline or rails are currently defined.

Syntax

"loftCenterLineOrRails_var" is a variable referencing a LoftCenterLineOrRails object.

# Get the value of the property.
propertyValue = loftCenterLineOrRails_var.isCenterLine
"loftCenterLineOrRails_var" is a variable referencing a LoftCenterLineOrRails object.
#include <Fusion/Features/LoftCenterLineOrRails.h>

// Get the value of the property.
boolean propertyValue = loftCenterLineOrRails_var->isCenterLine();

Property Value

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

Version

Introduced in version August 2016