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

TgmBoundary3D

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

Declaration

Source position: gmtrimesh3d.pas line 93

type TgmBoundary3D = class(TPersistent)

protected

  procedure CalculateMetrics; virtual;

  

public

  constructor CreateWithVertices();

  

  procedure Assign(); override;

  

  procedure Invalidate;

  

  procedure ReplaceVertex();

  

  function IntersectWith();

  

  function IsVertexOnBoundary();

  

  function PointEncroaches();

  

  property Vertex1: TgmVertex3D; [rw]

  

  property Vertex2: TgmVertex3D; [rw]

  

  property Center: TgmPoint3D; [r]

  

  property Normal: TgmPoint3D; [r]

  

  property SquaredEncroachRadius: Double; [r]

  

end;

Inheritance

TgmBoundary3D

  

|

TObject



CT Web help

CodeTyphon Studio