Share

FaceContourSelection.sideType Property

Parent Object: FaceContourSelection
Defined 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

Property Value

This is a read/write property whose value is a SideTypes.

Version

Introduced in version April 2023

Was this information helpful?