Profile.face Property

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

Description

Returns a temporary BRepFace object that is the same shape as the profile. The geometry of the returned face is defined in the 3D space of the parent sketch of the profile.

This can be useful when wanting to use a profile in conjunction with the TemporaryBRepManager object to create B-Rep objects.

Syntax

"profile_var" is a variable referencing a Profile object.

# Get the value of the property.
propertyValue = profile_var.face
"profile_var" is a variable referencing a Profile object.
#include <Fusion/Sketch/Profile.h>

// Get the value of the property.
Ptr<BRepFace> propertyValue = profile_var->face();

Property Value

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

Version

Introduced in version March 2024