CurveSelections.createNewSilhouetteSelection Method
Parent Object: CurveSelectionsDefined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/CurveSelections.h>
Description
Creates a new silhouette selection and adds it to the end of the collection.
Syntax
"curveSelections_var" is a variable referencing a CurveSelections object.
|
Return Value
Type | Description |
SilhouetteSelection | Returns newly created SilhouetteSelection. |
Samples
Name | Description |
Wood Routing Workflow Sample | This script demonstrates routing wood panels. When running the sample, it assumes you have an open design containing one or more "panels" oriented flat in the X-Y plane. The script creates a setup and a 2D contour operation with tabs to route the panels from a standard sheet. |