Class TAbstractRigidJointNode

Unit

Declaration

type TAbstractRigidJointNode = class(TAbstractNode)

Description

No description available, ancestor TAbstractNode description follows

Base X3D node that can have some metadata.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetForceOutput(const Value: array of string); overload;
Public procedure SetForceOutput(const Value: TCastleStringList); overload;

Properties

Public property FdBody1: TSFNode read FFdBody1;
Public property Body1: TRigidBodyNode read GetBody1 write SetBody1;
Public property FdBody2: TSFNode read FFdBody2;
Public property Body2: TRigidBodyNode read GetBody2 write SetBody2;
Public property FdForceOutput: TMFString read FFdForceOutput;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetForceOutput(const Value: array of string); overload;
 
Public procedure SetForceOutput(const Value: TCastleStringList); overload;
 

Properties

Public property FdBody1: TSFNode read FFdBody1;

Internal wrapper for property Body1. This wrapper API may change, we advise to access simpler Body1 instead.

Public property Body1: TRigidBodyNode read GetBody1 write SetBody1;
 
Public property FdBody2: TSFNode read FFdBody2;

Internal wrapper for property Body2. This wrapper API may change, we advise to access simpler Body2 instead.

Public property Body2: TRigidBodyNode read GetBody2 write SetBody2;
 
Public 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.