Class TIndexedLineSetNode
Unit
Declaration
type TIndexedLineSetNode = class(TAbstractGeometryNode)
Description
Geometry formed by constructing polylines from 3D vertices.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometryNode
- TIndexedLineSetNode
Overview
Methods
![]() |
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
![]() |
function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override; |
![]() |
function Lit(State: TX3DGraphTraverseState): boolean; override; |
![]() |
function InternalCoord(State: TX3DGraphTraverseState; out ACoord: TMFVec3f): 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; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetAttrib(const Value: array of TAbstractVertexAttributeNode); |
![]() |
procedure SetColorIndex(const Value: array of LongInt); overload; |
![]() |
procedure SetColorIndex(const Value: TLongIntList); overload; |
![]() |
procedure SetCoordIndex(const Value: array of LongInt); overload; |
![]() |
procedure SetCoordIndex(const Value: TLongIntList); overload; |
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 Color: TAbstractColorNode read GetColor write SetColor; |
![]() |
property FdCoord: TSFNode read FFdCoord; |
![]() |
property Coord: TAbstractCoordinateNode read GetCoord write SetCoord; |
![]() |
property FdFogCoord: TSFNode read FFdFogCoord; |
![]() |
property FogCoord: TFogCoordinateNode read GetFogCoord write SetFogCoord; |
![]() |
property FdColorIndex: TMFInt32 read FFdColorIndex; |
![]() |
property FdColorPerVertex: TSFBool read FFdColorPerVertex; |
![]() |
property ColorPerVertex: Boolean read GetColorPerVertex write SetColorPerVertex; |
![]() |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
Description
Methods
![]() |
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
![]() |
function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override; |
![]() |
function Lit(State: TX3DGraphTraverseState): boolean; override; |
![]() |
function InternalCoord(State: TX3DGraphTraverseState; out ACoord: TMFVec3f): 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; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetAttrib(const Value: array of TAbstractVertexAttributeNode); |
![]() |
procedure SetColorIndex(const Value: array of LongInt); overload; |
![]() |
procedure SetColorIndex(const Value: TLongIntList); overload; |
![]() |
procedure SetCoordIndex(const Value: array of LongInt); overload; |
![]() |
procedure SetCoordIndex(const Value: TLongIntList); 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 |
![]() |
property FdColor: TSFNode read FFdColor; |
Internal wrapper for property Color. This wrapper API may change, we advise to access simpler Color instead. |
![]() |
property Color: TAbstractColorNode read GetColor write SetColor; |
![]() |
property FdCoord: TSFNode read FFdCoord; |
Internal wrapper for property Coord. This wrapper API may change, we advise to access simpler Coord instead. |
![]() |
property Coord: TAbstractCoordinateNode read GetCoord write SetCoord; |
![]() |
property FdFogCoord: TSFNode read FFdFogCoord; |
Internal wrapper for property FogCoord. This wrapper API may change, we advise to access simpler FogCoord instead. |
![]() |
property FogCoord: TFogCoordinateNode read GetFogCoord write SetFogCoord; |
![]() |
property FdColorIndex: TMFInt32 read FFdColorIndex; |
Internal wrapper for property |
![]() |
property FdColorPerVertex: TSFBool read FFdColorPerVertex; |
Internal wrapper for property ColorPerVertex. This wrapper API may change, we advise to access simpler ColorPerVertex instead. |
![]() |
property ColorPerVertex: Boolean read GetColorPerVertex write SetColorPerVertex; |
![]() |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
Internal wrapper for property |
Generated by PasDoc 0.16.0.