Pár poznámok k automatizácii procesov importu bodov do prostredia Civil 3D.
Just few notices to automatization process during COGO points import.
As far as using column Description while You import COGO points from a text file (e.g. PENZD format) there is possibility to automate point styling via its values. All necessary settings are present under Toolspace > Settings > Point > Description Key Sets and fig. 01 shows how to assign particular values to individual abbreviations (the whole description set is named “mereniTS_point-descrip” in this case).
Code – is a code which resolves point parsing – eg. any point with description starting by “BP” will be assigned and styled according to “mereniTS_bodove_pole(BP)”.
| Fig. 01. Left is Toolspace > Settings with new Description Key Set definition. All neccessary settings are in this dialog window. |
- ~ (tilda) – replaces any string except the defined (~*AB* replaces only strings that doesn`t involve AB)
- ‘ (quote) – replaces only exact string (’AB influenced only AB and no another expression, eg. ABC)
- # (ladder) – replaces just one integer
- ? (question-mark) – replaces just one character
- . (dot) – replaces one non-alphanumeric symbol
- - (hyphen) – defines the scope of wildcards in square brackets ([A-B]P replaces AP and BP but not CP)
- [...] (square brackets) – defines at scope of at least one expresion ([ABC]P replaces for example AP or CP but not DP)
CAD v archeológii | CAD in archaeology - ďalšie články tohto seriálu | another posts from this serial:
- CAD v archeológii I. - úvod do problematiky | CAD in archaeology I. - introduction
- CAD v archeológii II. - základné pravidlá modelovania | CAD in archaeology II. - base rules for modeling
- CAD v archeológii III. - výber aplikácie | CAD in archaeology III. - application choice
- CAD v archeológii IV. - import meraných bodov | CAD in archaeology IV. - survey points import
- CAD v archeológii V. - ešte k importu bodov | CAD in archaeology V. - yet another notice to point import process
- CAD v archeológii VI. - štýlovanie bodov (ukážky) | CAD in archaeology VI. - point styling (examples)
- CAD v archeológii VII. - k COGO bodom naposledy .>)