Class TNurbsSetNode
Unit
X3DNodes
Declaration
type TNurbsSetNode = class(TAbstractChildNode, IAbstractBoundedObject)
Description
Groups a set of NURBS surface nodes to a common group for rendering purposes, to ensure a common tesselation within the group.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property EventAddGeometry: TMFNodeEvent read FEventAddGeometry; |
|
 |
property EventRemoveGeometry: TMFNodeEvent read FEventRemoveGeometry; |
|
 |
property FdGeometry: TMFNode read FFdGeometry; |
|
 |
property FdTessellationScale: TSFFloat read FFdTessellationScale; |
|
 |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
|
 |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
|
 |
property TessellationScale: Single read GetTessellationScale write SetTessellationScale; |
|
 |
property BboxCenter: TVector3 read GetBboxCenter write SetBboxCenter; |
|
 |
property BboxSize: TVector3 read GetBboxSize write SetBboxSize; |
|
Generated by PasDoc 0.15.0.
|