Share

FaceContourSelection.loopType 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 loop type. The default is AllLoops.

Syntax

"faceContourSelection_var" is a variable referencing a FaceContourSelection object.

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

# Set the value of the property.
faceContourSelection_var.loopType = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?