User:CBM-c-: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(→‎Subpages: add energos example, later add more)
 
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
Ciao,
Ciao,


I am _c_, an architect and BIM Manager based in Berlin. With two decades of field praxis, my expertise is BIM management and project coordination, batch editors and enpowering large projects through extreme customisation. If it can be done, I get it done.
I am _c_, previously known as ''Orso B. Schmid'' of Vectorlab.info. I am an architect and BIM Manager based in Berlin. With two decades of field praxis, my expertise is BIM management and project coordination, batch editors and enpowering large projects through extreme customisation. If it can be done, I get it done.


See www.cad-bim-manager.com for more.
See www.cad-bim-manager.com for more.
Line 11: Line 11:


== Subpages ==
== Subpages ==
 
{| class="wikitable"
; [[User:CBM-c-/VS-Py Rosetta Stone| Pascal - Python Rosetta Stone]]: Map common pitfalls while transitioning from Vectorscript Pascal to Vectorscript Python.
|-
; [[User:CBM-c-/VS-Math| Vector Math in the VS API]]: Illustrate vector math as in Vectorscript Pascal for non-programmers.
| [[file:PythonIndent1.png | 50px | link=User:CBM-c-/VS-Py Rosetta Stone]]
; [[User:CBM-c-/Plug-in with widget basic example| Plug-in with widgets, basic example]]: a Python example of custom plug-in object with collapsable/expandable widgets.
| [[User:CBM-c-/VS-Py Rosetta Stone| Pascal <> Python Rosetta Stone]]
 
| Translation map between Pascal and Python with common pitfalls.
; List Browsers Documentation: Updated Vectorlab article with extensive examples (Vectorscript Pascal):
|-
:* [[User:CBM-c-/VS-List_Browsers_part_1| List Browsers, part 1]]
| [[file:C_MathVectorOperations.png | 100px | link=User:CBM-c-/VS-Math]]
:* [[User:CBM-c-/VS-List_Browsers_part_2| List Browsers, part 2]]
| [[User:CBM-c-/VS-Math| Vector Math in the VS API]]
:* [[User:CBM-c-/VS-List_Browsers_part_3| List Browsers, part 3]]
| Illustrates the API for vector math, for non-programmers (Vectorscript Pascal).
:* [[User:CBM-c-/VS-List_Browsers_part_4| List Browsers, part 4]]
|-
| [[file:C_LB_NNAclasses.png | 100px | link=User:CBM-c-/VS-List_Browsers_part_1]]
| [[User:CBM-c-/VS-List_Browsers_part_1| List Browsers Documentation]]
| Updated Vectorlab article with extensive examples (Vectorscript Pascal):
:* [[User:CBM-c-/VS-List_Browsers_part_1| List Browsers, part 1]] -  Creation, Lists, Loading, Icons
:* [[User:CBM-c-/VS-List_Browsers_part_2| List Browsers, part 2]] - Settings, Column Data Items, Display Type, Control Type
:* [[User:CBM-c-/VS-List_Browsers_part_3| List Browsers, part 3]] - Rows, Owner Type, Cells
:* [[User:CBM-c-/VS-List_Browsers_part_4| List Browsers, part 4]] - Events, selection, updating, visibility, enablements, data destruction
|-
| [[file:pioWithWidget_img1.png | 100px | link=User:CBM-c-/Plug-in with widget basic example]]
| [[User:CBM-c-/Plug-in with widget basic example| Plug-in with widgets, basic example]]
| Python example of custom plug-in object drawing a rectangle with a control point-driven label and collapsable/expandable widgets.
|-
|
| [[User:CBM-c-/Energos basic example| ENERGOS, basic example]]
| Python example for ENERGOS access: manipulation of lambda values in Wall Styles.
|}

Latest revision as of 07:05, 25 April 2022

Ciao,

I am _c_, previously known as Orso B. Schmid of Vectorlab.info. I am an architect and BIM Manager based in Berlin. With two decades of field praxis, my expertise is BIM management and project coordination, batch editors and enpowering large projects through extreme customisation. If it can be done, I get it done.

See www.cad-bim-manager.com for more.


Subpages

Pascal <> Python Rosetta Stone Translation map between Pascal and Python with common pitfalls.
Vector Math in the VS API Illustrates the API for vector math, for non-programmers (Vectorscript Pascal).
List Browsers Documentation Updated Vectorlab article with extensive examples (Vectorscript Pascal):
Plug-in with widgets, basic example Python example of custom plug-in object drawing a rectangle with a control point-driven label and collapsable/expandable widgets.
ENERGOS, basic example Python example for ENERGOS access: manipulation of lambda values in Wall Styles.