Class TNurbsSetNode
Unit
Declaration
type TNurbsSetNode = class(TAbstractChildNode)
Description
Groups a set of NURBS surface nodes to a common group for rendering purposes, to ensure a common tesselation within the group.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TNurbsSetNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetGeometry(const Value: array of TAbstractNurbsSurfaceGeometryNode); |
Properties
![]() |
property EventAddGeometry: TMFNodeEvent read FEventAddGeometry; |
![]() |
property EventRemoveGeometry: TMFNodeEvent read FEventRemoveGeometry; |
![]() |
property FdGeometry: TMFNode read FFdGeometry; |
![]() |
property FdTessellationScale: TSFFloat read FFdTessellationScale; |
![]() |
property TessellationScale: Single read GetTessellationScale write SetTessellationScale; |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetGeometry(const Value: array of TAbstractNurbsSurfaceGeometryNode); |
Properties
![]() |
property EventAddGeometry: TMFNodeEvent read FEventAddGeometry; |
![]() |
property EventRemoveGeometry: TMFNodeEvent read FEventRemoveGeometry; |
![]() |
property FdGeometry: TMFNode read FFdGeometry; |
Internal wrapper for property |
![]() |
property FdTessellationScale: TSFFloat read FFdTessellationScale; |
Internal wrapper for property TessellationScale. This wrapper API may change, we advise to access simpler TessellationScale instead. |
![]() |
property TessellationScale: Single read GetTessellationScale write SetTessellationScale; |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
Internal wrapper for property |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
Internal wrapper for property |
Generated by PasDoc 0.16.0.