ScaleFeatureInput.inputEntities Property
Parent Object:
ScaleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ScaleFeatureInput.h>
Description
Gets and sets the input entities. This collection can contain sketches, BRep bodies and T-Spline bodies in parametric modeling. It can contain sketches, BRep bodies, T-Spline bodies, mesh bodies, root component and occurrences in non-parametric modeling. If the scaling is non-uniform (the isUniform property is false), this collection cannot contain sketches or components.
Syntax
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
# Get the value of the property. propertyValue = scaleFeatureInput_var.inputEntities
# Set the value of the property. scaleFeatureInput_var.inputEntities = propertyValue
|
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
#include <Fusion/Features/ScaleFeatureInput.h>
// Get the value of the property. Ptr<ObjectCollection> propertyValue = scaleFeatureInput_var->inputEntities();
// Set the value of the property, where value_var is an ObjectCollection. bool returnValue = scaleFeatureInput_var->inputEntities(value_var);
|
Property Value
This is a read/write property whose value is an
ObjectCollection.
Version
Introduced in version January 2015