User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:57, 13 August 2014 (diff | hist) . . (0) . . VS:Function Reference
- 09:59, 13 August 2014 (diff | hist) . . (+23) . . Template:GetRoofProperties (top)
- 09:56, 13 August 2014 (diff | hist) . . (+1,859) . . N Template:GetRoofProperties (Created page with "<code lang="pas"> PROCEDURE Example; PROCEDURE ShowRoofFaceAttrib(roofFace :HANDLE); VAR roofRise, roofRun :REAL; miterType, holeStyle :INTEGER; vertPart, thickness :REAL; ...")
- 09:55, 13 August 2014 (diff | hist) . . (+12) . . Template:WorkingWithResrouceList (top)
- 09:52, 13 August 2014 (diff | hist) . . (+254) . . Template:WorkingWithResrouceList
- 09:50, 13 August 2014 (diff | hist) . . (+2,141) . . N Template:XMLParse (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE Example; CONST userFolder = 2; xmlFile = 'Preferences.xml'; xmlRoot = '/VectorWorksPreferences/General'; VAR xml...")
- 09:49, 13 August 2014 (diff | hist) . . (+937) . . N Template:IsolateLayer (Created page with "==== VectorScript ==== <code lang="pas"> { example from unknown author on Vectorlab, Dec 2006 } PROCEDURE IsolateLayer; {sets selected object's layer to active and greys all o...") (top)
- 09:47, 13 August 2014 (diff | hist) . . (+1,019) . . N Template:GetHolePolyline (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE Example; VAR inPolyline :HANDLE; outNumHoles :INTEGER; inIndex :INTEGER; outHole :HANDLE; vertexNum :INTEGER; pX,...") (top)
- 13:38, 1 August 2014 (diff | hist) . . (0) . . File:ImportEvelationExample.zip (Maziar uploaded a new version of "File:ImportEvelationExample.zip") (top)
- 13:14, 1 August 2014 (diff | hist) . . (+6,920) . . N Python sample to Import elevation (Created page with "{{LocationMain|category=LocationPYSpecial|specific=}} <div class="rightmenu"> __TOC__ </div> == How to install == You can find the scripts in the resource browser of the follo...") (top)
- 12:56, 1 August 2014 (diff | hist) . . (0) . . N File:ImportEvelationExample.zip
- 12:22, 1 August 2014 (diff | hist) . . (+95) . . Python (→Samples)
- 09:43, 1 August 2014 (diff | hist) . . (+21) . . Python Sample Menu with Two Objects (→How to install)
- 08:40, 1 August 2014 (diff | hist) . . (+1,235) . . N Template:CustomObject (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE Example; VAR objName :STRING; objHand, recHand, wallHand :HANDLE; colorIndexBefore, colorIndexAfter, pRed, pGreen, pBlue :IN...") (top)
- 12:07, 22 July 2014 (diff | hist) . . (+23) . . Template:TraverseObjects (top)
- 12:05, 22 July 2014 (diff | hist) . . (+102) . . Template:Manipulate3DObjects (top)
- 12:04, 22 July 2014 (diff | hist) . . (+257) . . Template:DialogLayoutPulldownMenu (top)
- 12:02, 22 July 2014 (diff | hist) . . (+27) . . Template:ComplexDialogLayout3
- 12:00, 22 July 2014 (diff | hist) . . (+13) . . Template:ComplexDialogLayout4
- 11:59, 22 July 2014 (diff | hist) . . (+12) . . Template:ColorPopupDialog (top)
- 11:57, 22 July 2014 (diff | hist) . . (+44) . . Template:ComplexDialogLayout6 (top)
- 11:55, 22 July 2014 (diff | hist) . . (+36) . . Template:ComplexDialogLayout5
- 10:10, 22 July 2014 (diff | hist) . . (+2,201) . . N Template:Manipulate3DObjects (Created page with "<code lang="pas"> PROCEDURE IncreaseExtr; {This script increases extruded objects in the selection by a user requested value.} {by Paolo, on the VectorScript bulletin board} V...")
- 10:07, 22 July 2014 (diff | hist) . . (+787) . . N Template:TraverseObjects (Created page with "If you need to traverse all objects in the document, you'll have to traverse all layers and then list the objects in each one: <code lang="pas"> PROCEDURE ListDocument; VAR h...")
- 15:17, 17 July 2014 (diff | hist) . . (+23) . . Template:DTM6 Sample (top)
- 15:08, 17 July 2014 (diff | hist) . . (+23) . . Template:SimpleDialog (top)
- 15:07, 17 July 2014 (diff | hist) . . (+23) . . Template:SelectandDelObjects (top)
- 15:03, 17 July 2014 (diff | hist) . . (+763) . . N SelectandDelObjects (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE Example; VAR red, green, blue, color :LONGINT; criteria :STRING; BEGIN red := 65535; green := 0; blue := 0; RGBToColorIndex(...") (top)
- 15:02, 17 July 2014 (diff | hist) . . (+23) . . Template:CreateRoofObj (top)
- 15:02, 17 July 2014 (diff | hist) . . (+1,400) . . N DBSQL (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE Test; VAR res : BOOLEAN; colCnt, resSetInst, colIndex, rowIndex : LONGINT; colName, colValue : DYNARRAY [] OF CHAR; BEGIN...") (top)
- 15:01, 17 July 2014 (diff | hist) . . (+1,298) . . N Template:CreateShedDormer (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE Test; VAR roofHandle : HANDLE; shedID : INTEGER; BEGIN roofHandle := CreateRoof(TRUE,5 1/2",5 1/2",4,9.52627"); ...") (top)
- 14:56, 17 July 2014 (diff | hist) . . (+4,544) . . N Template:ComplexDialogLayout3 (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE dialog1_Main; CONST kOK = 1; kCancel = 2; kTabControl = 4; kTabPane_1 = 5; kTabPane_2 = 6; kSwa...")
- 14:55, 17 July 2014 (diff | hist) . . (+23) . . Template:ComplexDialogLayout2
- 14:52, 17 July 2014 (diff | hist) . . (+23) . . Template:ComplexDialogLayout4
- 14:50, 17 July 2014 (diff | hist) . . (+23) . . Template:ColorPopupDialog
- 14:48, 17 July 2014 (diff | hist) . . (+23) . . Template:AlertDialogsAndMessages (top)
- 14:47, 17 July 2014 (diff | hist) . . (+23) . . Template:TraverseObjectsInActiveLayer (top)
- 14:45, 17 July 2014 (diff | hist) . . (+23) . . Template:CreateWallObject (top)
- 14:43, 17 July 2014 (diff | hist) . . (+23) . . Template:AddSurface (top)
- 14:41, 17 July 2014 (diff | hist) . . (+23) . . Template:BeginXtrd
- 13:56, 17 July 2014 (diff | hist) . . (+23) . . Template:AddHatchToResource (top)
- 08:52, 15 July 2014 (diff | hist) . . (0) . . Template:DTM6 Sample
- 08:43, 15 July 2014 (diff | hist) . . (+1,151) . . N Template:DTM6 Sample (Created page with "<code lang="pas"> PROCEDURE Example; VAR hDTM :HANDLE; hPoly3D : HANDLE; x :REAL; y :REAL; z :REAL; result :BOOLEAN; BEGIN Poly(0,0,-0.5,1,0.5,1.5,2,1,1,-0.5); hPoly3D := LO...")
- 08:41, 15 July 2014 (diff | hist) . . (+4,211) . . N Template:ComplexDialogLayout6 (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE dialog1_Main; VAR dialog1 :INTEGER; result : INTEGER; PROCEDURE dialog1_Setup; BEGIN dialog1 := CreateLayout('Swap Pan...")
- 08:39, 15 July 2014 (diff | hist) . . (+4,705) . . N Template:ComplexDialogLayout5 (Created page with "==== VectorScript ==== <code lang="pas"> PROCEDURE dialog1_Main; VAR dialog1 :INTEGER; PROCEDURE dialog1_Setup; BEGIN dialog1 := CreateLayout('Swap Pane Test', FALSE, 'O...")
- 08:37, 15 July 2014 (diff | hist) . . (+344) . . N Template:SimpleDialog (Created page with "<code lang="pas"> PROCEDURE Example; VAR i : INTEGER; BEGIN i := IntDialog('Enter an integer:', '0'); IF NOT DidCancel THEN BEGIN i := i*3; Message(i); END; END; RUN(Example);...")
- 08:34, 15 July 2014 (diff | hist) . . (+79) . . Template:WorkingWithResrouceList
- 08:32, 15 July 2014 (diff | hist) . . (+740) . . N Template:SelectandDelObjects (Created page with "<code lang="pas"> PROCEDURE Example; VAR red, green, blue, color :LONGINT; criteria :STRING; BEGIN red := 65535; green := 0; blue := 0; RGBToColorIndex(red, green, blue, color...")
- 08:26, 15 July 2014 (diff | hist) . . (+1,377) . . N Template:DBSQL (Created page with "<code lang="pas"> PROCEDURE Test; VAR res : BOOLEAN; colCnt, resSetInst, colIndex, rowIndex : LONGINT; colName, colValue : DYNARRAY [] OF CHAR; BEGIN res := DBSQLExecuteDS...") (top)
- 15:47, 11 July 2014 (diff | hist) . . (+6,660) . . N Template:ComplexDialogLayout4 (Created page with "<code lang="pas"> PROCEDURE LB_LayerList; VAR dialog1 : INTEGER; kImageCheck,kImageBlank,kImageSheet,kImageView : Integer; {-----------------------------------------------...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)