LoftCenterLineOrRail.isCenterLine Property
Parent Object:
LoftCenterLineOrRailDefined 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
|
"loftCenterLineOrRail_var" is a variable referencing a LoftCenterLineOrRail object.
#include <Fusion/Features/LoftCenterLineOrRail.h>
// Get the value of the property. boolean propertyValue = loftCenterLineOrRail_var->isCenterLine();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version August 2016