Class TNurbsSurfaceInterpolatorNode
Unit
X3DNodes
Declaration
type TNurbsSurfaceInterpolatorNode = class(TAbstractChildNode)
Description
no description available, TAbstractChildNode description follows no description available, TAbstractNode description follows
Base X3D node.
Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property EventSet_fraction: TX3DEvent read FEventSet_fraction; |
|
 |
property FdControlPoint: TSFNode read FFdControlPoint; |
|
 |
property EventPosition_changed: TX3DEvent read FEventPosition_changed; |
|
 |
property EventNormal_changed: TX3DEvent read FEventNormal_changed; |
|
 |
property FdUDimension: TSFInt32 read FFdUDimension; |
|
 |
property FdUOrder: TSFInt32 read FFdUOrder; |
|
 |
property FdVDimension: TSFInt32 read FFdVDimension; |
|
 |
property FdVOrder: TSFInt32 read FFdVOrder; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:55
|