Class TIndexedLineSetNode
Unit
X3DNodes
Declaration
type TIndexedLineSetNode = class(TAbstractGeometryNode)
Description
Geometry formed by constructing polylines from 3D vertices.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function CoordIndexField: TMFLong; override; |
|
 |
function ColorField: TSFNode; override; |
|
 |
function InternalFogCoord: TMFFloat; override; |
|
 |
function AttribField: TMFNode; override; |
|
 |
procedure SetColorIndex(const Value: array of LongInt); |
|
 |
procedure SetCoordIndex(const Value: array of LongInt); |
|
Properties
 |
property EventSet_colorIndex: TMFInt32Event read FEventSet_colorIndex; |
|
 |
property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex; |
|
 |
property FdAttrib: TMFNode read FFdAttrib; |
|
 |
property FdColor: TSFNode read FFdColor; |
|
 |
property FdCoord: TSFNode read FFdCoord; |
|
 |
property FdFogCoord: TSFNode read FFdFogCoord; |
|
 |
property FdColorIndex: TMFInt32 read FFdColorIndex; |
|
 |
property FdColorPerVertex: TSFBool read FFdColorPerVertex; |
|
 |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
|
 |
property ColorPerVertex: boolean read GetColorPerVertex write SetColorPerVertex; |
|
Generated by PasDoc 0.15.0.
|