Share

SilhouetteSelection.sideType Property

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

Description

Desired side type. The default is StartOutside.

Syntax

"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.

# Get the value of the property.
propertyValue = silhouetteSelection_var.sideType

# Set the value of the property.
silhouetteSelection_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?