This is preliminary documentation and subject to change.
The purpose of this interface is to generate specific events to help you read a file with triangulation data in different formats.
Properties
None
Methods
OnObjectBegin ( Integer )
OnObjectEnd ( )
OnFaceBegin ( Integer iId )
OnFaceEnd ( )
OnVertex ( Integer, Double, Double, Double, Double, Double, Double, Double, Double )
OnFacet ( Integer, Integer, Integer, Integer )
Note
The interface is not implemented yet.