Class TIndexedLineSetNode

Unit

Declaration

type TIndexedLineSetNode = class(TAbstractGeometryNode)

Description

Geometry formed by constructing polylines from 3D vertices.

Hierarchy

Overview

Methods

Public constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override;
Public class function ForVRMLVersion(const Version: TX3DVersion): boolean; override;
Public function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override;
Public function Lit(State: TX3DGraphTraverseState): boolean; override;
Public function InternalCoord(State: TX3DGraphTraverseState; out ACoord: TMFVec3f): boolean; override;
Public function CoordIndexField: TMFLong; override;
Public function CoordField: TSFNode; override;
Public function ColorField: TSFNode; override;
Public function InternalFogCoord: TMFFloat; override;
Public function AttribField: TMFNode; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: String; override;
Public procedure SetAttrib(const Value: array of TAbstractVertexAttributeNode);
Public procedure SetColorIndex(const Value: array of Int32); overload;
Public procedure SetColorIndex(const Value: TInt32List); overload;
Public procedure SetCoordIndex(const Value: array of Int32); overload;
Public procedure SetCoordIndex(const Value: TInt32List); overload;

Properties

Public property EventSet_colorIndex: TMFInt32Event read FEventSet_colorIndex;
Public property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex;
Public property FdAttrib: TMFNode read FFdAttrib;
Public property FdColor: TSFNode read FFdColor;
Public property Color: TAbstractColorNode read GetColor write SetColor;
Public property FdCoord: TSFNode read FFdCoord;
Public property Coord: TAbstractCoordinateNode read GetCoord write SetCoord;
Public property FdFogCoord: TSFNode read FFdFogCoord;
Public property FogCoord: TFogCoordinateNode read GetFogCoord write SetFogCoord;
Public property FdColorIndex: TMFInt32 read FFdColorIndex;
Public property FdColorPerVertex: TSFBool read FFdColorPerVertex;
Public property ColorPerVertex: Boolean read GetColorPerVertex write SetColorPerVertex;
Public property FdCoordIndex: TMFInt32 read FFdCoordIndex;
Public property FdMode: TSFStringEnum read FFdMode;
Public property Mode: TLineMode read GetMode write SetMode;

Description

Methods

Public constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): boolean; override;
 
Public function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override;
 
Public function Lit(State: TX3DGraphTraverseState): boolean; override;
 
Public function InternalCoord(State: TX3DGraphTraverseState; out ACoord: TMFVec3f): boolean; override;
 
Public function CoordIndexField: TMFLong; override;
 
Public function CoordField: TSFNode; override;
 
Public function ColorField: TSFNode; override;
 
Public function InternalFogCoord: TMFFloat; override;
 
Public function AttribField: TMFNode; override;
 
Public procedure CreateNode; override;

Create node fields and events.

Public class function ClassX3DType: String; override;
 
Public procedure SetAttrib(const Value: array of TAbstractVertexAttributeNode);
 
Public procedure SetColorIndex(const Value: array of Int32); overload;
 
Public procedure SetColorIndex(const Value: TInt32List); overload;
 
Public procedure SetCoordIndex(const Value: array of Int32); overload;
 
Public procedure SetCoordIndex(const Value: TInt32List); overload;
 

Properties

Public property EventSet_colorIndex: TMFInt32Event read FEventSet_colorIndex;
 
Public property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex;
 
Public 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).

Public 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).

Public property Color: TAbstractColorNode read GetColor write SetColor;
 
Public 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).

Public property Coord: TAbstractCoordinateNode read GetCoord write SetCoord;
 
Public 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).

Public property FogCoord: TFogCoordinateNode read GetFogCoord write SetFogCoord;
 
Public 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).

Public 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).

Public property ColorPerVertex: Boolean read GetColorPerVertex write SetColorPerVertex;
 
Public 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).

Public 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).

Public 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.