SplitFaceFeatureInput.setClosestPointSplitType Method

Parent Object: SplitFaceFeatureInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/SplitFaceFeatureInput.h>

Description

Sets the split type to be a curve that defined by projecting the splitting curve to the closest point on the surface.

Syntax

"splitFaceFeatureInput_var" is a variable referencing a SplitFaceFeatureInput object.
returnValue = splitFaceFeatureInput_var.setClosestPointSplitType()
"splitFaceFeatureInput_var" is a variable referencing a SplitFaceFeatureInput object.

#include <Fusion/Features/SplitFaceFeatureInput.h>

returnValue = splitFaceFeatureInput_var->setClosestPointSplitType();

Return Value

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

Samples

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

Version

Introduced in version May 2017