Unit 'gmTriMesh3D' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_engines]

TgmVertex3D

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

Declaration

Source position: gmtrimesh3d.pas line 49

type TgmVertex3D = class(TPersistent)

protected

  function GetTriangle; virtual; abstract;

  

  procedure SetTriangle(); virtual; abstract;

  

public

  FPoint: TgmPoint3D;

  

  constructor Create; virtual;

  

  constructor CreateWithCoords();

  

  procedure Assign(); override;

  

  property X: Double; [rw]

  

  property Y: Double; [rw]

  

  property Z: Double; [rw]

  

  property Point: PsdPoint3D; [r]

  

  property Triangle: TgmTriangle3D; [rw]

  

end;

Inheritance

TgmVertex3D

  

|

TObject



CT Web help

CodeTyphon Studio