Description | Hierarchy | Fields | Methods | Properties |
type TfrmImportDXF = class(TfrmCustomGoPhast)
TfrmImportDXF
is used to import DXF files into GoPhast.
See miImportDXFFileClick.
![]() |
btnCancel: TBitBtn; |
![]() |
btnHelp: TBitBtn; |
![]() |
btnOK: TBitBtn; |
![]() |
cbEnclosedCells: TCheckBox; |
![]() |
cbInterpolation: TCheckBox; |
![]() |
cbIntersectedCells: TCheckBox; |
![]() |
comboDataSets: TComboBox; |
![]() |
comboInterpolators: TComboBox; |
![]() |
lblDataSet: TLabel; |
![]() |
lblInterpolator: TLabel; |
![]() |
OpenDialogDXF: TOpenDialog; |
![]() |
rgEvaluatedAt: TRadioGroup; |
![]() |
FDxfObject: DXF_Object; |
![]() |
procedure btnOKClick(Sender: TObject); |
![]() |
procedure cbEnclosedCellsClick(Sender: TObject); |
![]() |
procedure comboDataSetsChange(Sender: TObject); |
![]() |
procedure comboInterpolatorsChange(Sender: TObject); |
![]() |
procedure FormCreate(Sender: TObject); override; |
![]() |
procedure FormDestroy(Sender: TObject); |
![]() |
procedure rgEvaluatedAtClick(Sender: TObject); |
![]() |
function CoordConvert(P: Point3D; OCS: pMatrix): Point3D; |
![]() |
procedure GetDataSets; |
![]() |
procedure GetInterpolators; |
![]() |
procedure MakeNewDataSet; |
![]() |
procedure SetCheckBoxCaptions; |
![]() |
procedure SetData; |
![]() |
procedure Think(const Sender: TObject; Message: string); |
![]() |
function GetData: boolean; |
![]() |
btnCancel: TBitBtn; |
|
![]() |
btnHelp: TBitBtn; |
|
![]() |
btnOK: TBitBtn; |
|
![]() |
cbEnclosedCells: TCheckBox; |
|
![]() |
cbInterpolation: TCheckBox; |
|
![]() |
cbIntersectedCells: TCheckBox; |
|
![]() |
comboDataSets: TComboBox; |
|
![]() |
comboInterpolators: TComboBox; |
|
![]() |
lblDataSet: TLabel; |
|
![]() |
lblInterpolator: TLabel; |
|
![]() |
OpenDialogDXF: TOpenDialog; |
|
![]() |
rgEvaluatedAt: TRadioGroup; |
|
![]() |
FDxfObject: DXF_Object; |
|
![]() |
procedure btnOKClick(Sender: TObject); |
|
![]() |
procedure cbEnclosedCellsClick(Sender: TObject); |
|
![]() |
procedure comboDataSetsChange(Sender: TObject); |
|
![]() |
procedure comboInterpolatorsChange(Sender: TObject); |
|
![]() |
procedure FormCreate(Sender: TObject); override; |
|
![]() |
procedure FormDestroy(Sender: TObject); |
|
![]() |
procedure rgEvaluatedAtClick(Sender: TObject); |
|
![]() |
function CoordConvert(P: Point3D; OCS: pMatrix): Point3D; |
|
![]() |
procedure GetDataSets; |
|
![]() |
procedure GetInterpolators; |
|
![]() |
procedure MakeNewDataSet; |
|
![]() |
procedure SetCheckBoxCaptions; |
Set the captions of cbEnclosedCells, cbIntersectedCells, and cbInterpolation based on rgEvaluatedAt.ItemIndex. |
![]() |
procedure SetData; |
|
![]() |
procedure Think(const Sender: TObject; Message: string); |
|
![]() |
function GetData: boolean; |
|