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
"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.
#include <Cam/GeometrySelections/SilhouetteSelection.h>

// Get the value of the property.
SideTypes propertyValue = silhouetteSelection_var->sideType();

// Set the value of the property, where value_var is a SideTypes.
bool returnValue = silhouetteSelection_var->sideType(value_var);

Property Value

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

Version

Introduced in version April 2023