Class TRotationXYZNode_1

Unit

Declaration

type TRotationXYZNode_1 = class(TAbstractTransformationNode_1)

Description

RotationXYZ node (from Inventor). It's not in VRML 1.0 spec. But some invalid VRML 1.0 models use it, e.g. [http://www-vrl.umich.edu/sel_prj/EECS498/].

Hierarchy

Overview

Methods

Protected procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;

Properties

Public property FdAxis: TSFEnum read FFdAxis;
Public property FdAngle: TSFFloat read FFdAngle;
Public property Angle: Single read GetAngle write SetAngle;

Description

Methods

Protected procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;
 

Properties

Public property FdAxis: TSFEnum read FFdAxis;

Internal wrapper for property Axis. This wrapper API may change, we advise to access simpler Axis instead.

Public property FdAngle: TSFFloat read FFdAngle;

Internal wrapper for property Angle. This wrapper API may change, we advise to access simpler Angle instead.

Public property Angle: Single read GetAngle write SetAngle;
 

Generated by PasDoc 0.16.0.