Class TRotationXYZNode_1
Unit
X3DNodes
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
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
|
class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override; |
|
Properties
|
property FdAxis: TSFEnum read FFdAxis; |
Internal wrapper for property Axis . This wrapper API may change, we advise to access simpler Axis instead.
|
|
property FdAngle: TSFFloat read FFdAngle; |
Internal wrapper for property Angle. This wrapper API may change, we advise to access simpler Angle instead.
|
|
property Angle: Single read GetAngle write SetAngle; |
|
Generated by PasDoc 0.16.0.