Class TUniversalJointNode
Unit
Declaration
type TUniversalJointNode = class(TAbstractRigidJointNode)
Description
Base X3D node that can have some metadata.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractRigidJointNode
- TUniversalJointNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property FdAnchorPoint: TSFVec3f read FFdAnchorPoint; |
|
property AnchorPoint: TVector3 read GetAnchorPoint write SetAnchorPoint; |
|
property FdAxis1: TSFVec3f read FFdAxis1; |
|
property Axis1: TVector3 read GetAxis1 write SetAxis1; |
|
property FdAxis2: TSFVec3f read FFdAxis2; |
|
property Axis2: TVector3 read GetAxis2 write SetAxis2; |
|
property FdStopBounce1: TSFFloat read FFdStopBounce1; |
|
property StopBounce1: Single read GetStopBounce1 write SetStopBounce1; |
|
property FdStop1ErrorCorrection: TSFFloat read FFdStop1ErrorCorrection; |
|
property Stop1ErrorCorrection: Single read GetStop1ErrorCorrection write SetStop1ErrorCorrection; |
|
property FdStop2Bounce: TSFFloat read FFdStop2Bounce; |
|
property Stop2Bounce: Single read GetStop2Bounce write SetStop2Bounce; |
|
property FdStop2ErrorCorrection: TSFFloat read FFdStop2ErrorCorrection; |
|
property Stop2ErrorCorrection: Single read GetStop2ErrorCorrection write SetStop2ErrorCorrection; |
|
property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint; |
|
property EventBody1Axis: TSFVec3fEvent read FEventBody1Axis; |
|
property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint; |
|
property EventBody2Axis: TSFVec3fEvent read FEventBody2Axis; |
Description
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
Properties
property FdAnchorPoint: TSFVec3f read FFdAnchorPoint; |
|
Internal wrapper for property AnchorPoint. This wrapper API may change, we advise to access simpler AnchorPoint instead. |
property AnchorPoint: TVector3 read GetAnchorPoint write SetAnchorPoint; |
|
property FdAxis1: TSFVec3f read FFdAxis1; |
|
Internal wrapper for property Axis1. This wrapper API may change, we advise to access simpler Axis1 instead. |
property Axis1: TVector3 read GetAxis1 write SetAxis1; |
|
property FdAxis2: TSFVec3f read FFdAxis2; |
|
Internal wrapper for property Axis2. This wrapper API may change, we advise to access simpler Axis2 instead. |
property Axis2: TVector3 read GetAxis2 write SetAxis2; |
|
property FdStopBounce1: TSFFloat read FFdStopBounce1; |
|
Internal wrapper for property StopBounce1. This wrapper API may change, we advise to access simpler StopBounce1 instead. |
property StopBounce1: Single read GetStopBounce1 write SetStopBounce1; |
|
property FdStop1ErrorCorrection: TSFFloat read FFdStop1ErrorCorrection; |
|
Internal wrapper for property Stop1ErrorCorrection. This wrapper API may change, we advise to access simpler Stop1ErrorCorrection instead. |
property Stop1ErrorCorrection: Single read GetStop1ErrorCorrection write SetStop1ErrorCorrection; |
|
property FdStop2Bounce: TSFFloat read FFdStop2Bounce; |
|
Internal wrapper for property Stop2Bounce. This wrapper API may change, we advise to access simpler Stop2Bounce instead. |
property Stop2Bounce: Single read GetStop2Bounce write SetStop2Bounce; |
|
property FdStop2ErrorCorrection: TSFFloat read FFdStop2ErrorCorrection; |
|
Internal wrapper for property Stop2ErrorCorrection. This wrapper API may change, we advise to access simpler Stop2ErrorCorrection instead. |
property Stop2ErrorCorrection: Single read GetStop2ErrorCorrection write SetStop2ErrorCorrection; |
|
property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint; |
|
property EventBody1Axis: TSFVec3fEvent read FEventBody1Axis; |
|
property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint; |
|
property EventBody2Axis: TSFVec3fEvent read FEventBody2Axis; |
|
Generated by PasDoc 0.16.0.