CADConvert

  Functions >

CADConvert

Previous pageReturn to chapter overviewNext page

The CADConvert function fills array of the variant type variables and obtains point coordinates from instance of the CADData type.

 

Syntax

 

Declare         Function CADConvert Lib "CADImporter.dll" (

         Massiv As Variant,

         ByRef EData As CADData) As Long

 

 

Parameters

 

Massiv

Specifies the array of point coordinates of an entity. Array has the following structure:
 Massiv(1, 0) – the X coordinate of first point;
 Massiv(1, 1) – the Y coordinate of first point;
 Massiv(1, 2) – the Z coordinate of first point;
 Massiv(2, 0) – the X coordinate of second point;
 etc.

EData

Entity data.

 

 

Return Value

If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call CADGetLastError.

 

 

See Also

CADEnum


© 2003-2024 CADSoftTools

Go to CAD DLL