Unit 'gmGeomFit3D' Package
[Overview][Constants][Types][Classes][Index] [#bs_engines]

TgmAbstractGeomFit3D

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

Declaration

Source position: gmgeomfit3d.pas line 46

type TgmAbstractGeomFit3D = class(TComponent)

protected

  FWeights: array of Double;

  

  FPoints: array of TgmPoint3D;

  

  procedure SetCount();

  

public

  procedure SetPoints();

  

  procedure SetWeights();

  

  procedure Clear;

  

  function Solve; virtual; abstract;

  

  property Count: Integer; [rw]

  

  property UseWeights: Boolean; [rw]

  

end;

Inheritance

TgmAbstractGeomFit3D

  

|

TObject



CT Web help

CodeTyphon Studio