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: TSFVec2fEvent read FEventSet_fraction; |
|
 |
property FdControlPoint: TSFNode read FFdControlPoint; |
|
 |
property EventPosition_changed: TSFVec3fEvent read FEventPosition_changed; |
|
 |
property EventNormal_changed: TSFVec3fEvent 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.13.0 on 2014-10-26 05:15:18
|