Automatic Export of XYZ Pointcloud

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Automatic Export of XYZ Pointcloud

    I an looking for a way to automatically export an XYZ point cloud after each part run and to annotate the exported file with a batch number, date & time etc. Any help is much appreciated. Working in 2012.TIA
    3.7mr3CAD++ / 2011mr1CAD++/2012mr1CAD++/QUINDOS7

  • #2
    After creating your point cloud

    Insert...Point Cloud...Operator... Select Export from the dropdown, fill out the rest, then parameterize that which needs parameterization.

    Code:
    SCN1 =FEAT/SCAN,LINEAROPEN,NUMBER OF HITS=22,SHOW HITS=NO,SHOWALLPARAMS=NO
    MEAS/SCAN
    BASICSCAN/LINE,NUMBER OF HITS=22,SHOW HITS=NO,SHOWALLPARAMS=NO
    ENDSCAN
    ENDMEAS/
    
    COP1 =COP/DATA,TOTAL SIZE=22,REDUCED SIZE=22,
    FINDNOMS=NO,REF=SCN1,,
    
    ASSIGN/V1="C:\\DADDYSSECRETFOLDER\\LIVESTOCK\\" + SAMPLEID + ".txt"
    
    COPEXPORT1 =COP/OPER,EXPORT,FORMAT=XYZ,FILENAME=V1,
    SIZE=22,REF=COP1,,

    Comment

    Related Topics

    Collapse

    Working...
    X