#Vectorworks

2025-06-18
Curriculum Vitae :
https://public.mgautier.fr/2506_CV%20Olivier%20Dain%20Belmont.pdf


Architecte INSA Strasbourg. HMONP validée.
Master Pro construction bois ENSTIB.
Formation Pro-Paille

Chef de projet
12 Ans d’expérience en agence d’architecture
2 ans d’enseignement de la construction (Technologie et matériaux).
Expérience dans l’humanitaire

5 Publications :
- 1 essai d’architecture et d’urbanisme
- 2 (bientôt 3) albums illustrés jeunesses documentaires sur la ville écologique
- 1 albums illustré jeunesse non illustré sur l’auto-rénovation
- 1 roman jeune adulte

- Autocad archi ○○○○○
- Revit ○○○○○
- Sketchup ○○○○○
- Vector Works ○○○○
- Archicad ○○○

- Adobe ○○○○○

#olivierdainbelmontarchitecte #architecte #architecture #rechercheemploi #cv #curriculumvitae #insastrasbourg #insa @insa_strasbourg #hmonp #enstib @enstib_communication #propaille #autocad #revit #sketchup #vectorworks #archicad #adobephotoshop #adobeindesign
Matthias Funkmfunk
2025-03-11

Homepage bimla.de = Frei zugängliche Bildungsressourcen für BIM in der Landschaftsarchitektur. Ich stelle mein neues Wissensportal bimla.de am 12.03.2025 um 09:30 Uhr auf dem Online-Event "Inside Vectorworks 2025" vor. Anmeldung zum Event über Computerworks.

Ein Landschaftsarchitekt steht vor einem raumfüllenden Hologram und bearbeitet einen Entwurf für eine Parkanlage. Bildbild des Vortrags "Wissensportal BIM in LA"
2025-02-04

オブジェクトをぶち込みまくったCADや、3D CADを使ったり、巨大なプロジェクトをコンパイルするわけでもなけれ3DゲームをプレイするわけでもなければPCのスペックを気にする必要はそこまでないけど、それらをやるのであればPCのスペックを気にする必要がある。だが、ソフトウェアベンダが提示してくる要求スペックというのも、ユーザのリテラシにあぐらをかいているように感じる。例えば #Vectorworks であれば推奨スペックとして6コア以上の #Intel Core i7が指定されているが、一番ショボい6コア以上のCore i7である3930Kより最新のCore i3である14100の方が、 #PassMark CPU Benchmarksでは2倍近く性能がいいことになっている。ちゃんと基準のチップを明示してほしい

Vectorworks 2024|製品別動作環境 aanda.co.jp/Support/sysreq/vw2

2024-01-30

holding a fussy baby while working is doable. holding a fussy baby while working in #vectorworks is absolutely out of the question. because vectorworks is, itself, a fussy baby. #dadthoughts #theater

André AreyzagaAnd_areyzaga
2024-01-21

The cousin, (both and are property of Nemetschek) do a lot of things better but are far from perfect, still the MEP are not quite good, structural analysis? You can export a model to do it on other software and the companion it's not free either and doesn't come with your license...

André AreyzagaAnd_areyzaga
2024-01-21

Just let's take a look on which is one of the very few options available if you wanna buy a perpetual license... This software is tbh, but it lacks on MEP and I'm not sure if it's suitable for me as an architectural engineer... Like it's not JUST designing but it's about all the MEP, structural analysis and my country I HAVE to do seismic analysis... All of those things are kinda ~hard to do on Vectorworks (I mean I can do it with the help of other software)

Alexandre B A Villares 🐍villares@ciberlandia.pt
2023-06-15

A long long time a go I used to make #VectorWorks CAD plug-ins in #Pascal variant called #VectorScript...

splash screen from the installer of "Vector Plug-ins" "VP Tools 1.7"
Alexandre B A Villares 🐍villares@ciberlandia.pt
2023-04-30

In this other life I had, I used to write #Pascal (a.k.a. #VectorScript) plug-ins for a CAD tool called #Vectorworks...

This clumsy line intersection function was part of a tool to draw annotations in architectural drawings of embakment slopes or earthmoving ramps.

