IsoparametricCurveInput.face Property

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

Description

Gets and sets the BRepFace on which to create the isoparametric curve.

Syntax

"isoparametricCurveInput_var" is a variable referencing an IsoparametricCurveInput object.

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

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

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

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

Property Value

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

Version

Introduced in version April 2026