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 LongInt); overload;
Public procedure SetColorIndex(const Value: TLongIntList); overload;
Public procedure SetCoordIndex(const Value: array of LongInt); overload;
Public procedure SetCoordIndex(const Value: TLongIntList); 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;

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;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetAttrib(const Value: array of TAbstractVertexAttributeNode);
 
Public procedure SetColorIndex(const Value: array of LongInt); overload;
 
Public procedure SetColorIndex(const Value: TLongIntList); overload;
 
Public procedure SetCoordIndex(const Value: array of LongInt); overload;
 
Public procedure SetCoordIndex(const Value: TLongIntList); 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.

Public property FdColor: TSFNode read FFdColor;

Internal wrapper for property Color. This wrapper API may change, we advise to access simpler Color instead.

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.

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.

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.

Public property FdColorPerVertex: TSFBool read FFdColorPerVertex;

Internal wrapper for property ColorPerVertex. This wrapper API may change, we advise to access simpler ColorPerVertex instead.

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.


Generated by PasDoc 0.16.0.