This method is called when a Point is being output.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
RenderNodeAction OnPoint( PointNode node )
Parameters
- node PointNode
- An output node that represents a Point.
Return Value
RenderNodeActionReturn RenderNodeAction.Proceed if you wish to receive low-level geometry (line segments) for this point, or otherwise return RenderNodeAction.Skip.
