ConstructionPlanePerpendicularDefinition.referenceEntity Property

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

Description

Gets the optional reference entity that the construction plane passes through. May be a BRepVertex, ConstructionPoint, SketchPoint, planar BRepFace, or ConstructionPlane. Returns null when no reference was supplied.

Syntax

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

// Get the value of the property.
Base propertyValue = constructionPlanePerpendicularDefinition_var->referenceEntity();
"constructionPlanePerpendicularDefinition_var" Is a variable referencing a ConstructionPlanePerpendicularDefinition Object.
// Get the value of the property.
propertyValue = constructionPlanePerpendicularDefinition_var.referenceEntity;

Property Value

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

Version

Introduced in version September 2026