Share

TwoSidesToExtentDefinition.toEntityTwo Property

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

Description

Gets and sets the entity that defines the extent on side two. The valid types of entities can vary depending on the type of feature this is being used with.

Syntax

"twoSidesToExtentDefinition_var" is a variable referencing a TwoSidesToExtentDefinition object.

# Get the value of the property.
propertyValue = twoSidesToExtentDefinition_var.toEntityTwo

# Set the value of the property.
twoSidesToExtentDefinition_var.toEntityTwo = propertyValue

Property Value

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

Version

Introduced in version March 2022

Was this information helpful?