Class TSurfaceEmitterNode

Unit

Declaration

type TSurfaceEmitterNode = class(TAbstractParticleEmitterNode)

Description

No description available, ancestor TAbstractParticleEmitterNode description follows
No description available, ancestor TAbstractNode description follows

Base X3D node that can have some metadata.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetCoordIndex(const Value: array of LongInt); overload;
Public procedure SetCoordIndex(const Value: TLongIntList); overload;

Properties

Public property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex;
Public property FdCoordIndex: TMFInt32 read FFdCoordIndex;
Public property FdSurface: TSFNode read FFdSurface;
Public property Surface: TAbstractGeometryNode read GetSurface write SetSurface;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetCoordIndex(const Value: array of LongInt); overload;
 
Public procedure SetCoordIndex(const Value: TLongIntList); overload;
 

Properties

Public property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex;
 
Public property FdCoordIndex: TMFInt32 read FFdCoordIndex;

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

Public property FdSurface: TSFNode read FFdSurface;

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

Public property Surface: TAbstractGeometryNode read GetSurface write SetSurface;
 

Generated by PasDoc 0.16.0.