IExportContext.OnFaceBegin
Description:
This method marks the beginning of a Face to be exported.
This method marks the beginning of a Face to be exported.
Remarks:
Note that this method (as well as OnFaceEnd) 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 (as well as OnFaceEnd) is invoked only if the custom exporter was set up to include geometric objects in the output stream. See IncludeGeometricObjects for mode details.
RenderNodeAction OnFaceBegin(
FaceNode node
)
-
nodeAn output node that represents a Face.
Return Value
RenderNodeAction
Return RenderNodeAction. Proceed if you wish to receive geometry (polymesh)
for this face, or return RenderNodeAction.Skip otherwise.