Share

CircularPatternFeatureInput.inputEntities Property

Parent Object: CircularPatternFeatureInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/CircularPatternFeatureInput.h>

Description

Gets and sets the input entities. The collection can contain faces, features, bodies or occurrences. All of the entities must be of a single type. For example, it can't contain features and occurrences but only features or occurrences.

Syntax

"circularPatternFeatureInput_var" is a variable referencing a CircularPatternFeatureInput object.

# Get the value of the property.
propertyValue = circularPatternFeatureInput_var.inputEntities

# Set the value of the property.
circularPatternFeatureInput_var.inputEntities = propertyValue

Property Value

This is a read/write property whose value is an ObjectCollection.

Version

Introduced in version November 2014

Was this information helpful?