CurveSelections.createNewFaceContourSelection Method

Parent Object: CurveSelections
Defined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/CurveSelections.h>

Description

Creates a new face contour selection and adds it to the end of the collection.

Syntax

"curveSelections_var" is a variable referencing a CurveSelections object.
returnValue = curveSelections_var.createNewFaceContourSelection()
"curveSelections_var" is a variable referencing a CurveSelections object.

#include <Cam/GeometrySelections/CurveSelections.h>

returnValue = curveSelections_var->createNewFaceContourSelection();

Return Value

Type Description
FaceContourSelection Returns newly created FaceContourSelection.

Version

Introduced in version April 2023