SketchIsoparametricCurve.face Property

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

Description

Gets and sets the BRepFace that the curves are calculated for.

Syntax

"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.

# Get the value of the property.
propertyValue = sketchIsoparametricCurve_var.face

# Set the value of the property.
sketchIsoparametricCurve_var.face = propertyValue
"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.
#include <Fusion/Sketch/SketchIsoparametricCurve.h>

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

// Set the value of the property, where value_var is a BRepFace.
bool returnValue = sketchIsoparametricCurve_var->face(value_var);

Property Value

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

Version

Introduced in version April 2026