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

TgmBaseMesh3D

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

Declaration

Source position: gmmesh.pas line 52

type TgmBaseMesh3D = class(TPersistent)

protected

  function GetVertices();

  

  property StoreNormals: Boolean; [rw]

  

  function GetArea; virtual; abstract;

  

public

  constructor Create;

  

  procedure Assign(); override;

  

  function VertexAdd();

  

  procedure Clear; virtual;

  

  function GetBoundingBox;

  

  property Vertices []: PsdPoint3D; [r]

  

  property VtxNormals []: PsdPoint3D; [r]

  

  property VertexCount: Integer; [r]

  

  property Area: Double; [r]

  

end;

Inheritance

TgmBaseMesh3D

  

|

TObject



CT Web help

CodeTyphon Studio