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 BRepFace, PartFeature, BRepBody, or Occurrence objects. All of the entities provided must be the same type. For example, it must contain only bodies and can't contain both bodies and faces.

You can also pattern ConstructionPoint, ConstructionAxis, and ConstructionPlane objects. When patterning any construction goemetry, only one entity can be patterned at a time, so the ObjectCollection must contain a single item.

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
"circularPatternFeatureInput_var" is a variable referencing a CircularPatternFeatureInput object.
#include <Fusion/Features/CircularPatternFeatureInput.h>

// Get the value of the property.
Ptr<ObjectCollection> propertyValue = circularPatternFeatureInput_var->inputEntities();

// Set the value of the property, where value_var is an ObjectCollection.
bool returnValue = circularPatternFeatureInput_var->inputEntities(value_var);

Property Value

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

Version

Introduced in version November 2014