The IExportContext type exposes the following members.

Methods

  NameDescription
Public methodFinish
This method is called at the very end of the export process, after all entities were processed (or after the process was cancelled).
Public methodIsCanceled
This method is queried at the beginning of every element.
Public methodOnElementBegin
This method marks the beginning of an element to be exported.
Public methodOnElementEnd
This method marks the end of an element being exported.
Public methodOnFaceBegin
This method marks the beginning of a Face to be exported.
Public methodOnFaceEnd
This method marks the end of the current face being exported.
Public methodOnInstanceBegin
This method marks the beginning of a family instance to be exported.
Public methodOnInstanceEnd
This method marks the end of a family instance being exported.
Public methodOnLight
This method marks the beginning of export of a light which is enabled for rendering.
Public methodOnLinkBegin
This method marks the beginning of a link instance to be exported.
Public methodOnLinkEnd
This method marks the end of a link instance being exported.
Public methodOnMaterial
This method marks a change of the material.
Public methodOnPolymesh
This method is called when a tessellated polymesh of a 3d face is being output.
Public methodOnRPC
This method marks the beginning of export of an RPC object.
Public methodOnViewBegin
This method marks the beginning of a 3D view to be exported.
Public methodOnViewEnd
This method marks the end of a 3D view being exported.
Public methodStart
This method is called at the very start of the export process, still before the first entity of the model was send out.

See Also