Class TAbstractRigidJointNode
Unit
X3DNodes
Declaration
type TAbstractRigidJointNode = class(TAbstractNode)
Description
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
|
procedure SetForceOutput(const Value: array of string); overload; |
|
Properties
|
property FdBody1: TSFNode read FFdBody1; |
Internal wrapper for property Body1. This wrapper API may change, we advise to access simpler Body1 instead.
|
|
property FdBody2: TSFNode read FFdBody2; |
Internal wrapper for property Body2. This wrapper API may change, we advise to access simpler Body2 instead.
|
|
property FdForceOutput: TMFString read FFdForceOutput; |
Internal wrapper for property ForceOutput . This wrapper API may change, we advise to access simpler ForceOutput instead.
|
Generated by PasDoc 0.16.0.