2027 Method
Changes 0
M

IModelExportContext.OnPoint

Description:
This method is called when a Point is being output.
Remarks:
Note that this method is invoked only if the custom exporter was set up to include geometric objects in the output stream. See IncludeGeometricObjects for mode details.
RenderNodeAction OnPoint(
	PointNode node
)
  • node
    An output node that represents a Point.
Return Value RenderNodeAction Return RenderNodeAction.Proceed if you wish to receive low-level geometry (line segments) for this point, or otherwise return RenderNodeAction.Skip.