Description | Hierarchy | Fields | Methods | Properties |
type TPhysicalConstruct = class(TObject)
A class which creates a physical element
![]() |
NewtonBody:PNewtonBody; |
![]() |
procedure CreateConstruct(AData:TPhysicalConstructData); virtual; abstract; |
![]() |
constructor Create(AParent:TPhysicalApplication); |
![]() |
destructor Destroy; override; |
![]() |
NewtonBody:PNewtonBody; |
A pointer to newton's physical body/construct |
![]() |
procedure CreateConstruct(AData:TPhysicalConstructData); virtual; abstract; |
Creates the construct with the parameters given in AData |
![]() |
constructor Create(AParent:TPhysicalApplication); |
Creates an instance of TPhysicalConstruct |
![]() |
destructor Destroy; override; |
Destroys an instance of TPhysicalConstruct |