ConstructionPlanePathDefinition.isValid Property

Parent Object: ConstructionPlanePathDefinition

Derived from: ConstructionPlaneDefinition.isValid


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

Description

Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.

Syntax

"constructionPlanePathDefinition_var" is a variable referencing a ConstructionPlanePathDefinition object.
# Get the value of the property.
propertyValue = constructionPlanePathDefinition_var.isValid
"constructionPlanePathDefinition_var" Is a variable referencing a ConstructionPlanePathDefinition Object.
#include <Fusion/Construction/ConstructionPlanePathDefinition.h>

// Get the value of the property.
boolean propertyValue = constructionPlanePathDefinition_var->isValid();
"constructionPlanePathDefinition_var" Is a variable referencing a ConstructionPlanePathDefinition Object.
// Get the value of the property.
propertyValue = constructionPlanePathDefinition_var.isValid;

Property Value

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

Version

Introduced in version September 2026