LoftFeatureInput.centerLineOrRails Property
Parent Object:
LoftFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/LoftFeatureInput.h>
Description
The single centerline or set of rails that define the shape of the loft. Use methods on the returned LoftCenterLineOrRails object to define the centerline or rails.
Syntax
"loftFeatureInput_var" is a variable referencing a LoftFeatureInput object.
# Get the value of the property. propertyValue = loftFeatureInput_var.centerLineOrRails
|
"loftFeatureInput_var" is a variable referencing a LoftFeatureInput object.
#include <Fusion/Features/LoftFeatureInput.h>
// Get the value of the property. Ptr<LoftCenterLineOrRails> propertyValue = loftFeatureInput_var->centerLineOrRails();
|
Property Value
This is a read only property whose value is a
LoftCenterLineOrRails.
Version
Introduced in version August 2016