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

TgmBoundary2D

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

Declaration

Source position: gmtrimesh2d.pas line 90

type TgmBoundary2D = class(TPersistent)

protected

  procedure CalculateMetrics; virtual;

  

public

  constructor CreateWithVertices();

  

  procedure Assign(); override;

  

  procedure Invalidate;

  

  procedure ReplaceVertex();

  

  function IntersectWith();

  

  function IsVertexOnBoundary();

  

  function PointEncroaches();

  

  property Vertex1: TgmVertex2D; [rw]

  

  property Vertex2: TgmVertex2D; [rw]

  

  property Center: TgmPoint2D; [r]

  

  property Normal: TgmPoint2D; [r]

  

  property SquaredEncroachRadius: Double; [r]

  

end;

Inheritance

TgmBoundary2D

  

|

TObject



CT Web help

CodeTyphon Studio