Share

FromEntityStartDefinition.entity Property

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

Description

Gets and sets the entity defining the start of the feature.

Syntax

"fromEntityStartDefinition_var" is a variable referencing a FromEntityStartDefinition object.

# Get the value of the property.
propertyValue = fromEntityStartDefinition_var.entity

# Set the value of the property.
fromEntityStartDefinition_var.entity = propertyValue

Property Value

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

Version

Introduced in version November 2016

Was this information helpful?