SilhouetteSelection.loopType Property

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

Description

Desired loop type. The default is AllLoops.

Syntax

"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.

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

# Set the value of the property.
silhouetteSelection_var.loopType = propertyValue
"silhouetteSelection_var" is a variable referencing a SilhouetteSelection object.
#include <Cam/GeometrySelections/SilhouetteSelection.h>

// Get the value of the property.
LoopTypes propertyValue = silhouetteSelection_var->loopType();

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

Property Value

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

Version

Introduced in version April 2023