Class TRigidBodyNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRigidBodyNode = class(TAbstractNode)

Description

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

Public procedure CreateNode; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdAngularDampingFactor: TSFFloat read FFdAngularDampingFactor;
Public property FdAngularVelocity: TSFVec3f read FFdAngularVelocity;
Public property FdAutoDamp: TSFBool read FFdAutoDamp;
Public property FdAutoDisable: TSFBool read FFdAutoDisable;
Public property FdCenterOfMass: TSFVec3f read FFdCenterOfMass;
Public property FdDisableAngularSpeed: TSFFloat read FFdDisableAngularSpeed;
Public property FdDisableLinearSpeed: TSFFloat read FFdDisableLinearSpeed;
Public property FdDisableTime: TSFFloat read FFdDisableTime;
Public property FdEnabled: TSFBool read FFdEnabled;
Public property FdFiniteRotationAxis: TSFVec3f read FFdFiniteRotationAxis;
Public property FdFixed: TSFBool read FFdFixed;
Public property FdForces: TMFVec3f read FFdForces;
Public property FdGeometry: TMFNode read FFdGeometry;
Public property FdInertia: TSFMatrix3f read FFdInertia;
Public property FdLinearDampingFactor: TSFFloat read FFdLinearDampingFactor;
Public property FdLinearVelocity: TSFVec3f read FFdLinearVelocity;
Public property FdMass: TSFFloat read FFdMass;
Public property FdMassDensityModel: TSFNode read FFdMassDensityModel;
Public property FdOrientation: TSFRotation read FFdOrientation;
Public property FdPosition: TSFVec3f read FFdPosition;
Public property FdTorques: TMFVec3f read FFdTorques;
Public property FdUseFiniteRotation: TSFBool read FFdUseFiniteRotation;
Public property FdUseGlobalGravity: TSFBool read FFdUseGlobalGravity;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdAngularDampingFactor: TSFFloat read FFdAngularDampingFactor;
 
Public property FdAngularVelocity: TSFVec3f read FFdAngularVelocity;
 
Public property FdAutoDamp: TSFBool read FFdAutoDamp;
 
Public property FdAutoDisable: TSFBool read FFdAutoDisable;
 
Public property FdCenterOfMass: TSFVec3f read FFdCenterOfMass;
 
Public property FdDisableAngularSpeed: TSFFloat read FFdDisableAngularSpeed;
 
Public property FdDisableLinearSpeed: TSFFloat read FFdDisableLinearSpeed;
 
Public property FdDisableTime: TSFFloat read FFdDisableTime;
 
Public property FdEnabled: TSFBool read FFdEnabled;
 
Public property FdFiniteRotationAxis: TSFVec3f read FFdFiniteRotationAxis;
 
Public property FdFixed: TSFBool read FFdFixed;
 
Public property FdForces: TMFVec3f read FFdForces;
 
Public property FdGeometry: TMFNode read FFdGeometry;
 
Public property FdInertia: TSFMatrix3f read FFdInertia;
 
Public property FdLinearDampingFactor: TSFFloat read FFdLinearDampingFactor;
 
Public property FdLinearVelocity: TSFVec3f read FFdLinearVelocity;
 
Public property FdMass: TSFFloat read FFdMass;
 
Public property FdMassDensityModel: TSFNode read FFdMassDensityModel;
 
Public property FdOrientation: TSFRotation read FFdOrientation;
 
Public property FdPosition: TSFVec3f read FFdPosition;
 
Public property FdTorques: TMFVec3f read FFdTorques;
 
Public property FdUseFiniteRotation: TSFBool read FFdUseFiniteRotation;
 
Public property FdUseGlobalGravity: TSFBool read FFdUseGlobalGravity;
 

Generated by PasDoc 0.13.0 on 2014-04-30 22:06:49