Class TIndexedTriangleSetNode
Unit
X3DNodes
Declaration
type TIndexedTriangleSetNode = class(TAbstractComposedGeometryNode)
Description
A collection of triangles.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
 |
function CoordIndex: TMFLong; override; |
|
|
Properties
 |
property FdIndex: TMFInt32 read FFdIndex; |
|
|
Generated by PasDoc 0.14.0.
|