Share

LoftCenterLineOrRail.isCenterLine Property

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

Description

Indicates if this object is a loft centerline (true) or a rail (false).

Syntax

"loftCenterLineOrRail_var" is a variable referencing a LoftCenterLineOrRail object.

# Get the value of the property.
propertyValue = loftCenterLineOrRail_var.isCenterLine

Property Value

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

Version

Introduced in version August 2016

Was this information helpful?