SpunProfileInput.entities Property
Parent Object:
SpunProfileInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SpunProfileInput.h>
Description
Gets and sets the entities (BRepBody or BRepFace) used to define the shape of the spun profile.
Syntax
"spunProfileInput_var" is a variable referencing a SpunProfileInput object.
# Get the value of the property. propertyValue = spunProfileInput_var.entities
# Set the value of the property. spunProfileInput_var.entities = propertyValue
|
"spunProfileInput_var" is a variable referencing a SpunProfileInput object.
#include <Fusion/Sketch/SpunProfileInput.h>
// Get the value of the property. std::vector<Ptr<Base>> propertyValue = spunProfileInput_var->entities();
// Set the value of the property, where value_var is a Base. bool returnValue = spunProfileInput_var->entities(value_var);
|
Property Value
This is a read/write property whose value is an array of type
Base.
Version
Introduced in version November 2024