Class TTriangleFanSetNode
Unit
X3DNodes
Declaration
type TTriangleFanSetNode = class(TAbstractComposedGeometryNode)
Description
Triangles that form a fan shape around the first vertex. In constrast to TIndexedTriangleFanSetNode, this doesn't use indexes to compose vertexes into triangles.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
 |
function CoordRangesCounts(out RangeCount: TLongIntList; out SRanges, SRangeName: string; out RangeMinimumCount: Cardinal): boolean; override; |
|
|
Properties
 |
property FdFanCount: TMFInt32 read FFdFanCount; |
|
|
Generated by PasDoc 0.14.0.
|