Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3Position

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: orca_scene3d.pas line 485

type TD3Position = class(TPersistent)

protected

  procedure DefineProperties(); override;

  

  procedure ReadPoint();

  

  procedure WritePoint();

  

public

  constructor Create(); virtual;

  

  procedure Assign(); override;

  

  procedure SetPointNoChange();

  

  procedure SetVectorNoChange();

  

  function Empty;

  

  property Point: TD3Point; [rw]

  

  property Vector: TD3Vector; [rw]

  

  property DefaultValue: TD3Point; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

  property OnChangeX: TNotifyEvent; [rw]

  

  property OnChangeY: TNotifyEvent; [rw]

  

  property OnChangeZ: TNotifyEvent; [rw]

  

published

  property X: Single; [rws]

  

  property Y: Single; [rws]

  

  property Z: Single; [rws]

  

end;

Inheritance

TD3Position

  

|

TObject



CT Web help

CodeTyphon Studio