LoftCenterLineOrRails.addCenterLine Method
Parent Object:
LoftCenterLineOrRailsDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/LoftCenterLineOrRails.h>
Description
Adds a centerline. A single centerline can be defined for a loft. If a centerline or rails have already been defined, they will be removed and the input will become the new single centerline.
If this LoftCenterLineOrRails object is associated with a created feature,
Syntax
"loftCenterLineOrRails_var" is a variable referencing a LoftCenterLineOrRails object.returnValue = loftCenterLineOrRails_var.addCenterLine(entity)
|
"loftCenterLineOrRails_var" is a variable referencing a LoftCenterLineOrRails object.
#include <Fusion/Features/LoftCenterLineOrRails.h>
returnValue = loftCenterLineOrRails_var->addCenterLine(entity);
|
Return Value
Parameters
entity |
Base |
The entity that defines the center line. This can be a single sketch curve, a single BRepEdge, a Path consisting of connected B-Rep edges or sketch curves. |
Version
Introduced in version August 2016