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

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: String; override;
Public procedure SetGeometry(const Value: array of TAbstractNurbsSurfaceGeometryNode);

Properties

Public property EventAddGeometry: TMFNodeEvent read FEventAddGeometry;
Public property EventRemoveGeometry: TMFNodeEvent read FEventRemoveGeometry;
Public property FdGeometry: TMFNode read FFdGeometry;
Public property FdTessellationScale: TSFFloat read FFdTessellationScale;
Public property TessellationScale: Single read GetTessellationScale write SetTessellationScale;
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;
Public property BBox: TBox3D read GetBBox write SetBBox;
Public property FdBboxSize: TSFVec3f read FFdBboxSize;

Description

Methods

Public procedure CreateNode; override;

Create node fields and events.

Public class function ClassX3DType: String; override;
 
Public procedure SetGeometry(const Value: array of TAbstractNurbsSurfaceGeometryNode);
 

Properties

Public property EventAddGeometry: TMFNodeEvent read FEventAddGeometry;
 
Public property EventRemoveGeometry: TMFNodeEvent read FEventRemoveGeometry;
 
Public property FdGeometry: TMFNode read FFdGeometry;

Internal wrapper for property Geometry. This wrapper API may change, we advise to access simpler Geometry instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property FdTessellationScale: TSFFloat read FFdTessellationScale;

Internal wrapper for property TessellationScale. This wrapper API may change, we advise to access simpler TessellationScale instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property TessellationScale: Single read GetTessellationScale write SetTessellationScale;
 
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;

Internal wrapper for property BboxCenter. This wrapper API may change, we advise to access simpler BboxCenter instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property BBox: TBox3D read GetBBox write SetBBox;
 
Public property FdBboxSize: TSFVec3f read FFdBboxSize;

Internal wrapper for property BboxSize. This wrapper API may change, we advise to access simpler BboxSize instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).


Generated by PasDoc 0.16.0.