Class TMeshWriter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMeshWriter = class(TReferenceCounted)

Description

Interface for writing meshes.

Hierarchy

Overview

Methods

Public function WriteMesh(WFile: TWriteFile; Mesh: TMesh; Flags: LongInt = 0): Boolean; inline;

Properties

Public property MeshWriterType: TMeshWriterType read GetType;

Description

Methods

Public function WriteMesh(WFile: TWriteFile; Mesh: TMesh; Flags: LongInt = 0): Boolean; inline;

Write a static mesh.

Parameters
WFile
File handle to write the mesh to.
Mesh
Mesh to be written.
Flags
Optional flags to set properties of the writer.
Returns

True if sucessful.

Properties

Public property MeshWriterType: TMeshWriterType read GetType;

The type of the mesh writer.
For own implementations, use an unique mesh type id.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22