Class TIndexedLineSetNode
Unit
X3DNodes
Declaration
type TIndexedLineSetNode = class(TAbstractGeometryNode)
Description
Geometry formed by constructing polylines from 3D vertices.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function CoordIndexField: TMFLong; override; |
|
 |
function CoordField: TSFNode; override; |
|
 |
function ColorField: TSFNode; override; |
|
 |
function InternalFogCoord: TMFFloat; override; |
|
 |
function AttribField: TMFNode; 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; |
|
Properties
 |
property EventSet_colorIndex: TMFInt32Event read FEventSet_colorIndex; |
|
 |
property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex; |
|
 |
property FdAttrib: TMFNode read FFdAttrib; |
Internal wrapper for property Attrib . This wrapper API may change, we advise to access simpler Attrib instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdColor: TSFNode read FFdColor; |
Internal wrapper for property Color . This wrapper API may change, we advise to access simpler Color instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdCoord: TSFNode read FFdCoord; |
Internal wrapper for property Coord . This wrapper API may change, we advise to access simpler Coord instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdFogCoord: TSFNode read FFdFogCoord; |
Internal wrapper for property FogCoord . This wrapper API may change, we advise to access simpler FogCoord instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
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 FdColorPerVertex: TSFBool read FFdColorPerVertex; |
Internal wrapper for property ColorPerVertex . This wrapper API may change, we advise to access simpler ColorPerVertex instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property ColorPerVertex: Boolean read GetColorPerVertex write SetColorPerVertex; |
|
 |
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 FdMode: TSFStringEnum read FFdMode; |
Internal wrapper for property Mode . This wrapper API may change, we advise to access simpler Mode instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Mode: TLineMode read GetMode write SetMode; |
How to interpret the vertexes: as a set of strips (connected line segments), loops (connected line segments with additional segment to form a loop), or just pairs of vertexes (each pair defines a line segment). See possible TLineMode values for details.
|
Generated by PasDoc 0.16.0.