Share

ConstructionPointCenterDefinition.circularEntity Property

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

Description

Gets and sets the spherical face (sphere or torus), circular edge or sketch arc/circle whose center defines the location for the construction point.

Syntax

"constructionPointCenterDefinition_var" is a variable referencing a ConstructionPointCenterDefinition object.

# Get the value of the property.
propertyValue = constructionPointCenterDefinition_var.circularEntity

# Set the value of the property.
constructionPointCenterDefinition_var.circularEntity = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?