Class TKambiTriangulationNode
Unit
X3DNodes
Declaration
type TKambiTriangulationNode = 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; |
|
 |
function QuadricStacks: Cardinal; |
Return appropriate field value, or (when it's -1) return global value (from Detail_Xxx variables). In case of incorrect field value, they also take care of calling OnWarning and correcting this value.
|
 |
function QuadricSlices: Cardinal; |
|
 |
function RectDivisions: Cardinal; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdQuadricSlices: TSFLong read FFdQuadricSlices; |
|
 |
property FdQuadricStacks: TSFLong read FFdQuadricStacks; |
|
 |
property FdRectDivisions: TSFLong read FFdRectDivisions; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:56
|