FaceContourSelection.sideType Property
Parent Object:
FaceContourSelectionDefined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/FaceContourSelection.h>
Description
Property to get and set the desired side type. The default is StartOutside.
Syntax
"faceContourSelection_var" is a variable referencing a FaceContourSelection object.
# Get the value of the property. propertyValue = faceContourSelection_var.sideType
# Set the value of the property. faceContourSelection_var.sideType = propertyValue
|
"faceContourSelection_var" is a variable referencing a FaceContourSelection object.
#include <Cam/GeometrySelections/FaceContourSelection.h>
// Get the value of the property. SideTypes propertyValue = faceContourSelection_var->sideType();
// Set the value of the property, where value_var is a SideTypes. bool returnValue = faceContourSelection_var->sideType(value_var);
|
Property Value
This is a read/write property whose value is a
SideTypes.
Version
Introduced in version April 2023