Class TX3DWriter
Unit
X3DFields
Declaration
type TX3DWriter = class(TObject)
Description
Writer of VRML/X3D to stream.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
Version: TX3DVersion; |
Which VRML/X3D version are we writing. Read-only after creation.
|
Methods
 |
destructor Destroy; override; |
|
 |
procedure IncIndent; |
|
 |
procedure DecIndent; |
|
 |
procedure Write(const S: string); |
Comfortable routines that simply write given string to a stream.
|
 |
procedure Writeln(const S: string); overload; |
|
 |
procedure Writeln; overload; |
|
 |
procedure WriteIndent(const S: string); |
|
 |
procedure WritelnIndent(const S: string); |
|
 |
procedure DiscardNextIndent; |
Causes next WriteIndent or WritelnIndent too not write the Indent. Useful in some cases to improve readability of generated VRML file.
|
Properties
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:45
|