Share

IPhotoRenderContext Methods

The IPhotoRenderContext 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).
(Inherited from IExportContext)
Public methodIsCanceled This method is queried at the beginning of every element.
(Inherited from IExportContext)
Public methodCode exampleOnElementBegin This method marks the beginning of an element to be exported.
(Inherited from IExportContext)
Public methodOnElementEnd This method marks the end of an element being exported.
(Inherited from IExportContext)
Public methodCode exampleOnFaceBegin This method marks the beginning of a Face to be exported.
(Inherited from IExportContext)
Public methodOnFaceEnd This method marks the end of the current face being exported.
(Inherited from IExportContext)
Public methodCode exampleOnInstanceBegin This method marks the start of processing of an instance node (e.g. a family instance).
(Inherited from IExportContext)
Public methodOnInstanceEnd This method marks the end of processing of an Instance Node (e.g. a family instance).
(Inherited from IExportContext)
Public methodCode exampleOnLight This method marks the beginning of export of a light which is enabled for rendering.
(Inherited from IExportContext)
Public methodCode exampleOnLinkBegin This method marks the beginning of a link instance to be exported.
(Inherited from IExportContext)
Public methodOnLinkEnd This method marks the end of a link instance being exported.
(Inherited from IExportContext)
Public methodCode exampleOnMaterial This method marks a change of the material.
(Inherited from IExportContext)
Public methodCode exampleOnPolymesh This method is called when a tessellated polymesh of a 3d face is being output.
(Inherited from IExportContext)
Public methodOnRPC This method marks the beginning of export of an RPC object.
(Inherited from IExportContext)
Public methodCode exampleOnViewBegin This method marks the beginning of a 3D view to be exported.
(Inherited from IExportContext)
Public methodOnViewEnd This method marks the end of a 3D view being exported.
(Inherited from IExportContext)
Public methodCode exampleStart This method is called at the very start of the export process, still before the first entity of the model was send out.
(Inherited from IExportContext)

See Also

Reference

Was this information helpful?