Share

ToEntityExtentDefinition.entity Property

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

Description

Gets and sets the entity that the feature extent is defined up to. This can be a ConstructionPlane, Profile, BrepFace, BrepBody, or BRepVertex.

Syntax

"toEntityExtentDefinition_var" is a variable referencing a ToEntityExtentDefinition object.

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

# Set the value of the property.
toEntityExtentDefinition_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?