IExportContext.OnViewBegin
Description:
This method marks the beginning of a 3D view to be exported.
This method marks the beginning of a 3D view to be exported.
RenderNodeAction OnViewBegin(
ViewNode node
)
-
nodeGeometry node associated with the view.
Return Value
RenderNodeAction
Return RenderNodeAction.Skip if you wish to skip exporting this view,
or return RenderNodeAction.Proceed otherwise.