The Reader3ds type exposes the following methods.
Methods
| Name | Description | |
|---|---|---|
| DumpNamedObjects |
If run in immediate window the method displays the hierarchy of all objects, lights and Model3DGroups in this instance of Reader3ds.
To get the NamedObjects description text use GetNamedObjectsText() method.
| |
| GetCameraForFrame |
Gets the camera with index cameraIndex for the frameNo.
Note: frameNo is double - so it is possible to create smoother animation with getting the positions within frames. See GetFrame for more details.
| |
| GetExpirationDate |
Expiration date of current version. If set to DateTime.MaxDate than this version will never expire.
| |
| GetFrame | Overloaded. | |
| GetNamedObjectsText |
Returns a hierarchy text of all objects, lights and Model3DGroups in this instance of Reader3ds. Used in DumpNamedObjects which displays the hierarcy of named objects (when run in immediate window).
| |
| Read | Overloaded. | |
| ReadFile | Overloaded. |