All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SDK. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:31, 3 August 2021 WikiSysop talk contribs created page Point2D (Created page with "right|50px|link=Low Level Geometry Category:SDK This object represents a 2D point (X and Y values only). It is used by many other objects and can also be...")
- 20:31, 3 August 2021 WikiSysop talk contribs created page Matrix2D (Created page with "right|50px|link=Low Level Geometry Category:SDK This object represents a matrix which can be used to transform 2D points Note: translation, rotation scal...")
- 20:31, 3 August 2021 WikiSysop talk contribs created page Box3D (Created page with "right|50px|link=Low Level Geometry Category:SDK This object represents a 3D bounding box for objects. ==Properties== ===.BLC=== '''Interaction:''' R...")
- 20:30, 3 August 2021 WikiSysop talk contribs created page Box2D (Created page with "right|50px|link=Low Level Geometry Category:SDK This object represents a 2d bounding box for an object or group of objects. ==Constructor== ===Box2D()...")
- 20:30, 3 August 2021 WikiSysop talk contribs created page Low Level Geometry (Created page with "To make programming scripts easier, Vectric provide access to a range of low level geometric primitives which can greatly simplify writing scripts which involve geometry manip...")
- 20:23, 3 August 2021 WikiSysop talk contribs created page Span (Created page with "Category:SDK right|50px|link=Creating Vectors From Script This object is the base class for spans in a Contour. Spans are either lines, arcs or beziers o...")
- 20:19, 3 August 2021 WikiSysop talk contribs created page ToolpathTab (Created page with "right|50px|link=Creating Vectors From Script right|50px|link=Creating Vectors From Script ==References== '''Please Note:'...")
- 20:19, 3 August 2021 WikiSysop talk contribs created page Span Helper Methods (Created page with "right|50px|link=Creating Vectors From Script right|50px|link=Creating Vectors From Script ==References== '''Please Note:'...")
- 20:19, 3 August 2021 WikiSysop talk contribs created page LineSpan (Created page with "right|50px|link=Creating Vectors From Script right|50px|link=Creating Vectors From Script ==References== '''Please Note:'...")
- 20:18, 3 August 2021 WikiSysop talk contribs created page ContourGroup (Created page with "right|50px|link=Creating Vectors From Script right|50px|link=Creating Vectors From Script ==References== '''Please Note:'...")
- 20:18, 3 August 2021 WikiSysop talk contribs created page BezierSpan (Created page with " right|50px|link=Creating Vectors From Script right|50px|link=Creating Vectors From Script ==References== '''Please Note:''...")
- 19:52, 3 August 2021 WikiSysop talk contribs created page ArcSpan (Created page with " Blank page")
- 19:47, 3 August 2021 WikiSysop talk contribs created page Contour (Created page with " right|50px|link=Creating Vectors From Script Category:SDK This object represents a single vector within the application. Open and closed vectors, arcs,...")
- 19:47, 3 August 2021 WikiSysop talk contribs created page Creating Vectors From Script (Created page with "The previous objects (VectricJob, CadLayer, CadContour etc) represent high level objects used within the program. When the user wants to create new geometry from within a scri...")
- 19:42, 3 August 2021 WikiSysop talk contribs created page SelectionList (Created page with " right|50px|link=High Level Objects Category:SDK This object holds a list of CadObjects representing the current selection in the program. <nowiki>...")
- 19:42, 3 August 2021 WikiSysop talk contribs created page CadObjectList (Created page with " right|50px|link=High Level Objects Category:SDK This object holds a list of CadObjects Constructor CadObjectList(bool owns_objects) Creates a n...")
- 19:42, 3 August 2021 WikiSysop talk contribs created page UUID List (Created page with "right|50px|link=High Level Objects Category:SDK Object which holds a list of UUID’s (note NOT luaUUID’s these are ‘raw’ UUID’s). == Construc...")
- 19:41, 3 August 2021 WikiSysop talk contribs created page LuaUUID (Created page with "right|50px|link=High Level Objects Category:SDK Every object in the job has a unique id referred to as a UUID. As these id’s are difficult to save and...")
- 19:41, 3 August 2021 WikiSysop talk contribs created page ParameterList (Created page with " right|50px|link=High Level Objects Category:SDK This object is used to store strings, doubles and integers as ‘properties’ of an object such as the...")
- 19:41, 3 August 2021 WikiSysop talk contribs created page CadMarker (Created page with " right|50px|link=High Level Objects Category:SDK This object represents a ‘marker’ in the program which can be used to label items. CadMarkers are no...")
- 19:40, 3 August 2021 WikiSysop talk contribs created page CadPolyline (Created page with "right|50px|link=High Level Objects Category:SDK This object represents a vector in the program which has been created by the polyline drawing tool. It ha...")
- 19:40, 3 August 2021 WikiSysop talk contribs created page CadBitmap (Created page with " right|50px|link=High Level Objects Category:SDK This object represents an imported bitmap in the program. It is identified by the object.ClassName prope...")
- 19:40, 3 August 2021 WikiSysop talk contribs created page CadObjectGroup (Created page with "right|50px|link=High Level Objects Category:SDK This object is derived from CadObject and represents a group of CadObjects within the job. ==Properties...")
- 19:39, 3 August 2021 WikiSysop talk contribs created page CadContour (Created page with "right|50px|link=High Level Objects Category:SDK This object is derived from CadObject and represents a single vector within the job. A CadContour holds a...")
- 19:39, 3 August 2021 WikiSysop talk contribs created page CadObject (Created page with " right|50px|link=High Level Objects Category:SDK This object is the base class for all the different types of objects which can appear on a layer within...")
- 19:39, 3 August 2021 WikiSysop talk contribs created page CadLayer (Created page with " right|50px|link=High Level Objects Category:SDK This object holds all the data for a layer within the application. Layers are created and accessed via t...")
- 19:38, 3 August 2021 WikiSysop talk contribs created page CadLayerManager (Created page with " right|50px|link=High Level Objects Category:SDK This object is responsible for managing all the layers within the application. A reference to the CadLay...")
- 19:38, 3 August 2021 WikiSysop talk contribs created page VectricJob (Created page with " right|50px|link=High Level Objects Category:SDK This is the main object a script writer will interact with and represents the currently open job (file)...")
- 19:38, 3 August 2021 WikiSysop talk contribs created page MaterialBlock (Created page with "right|50px|link=High Level Objects Category:SDK This object represents the material block within the program. It holds the width, height and thickness of...")
- 19:37, 3 August 2021 WikiSysop talk contribs created page High Level Objects (Created page with "right|50px|link=Vectric Lua Interface for Gadgets Category:SDK The objects in this section of the document represent the high-level objects within the pr...")
- 19:37, 3 August 2021 WikiSysop talk contribs created page Data File Locations Related Global Methods (Created page with "right|50px|link=Vectric Lua Interface for Gadgets Category:SDK === GetDataLocation() === ---- Returns the <code>"root"</code> data location for the appl...")
- 19:37, 3 August 2021 WikiSysop talk contribs created page Document Variable Related Global Methods (Created page with "=== IsInvalidDocumentVariableName( string name) === Category:SDK Returns true if the passed name is invalid for a DocumentVariable. Document variable names must begin wit...")
- 19:36, 3 August 2021 WikiSysop talk contribs created page Component Related Global Methods – Aspire Only (Created page with "right|50px|link=Vectric Lua Interface for Gadgets Category:SDK === IsTransparent( float value) === ---- Returns true if the specified value is consider...")
- 19:36, 3 August 2021 WikiSysop talk contribs created page Vector Object Related Global Methods (Created page with "right|50px|link=Vectric Lua Interface for Gadgets These methods do what? (need info) Category:SDK === CastCadObjectToCadBitmap( CadObject obj) === ---...")
- 19:35, 3 August 2021 WikiSysop talk contribs created page Job Related Global Methods (Created page with "right|50px|link=Vectric Lua Interface for Gadgets These methods do what? (need info here) == CloseCurrentJob()== Close the current job. Same as preforming...")
- 19:35, 3 August 2021 WikiSysop talk contribs created page Global Methods (Created page with "right|50px|link=Vectric Lua Interface for Gadgets Most of the actions you can perform from Lua are done by calling methods on objects associated with the cur...")
- 19:34, 3 August 2021 WikiSysop talk contribs created page SDK:Revisions (Created page with "right|50px|link=Vectric Lua Interface for Gadgets Category:SDK '''Revision History''' ToolpathManager#:DeleteAllToolpaths.28.29|Number 001 - Feb 10,...")
- 08:39, 16 July 2021 WikiSysop talk contribs created page Vectric Syntax Libraries (Created page with " Category:SDK right|50px|link=Main Page ==Obtain Syntax Library== Download: [http://www.jimandi.com/VCarve-Tools/WikiDownLoad/Vectric-ZeroBrane_API.zip...")
- 08:35, 16 July 2021 WikiSysop talk contribs created page File:LuaHeader.jpg
- 08:35, 16 July 2021 WikiSysop talk contribs uploaded File:LuaHeader.jpg
- 08:33, 16 July 2021 WikiSysop talk contribs created page File:Back.jpg
- 08:33, 16 July 2021 WikiSysop talk contribs uploaded File:Back.jpg
- 08:32, 16 July 2021 WikiSysop talk contribs created page ZeroBrane Studio Setup (Created page with "right|50px|link=Main Page Category:SDK '''ZeroBrane Studio / Vectric Setup''' A guide on how to obtain and setting up ZeroBrane Studio on your PC to work...")
- 08:19, 16 July 2021 WikiSysop talk contribs created page File:MyBot.png
- 08:19, 16 July 2021 WikiSysop talk contribs uploaded File:MyBot.png
- 08:17, 16 July 2021 WikiSysop talk contribs created page File:ZBS.jpg
- 08:17, 16 July 2021 WikiSysop talk contribs uploaded File:ZBS.jpg
- 08:15, 16 July 2021 WikiSysop talk contribs created page File:VLIFG.jpg
- 08:15, 16 July 2021 WikiSysop talk contribs uploaded File:VLIFG.jpg
- 07:41, 16 July 2021 WikiSysop talk contribs created page Vectric Lua Interface for Gadgets (Created page with "right|50px|link=Main Page Category:SDK ======''Version 3.0''====== '''Please Note: ''The base material for the contents found in this WiKi was sourced fr...")