OnPolymesh Method


IExport Context On Polymesh 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: 25.3.0.0 (25.3.0.0)
Syntax
void OnPolymesh(
	PolymeshTopology node
)

Parameters

node PolymeshTopology
A node representing topology of the polymesh
See Also