SplitFaceFeatureInput.setAlongVectorSplitType Method
Parent Object:
SplitFaceFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SplitFaceFeatureInput.h>
Description
Sets the split type to project the splitting tool along the direction defined by the specified entity.
Syntax
"splitFaceFeatureInput_var" is a variable referencing a SplitFaceFeatureInput object.returnValue = splitFaceFeatureInput_var.setAlongVectorSplitType(directionEntity)
|
"splitFaceFeatureInput_var" is a variable referencing a SplitFaceFeatureInput object.
#include <Fusion/Features/SplitFaceFeatureInput.h>
returnValue = splitFaceFeatureInput_var->setAlongVectorSplitType(directionEntity);
|
Return Value
boolean |
Returns true is setting the split type was successful. |
Parameters
directionEntity |
Base |
An entity that defines the direction of projection of the splitting tool. This can be a linear BRepEdge, SketchLine, ConstructionLine, or a planar face where the face normal is used. |
Samples
Version
Introduced in version May 2017