Class TAbstractRigidJointNode

Unit

Declaration

type TAbstractRigidJointNode = class(TAbstractNode)

Description

No description available, ancestor TAbstractNode description follows

Base X3D node that can have some metadata.

Almost all X3D nodes inherit from this, with the only exception being the X3DMetadataObject (expressed only as an interface in Pascal, IAbstractMetadataNode). This means that you cannot have metadata inside a metadata.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public procedure SetForceOutput(const Value: array of string);
Public procedure SetForceOutput(const Value: TCastleStringList);

Properties

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

Description

Methods

Public procedure CreateNode; override;
 
Public procedure SetForceOutput(const Value: array of string);
 
Public procedure SetForceOutput(const Value: TCastleStringList);
 

Properties

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

Generated by PasDoc 0.15.0.