RVTDocs.com
Namespace: Autodesk.Revit.DB Interface: IExportContext

IExportContext.OnFaceEnd

Method
Description:
This method marks the end of the current face being exported.
Syntax
void OnFaceEnd(
	FaceNode node
)
Parameters
Parameter Type Description
node FaceNode An output node that represents a Face.
Return Value