User:CBM-c-: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(expand)
(→‎Subpages: add energos example, later add more)
 
Line 20: Line 20:
| [[User:CBM-c-/VS-Math| Vector Math in the VS API]]
| [[User:CBM-c-/VS-Math| Vector Math in the VS API]]
| Illustrates the API for vector math, for non-programmers (Vectorscript Pascal).
| Illustrates the API for vector math, for non-programmers (Vectorscript Pascal).
|-
| [[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.
|-
|-
| [[file:C_LB_NNAclasses.png | 100px | link=User:CBM-c-/VS-List_Browsers_part_1]]
| [[file:C_LB_NNAclasses.png | 100px | link=User:CBM-c-/VS-List_Browsers_part_1]]
Line 32: Line 28:
:* [[User:CBM-c-/VS-List_Browsers_part_3| List Browsers, part 3]] - Rows, Owner Type, Cells
:* [[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
:* [[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.