Class TTriangleStripSetNode
Unit
X3DNodes
Declaration
type TTriangleStripSetNode = class(TAbstractComposedGeometryNode)
Description
Strips of triangles. In contrast to TIndexedTriangleStripSetNode, this doesn't use indexes to compose vertexes into triangles.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function InternalCoordRangesCounts(out RangeCount: TInt32List; out SRanges, SRangeName: string; out RangeMinimumCount: Cardinal): boolean; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetStripCount(const Value: array of Int32); overload; |
|
 |
procedure SetStripCount(const Value: TInt32List); overload; |
|
Properties
 |
property FdStripCount: TMFInt32 read FFdStripCount; |
Internal wrapper for property StripCount . This wrapper API may change, we advise to access simpler StripCount instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
Generated by PasDoc 0.16.0.