LoftFeature.startFace Property

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

Description

Property that returns the face that caps the start of the loft and is coincident with the first section. In the case where the loft isn't capped and there isn't a start face, this property will return null.

Syntax

"loftFeature_var" is a variable referencing a LoftFeature object.

# Get the value of the property.
propertyValue = loftFeature_var.startFace
"loftFeature_var" is a variable referencing a LoftFeature object.
#include <Fusion/Features/LoftFeature.h>

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

Property Value

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

Version

Introduced in version August 2016