ConstructionPoint.isDerived Property

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

Description

Returns if this construction point is derived from another design. If true, the construction point cannot be deleted. You should not attempt to make any edits to the derived construction point. Any edits made to this derived construction point will be lost when the derive updates.

Syntax

"constructionPoint_var" is a variable referencing a ConstructionPoint object.

# Get the value of the property.
propertyValue = constructionPoint_var.isDerived
"constructionPoint_var" is a variable referencing a ConstructionPoint object.
#include <Fusion/Construction/ConstructionPoint.h>

// Get the value of the property.
boolean propertyValue = constructionPoint_var->isDerived();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version January 2026