Class TBallJointNode

Unit

Declaration

type TBallJointNode = class(TAbstractRigidJointNode)

Description

No description available, ancestor TAbstractRigidJointNode description follows
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;

Properties

Public property FdAnchorPoint: TSFVec3f read FFdAnchorPoint;
Public property AnchorPoint: TVector3 read GetAnchorPoint write SetAnchorPoint;
Public property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint;
Public property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdAnchorPoint: TSFVec3f read FFdAnchorPoint;

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

Public property AnchorPoint: TVector3 read GetAnchorPoint write SetAnchorPoint;
 
Public property EventBody1AnchorPoint: TSFVec3fEvent read FEventBody1AnchorPoint;
 
Public property EventBody2AnchorPoint: TSFVec3fEvent read FEventBody2AnchorPoint;
 

Generated by PasDoc 0.16.0.