{-----------------------------------------------------}
			Function IntersectP (hd1,hd2:HANDLE): VECTOR;
		{-----------------------------------------------------}
		var
			p1_1,p1_2,p2_1,p2_2:VECTOR; {quatro pontos}
			a1,a2, b1,b2:REAL; {A Ž a inclina‹o , B o ponto no eixo Y}
			L1,L2, P :VECTOR; 
			V1,V2:BOOLEAN;
		Begin                      
			GetSegPt1(hd1, p1_1.X, p1_1.Y);
			GetSegPt2(hd1, p1_2.X, p1_2.Y);
			GetSegPt1(hd2, p2_1.X, p2_1.Y);
			GetSegPt2(hd2, p2_2.X, p2_2.Y);
			L1.x:= p1_2.x - p1_1.x;
			L1.y:= p1_2.y - p1_1.y;
			IF L1.x<>0 THEN BEGIN
				V1:=FALSE;
				a1:=L1.y/L1.x;
				b1:= p1_1.y- a1*p1_1.x; 
				END ELSE BEGIN
				V1:=TRUE;
				b1:=p1_1.x;
				END;
			L2.x:= p2_2.x - p2_1.x;
			L2.y:= p2_2.y - p2_1.y;
			IF L2.x<>0 THEN BEGIN
				V2:=FALSE;
				a2:=L2.y/L2.x;
				b2:= p2_1.y- a2*p2_1.x; 
				END ELSE BEGIN
				V2:=TRUE;
				b2:=p2_1.x;
				END;	
			IF V1 then begin
			    P.X := b1;
			    P.Y := (a2 * b1) + b2;
				end else IF V2 then begin
			    P.X := b2;
			    P.Y := (a1 * b2) + b1;
				end else begin
			    P.X := (b2 - b1) / (a1 - a2);
			    P.Y := (a1 * P.X) + b1;
				end;
			IntersectP.X := P.X;
			IntersectP.Y := P.Y;
		{-----------------------------------------------------}
		End; {IntersectP}               
		{-----------------------------------------------------}
2023-03-16

Sind hier #Vectorworks-User?

Alexandre B A Villares 🐍villares@ciberlandia.pt
2023-02-09

Quando eu era sócio de uma pequena editora chamada ProBooks (inicialmente Editora VectoPro) eu fiz várias capas... esta aqui do livro de #Vectorworks era ilustrada com um modelo tridimensional do Edifício Guaimbê, projeto de #PauloMendesDaRocha ganhador do Pritzker.

A tipografia é em Syntax, alfabeto de que gosto muito, fonte desenhada por Hans Eduard Meier.

Capa do livro Vectorworks passo a passo
autor João Gaspar

Perspectiva em "linhas escondidas", isto é sólido branco com com arestas pretas, sem sombreamento, do edifício Guaimbê, que tem brises frontais horizontais curvos e grandes janelas na parte da cozinha e serviços.
Por trás da perspectiva do modelo, levemente sobreposta e em tons de azul próximos ao fundo da capa, uma planta que mostra a parede curva da sala de jantar de um apartamento e mudança de tom na área da sala principal que indica o pé direito mais alto.

Sob o nome do autor, a marca REDE AECPRO (selo do sistema de materiais didáticos da editora VectorPro, posteriormente ProBooks)
Alexandre B A Villares 🐍villares@ciberlandia.pt
2023-02-09
2022-12-17

I use the Professional version of the #OpenSource #QCAD #CAD software, which is amazing 🌈🦄

The free version is fine for #GardenDesign.
qcad.org/en/qcad-downloads-tri

The Professional version has more features & is only £40. This is £2,610 cheaper than the industry standard #Vectorworks 😳
qcad.org/en/online-shop

There is also a really thorough #QCAD book as well:
qcad.org/en/qcad-book

Another #OpenSource alternative to #QCAD is #LibreCAD
librecad.org/

3/8

QCAD website logo
Live, Laugh, LovecraftLivelaughlovecraft@mas.to
2022-12-16

Lighting map in #VectorWorks in front of the set.

A laptop computer in front of a set, depicting the lighting map.
2022-11-25

@Livelaughlovecraft I also draft in #Vectorworks using Spotlight for #Lightwright integration. I have been using it since it was MiniCAD 7.0

Live, Laugh, LovecraftLivelaughlovecraft@mas.to
2022-11-12

Does anyone else here use #VectorWorks

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst