Unit frmCustomImportSimpleFileUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

The main purpose of frmCustomImportSimpleFileUnit is to define TfrmCustomImportSimpleFile which is used as a base class for importing DXF and Surfer grid files into ModelMuse.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class EDifferentPointsError  
Class TfrmCustomImportSimpleFile TfrmCustomImportSimpleFile is a base class used to import DXF and Surfer grid files into ModelMuse.

Functions and Procedures

function PointsEqual(Point1, Point2: TPoint2D): Boolean;

Types

TImportMethod = (...);
TImportProgress = procedure (Sender: TObject; FractionDone: double) of object;

Constants

StrPointsDontMatch = 'Points don''t match';

Description

Functions and Procedures

function PointsEqual(Point1, Point2: TPoint2D): Boolean;

Public declarations

Types

TImportMethod = (...);
 
Values
  • imLowest:  
  • imHighest:  
  • imAverage:  
  • imClosest:  
TImportProgress = procedure (Sender: TObject; FractionDone: double) of object;
 

Constants

StrPointsDontMatch = 'Points don''t match';
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:34