IModelExportContext.OnPoint
Method
Description:
This method is called when a Point is being output.
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.
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.
Parameters
Parameter | Type | Description |
---|---|---|
node | PointNode | An output node that represents a Point. |
Return Value
Type | Description |
---|---|
RenderNodeAction | Return RenderNodeAction.Proceed if you wish to receive low-level geometry (line segments) for this point, or otherwise return RenderNodeAction.Skip. |