Class TUniversalJointNode
Unit
X3DNodes
Declaration
type TUniversalJointNode = class(TAbstractRigidJointNode)
Description
no description available, TAbstractRigidJointNode 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; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdAnchorPoint: TSFVec3f read FFdAnchorPoint; |
|
 |
property FdAxis1: TSFVec3f read FFdAxis1; |
|
 |
property FdAxis2: TSFVec3f read FFdAxis2; |
|
 |
property FdStopBounce1: TSFFloat read FFdStopBounce1; |
|
 |
property FdStop1ErrorCorrection: TSFFloat read FFdStop1ErrorCorrection; |
|
 |
property FdStop2Bounce: TSFFloat read FFdStop2Bounce; |
|
 |
property FdStop2ErrorCorrection: TSFFloat read FFdStop2ErrorCorrection; |
|
 |
property EventBody1AnchorPoint: TX3DEvent read FEventBody1AnchorPoint; |
|
 |
property EventBody1Axis: TX3DEvent read FEventBody1Axis; |
|
 |
property EventBody2AnchorPoint: TX3DEvent read FEventBody2AnchorPoint; |
|
 |
property EventBody2Axis: TX3DEvent read FEventBody2Axis; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:56
|