SplitFaceFeatureInput.setClosestPointSplitType Method
Parent Object:
SplitFaceFeatureInputDefined 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
boolean |
Returns true is setting the split type was successful. |
Samples
Version
Introduced in version May 2017