SplitFaceFeatureInput.setAlongVectorSplitType Method

Parent Object: SplitFaceFeatureInput
Defined 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

Type Description
boolean Returns true is setting the split type was successful.

Parameters

Name Type Description
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

Name Description
Split Face Feature API Sample Demonstrates creating a new split face feature.

Version

Introduced in version May 2017