Class TNodeCone_1

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TNodeCone_1 = class(TVRMLGeometryNode_1)

Description

no description available, TVRMLGeometryNode_1 description follows

This is descendant of TVRMLGeometryNode that is allowed only in VRML <= 1.0.

In VRML 1.0 shape nodes are allowed pretty everywhere, while VRML 2.0 has different idea of how shapes are handled (they must be inside Shape node), so no shape node is suitable at the same time for VRML 1.0 and VRML 2.0.

Hierarchy

Overview

Methods

Public constructor Create(const ANodeName: string; const AWWWBasePath: string); override;
Public class function ClassNodeTypeName: string; override;
Public function BoundingBox(State: TVRMLGraphTraverseState): TBox3d; override;
Public function VerticesCount(State: TVRMLGraphTraverseState; OverTriangulate: boolean): Cardinal; override;
Public function TrianglesCount(State: TVRMLGraphTraverseState; OverTriangulate: boolean): Cardinal; override;
Public procedure LocalTriangulate(State: TVRMLGraphTraverseState; OverTriangulate: boolean; NewTriangleProc: TNewTriangleProc); override;

Properties

Public property FdParts: TSFBitMask read FFdParts;
Public property FdBottomRadius: TSFFloat read FFdBottomRadius;
Public property FdHeight: TSFFloat read FFdHeight;

Description

Methods

Public constructor Create(const ANodeName: string; const AWWWBasePath: string); override;
 
Public class function ClassNodeTypeName: string; override;
 
Public function BoundingBox(State: TVRMLGraphTraverseState): TBox3d; override;
 
Public function VerticesCount(State: TVRMLGraphTraverseState; OverTriangulate: boolean): Cardinal; override;
 
Public function TrianglesCount(State: TVRMLGraphTraverseState; OverTriangulate: boolean): Cardinal; override;
 
Public procedure LocalTriangulate(State: TVRMLGraphTraverseState; OverTriangulate: boolean; NewTriangleProc: TNewTriangleProc); override;
 

Properties

Public property FdParts: TSFBitMask read FFdParts;
 
Public property FdBottomRadius: TSFFloat read FFdBottomRadius;
 
Public property FdHeight: TSFFloat read FFdHeight;
 

Generated by PasDoc 0.11.0 on 2008-09-12 11:58:43