Class TIndexedFaceSetNode
Unit
X3DNodes
Declaration
type TIndexedFaceSetNode = class(TAbstractComposedGeometryNode)
Description
Mesh with faces (polygons) constructed from vertices. This is probably the most universal, and most often used, geometry node in X3D.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function ConvexField: TSFBool; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function CoordIndexField: TMFLong; override; |
|
 |
procedure SetColorIndex(const Value: array of LongInt); |
|
 |
procedure SetCoordIndex(const Value: array of LongInt); |
|
 |
procedure SetNormalIndex(const Value: array of LongInt); |
|
 |
procedure SetTexCoordIndex(const Value: array of LongInt); |
|
Properties
 |
property EventSet_colorIndex: TMFInt32Event read FEventSet_colorIndex; |
|
 |
property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex; |
|
 |
property EventSet_normalIndex: TMFInt32Event read FEventSet_normalIndex; |
|
 |
property EventSet_texCoordIndex: TMFInt32Event read FEventSet_texCoordIndex; |
|
 |
property FdColorIndex: TMFInt32 read FFdColorIndex; |
|
 |
property FdConvex: TSFBool read FFdConvex; |
|
 |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
|
 |
property FdCreaseAngle: TSFFloat read FFdCreaseAngle; |
|
 |
property FdNormalIndex: TMFInt32 read FFdNormalIndex; |
|
 |
property FdTexCoordIndex: TMFInt32 read FFdTexCoordIndex; |
|
 |
property Convex: boolean read GetConvex write SetConvex; |
|
 |
property CreaseAngle: Single read GetCreaseAngle write SetCreaseAngle; |
|
Generated by PasDoc 0.15.0.
|