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
 |
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; |
|
 |
function ConvexField: TSFBool; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function CoordIndexField: TMFLong; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetColorIndex(const Value: array of Int32); overload; |
|
 |
procedure SetColorIndex(const Value: TInt32List); overload; |
|
 |
procedure SetCoordIndex(const Value: array of Int32); overload; |
|
 |
procedure SetCoordIndex(const Value: TInt32List); overload; |
|
 |
procedure SetNormalIndex(const Value: array of Int32); overload; |
|
 |
procedure SetNormalIndex(const Value: TInt32List); overload; |
|
 |
procedure SetTexCoordIndex(const Value: array of Int32); overload; |
|
 |
procedure SetTexCoordIndex(const Value: TInt32List); overload; |
|
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; |
Internal wrapper for property ColorIndex . This wrapper API may change, we advise to access simpler ColorIndex instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdConvex: TSFBool read FFdConvex; |
Internal wrapper for property Convex . This wrapper API may change, we advise to access simpler Convex instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Convex: Boolean read GetConvex write SetConvex; |
|
 |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
Internal wrapper for property CoordIndex . This wrapper API may change, we advise to access simpler CoordIndex instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdCreaseAngle: TSFFloat read FFdCreaseAngle; |
Internal wrapper for property CreaseAngle . This wrapper API may change, we advise to access simpler CreaseAngle instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property CreaseAngle: Single read GetCreaseAngle write SetCreaseAngle; |
|
 |
property FdNormalIndex: TMFInt32 read FFdNormalIndex; |
Internal wrapper for property NormalIndex . This wrapper API may change, we advise to access simpler NormalIndex instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdTexCoordIndex: TMFInt32 read FFdTexCoordIndex; |
Internal wrapper for property TexCoordIndex . This wrapper API may change, we advise to access simpler TexCoordIndex instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
Generated by PasDoc 0.16.0.