IExportContextOnPolymesh Method

This method is called when a tessellated polymesh of a 3d face is being output.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
void OnPolymesh(
	PolymeshTopology node
)

Parameters

node  PolymeshTopology
A node representing topology of the polymesh
See Also