This function are only available if you have Surveying Format plugin.
.
More...
Functions | |
static Array | ExportCloud (SCloud iCloud, String FileName, SMatrix CoordinateSystemMatrix=SMatrix()) |
Export clouds. Here if the full list of compatible format: More... | |
static Array | ExportProject (String FileName, Number WhatToSave, Number TextHeight, SMatrix CoordinateSystemMatrix=SMatrix()) |
To save all component of the current document. More... | |
static Array | ExportProject (String FileName,, Array< SComp > TblElm, Number TextHeight, SMatrix CoordinateSystemMatrix=SMatrix()) |
Save a table of SComp in a DXF file. More... | |
static Array | GetNbTexture (String FileName, Boolean iConvertCube2Spherical) |
To get number of texture only for *.Xml(landXml)|*.e57 files. More... | |
static String | GetType () |
To return the type of the object. More... | |
static Array | ImportCloud (String FileName, Number NbPtToKeep, Boolean importScanDir) |
Import clouds from supported files. Here if the full list of compatible format: More... | |
static Array | ImportProject (String FileName, Number NbPtToKeep, Boolean importScanDir, Boolean convertCubicImagesToSpherical) |
Import data from a (LandXml, Dwg, Dxf, e57) file. Example of how to use this function: More... | |
String | toString () |
Get the type of the variable. More... | |
This function are only available if you have Surveying Format plugin.
.
|
static |
Export clouds. Here if the full list of compatible format:
ErrorCode | The error code: |
0 No error occurred.
[in] | iCloud | The cloud to export |
[in] | FileName | The filename of the point cloud |
CoordinateSystemMatrix | the matrix to define a UCS used for the export (or identity to use the WCS) |
|
static |
To save all component of the current document.
0 | OK |
1 | The output file could not be opened. |
2 | Demo version => partial save. |
3 | No save. Current license do not authorize saving. |
4 | An exception occurred. |
5 | All elements are not saved (all elements not supported) |
FileName | file name path |
WhatToSave | Save criteria = 0 all elements = 1 selected elements = 2 Only visible elements |
TextHeight | Static text height to use in DXF file (TextHeight > 0) |
CoordinateSystemMatrix | the matrix to define a UCS used for the export (or identity to use the WCS) |
|
static |
Save a table of SComp in a DXF file.
Array.ErrorCode | The error code:
|
TblElm | Table of element to save |
TextHeight | Static text height to use in DXF file (Only if some text is exported) (TextHeight > 0) |
CoordinateSystemMatrix | the matrix to define a UCS used for the export (or identity to use the WCS) |
|
static |
To get number of texture only for *.Xml(landXml)|*.e57 files.
Array.ErrorCode | The error code:
|
Array.Value | The number of texture contained inside the file. |
[in] | FileName | landXml or e57 filename |
[in] | iConvertCube2Spherical | if true and e57 file contains CubeFace images, Cubeface images will be converted to spherical images |
|
static |
To return the type of the object.
|
static |
Import clouds from supported files. Here if the full list of compatible format:
Array.ErrorCode | The error code: |
0 No error occurred.
Array.CloudTbl | table of each SCloud inside the file |
[in] | FileName | The filename of the point cloud |
[in] | NbPtToKeep | The maximum number of points to load (in case of memory save), or 0 if unlimited |
[in] | importScanDir | Should we import scanning direction if exists? |
|
static |
Import data from a (LandXml, Dwg, Dxf, e57) file. Example of how to use this function:
Array.ErrorCode | The error code:
|
Array.CloudTbl | table of each SCloud inside the project |
Array.PolyTbl | table of each SPoly inside the project |
Array.MultiTbl | table of SMultiline |
Array.PointTbl | table of SPoint |
Array.SetMultiTbl | table of SSetMultiline |
Array.ImageTbl | table of SImage |
Array.CircleTbl | table of SCircle |
Array.PlaneTbl | table of SPlane |
Array.CylinderTbl | table of SCylinder |
Array.ConeTbl | table of SCone |
Array.LineTbl | table of SLine |
Array.SphereTbl | table of SSphere |
Array.RoundSlotTbl | table of SRoundSlot |
Array.SquareSlotTbl | table of SSquareSlot |
Array.ShapeTbl | table of SShape |
[in] | FileName | The filename of the point cloud |
[in] | NbPtToKeep | The maximum number of points to load (in case of memory save), or 0 if unlimited |
[in] | importScanDir | Should we import scanning direction if exists? |
[in] | convertCubicImagesToSpherical | Should convert cubic images sets (cubefaces) into spherical images, if any |
String SSurveyingFormat::toString | ( | ) |
Get the type of the variable.