User contributions for WikiSysop
Jump to navigation
Jump to search
3 August 2021
- 20:1820:18, 3 August 2021 diff hist +477 N BezierSpan Created page with " right|50px|link=Creating Vectors From Script right|50px|link=Creating Vectors From Script ==References== '''Please Note:''..."
- 20:1720:17, 3 August 2021 diff hist +21 ArcSpan No edit summary
- 20:1620:16, 3 August 2021 diff hist +131 ArcSpan No edit summary
- 20:0620:06, 3 August 2021 diff hist +491 ArcSpan No edit summary
- 20:0220:02, 3 August 2021 diff hist +20 ArcSpan No edit summary Tag: Visual edit
- 20:0020:00, 3 August 2021 diff hist −2 ArcSpan →= ArcSpan(Point2D start_pt, Point2D end_pt, Point2D centre_pt, bool ccw) Tag: Visual edit
- 19:5919:59, 3 August 2021 diff hist +178 ArcSpan No edit summary
- 19:5519:55, 3 August 2021 diff hist +18 ArcSpan No edit summary
- 19:5319:53, 3 August 2021 diff hist +5,262 ArcSpan No edit summary
- 19:5219:52, 3 August 2021 diff hist +11 N ArcSpan Created page with " Blank page"
- 19:5219:52, 3 August 2021 diff hist +68 Creating Vectors From Script No edit summary
- 19:4919:49, 3 August 2021 diff hist +538 Creating Vectors From Script No edit summary Tag: Visual edit: Switched
- 19:4719:47, 3 August 2021 diff hist +15,563 N 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,..." current
- 19:4719:47, 3 August 2021 diff hist +778 N 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:4219:42, 3 August 2021 diff hist +4,844 N 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:4219:42, 3 August 2021 diff hist +3,163 N 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..." current
- 19:4219:42, 3 August 2021 diff hist +3,548 N 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..." current
- 19:4119:41, 3 August 2021 diff hist +1,631 N 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..." current
- 19:4119:41, 3 August 2021 diff hist +4,272 N 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..." current
- 19:4119:41, 3 August 2021 diff hist +2,298 N 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:4019:40, 3 August 2021 diff hist +826 N 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:4019:40, 3 August 2021 diff hist +2,257 N 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:4019:40, 3 August 2021 diff hist +1,995 N 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..." current
- 19:3919:39, 3 August 2021 diff hist +1,308 N 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:3919:39, 3 August 2021 diff hist +7,337 N 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:3919:39, 3 August 2021 diff hist +5,454 N 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:3819:38, 3 August 2021 diff hist +3,919 N 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:3819:38, 3 August 2021 diff hist +8,895 N 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:3819:38, 3 August 2021 diff hist +9,203 N 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:3719:37, 3 August 2021 diff hist +1,026 N 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:3719:37, 3 August 2021 diff hist +3,177 N 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..." current
- 19:3719:37, 3 August 2021 diff hist +646 N 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..." current
- 19:3619:36, 3 August 2021 diff hist +942 N 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..." current
- 19:3619:36, 3 August 2021 diff hist +3,171 N 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:3519:35, 3 August 2021 diff hist +3,416 N 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..." current
- 19:3519:35, 3 August 2021 diff hist +2,452 N 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:3419:34, 3 August 2021 diff hist +421 N 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,..."
16 July 2021
- 08:4108:41, 16 July 2021 diff hist +2 Main Page →Reference and Video Training Tag: Visual edit
- 08:3908:39, 16 July 2021 diff hist +703 N 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:3508:35, 16 July 2021 diff hist 0 N File:LuaHeader.jpg No edit summary current
- 08:3308:33, 16 July 2021 diff hist 0 N File:Back.jpg No edit summary current
- 08:3208:32, 16 July 2021 diff hist +3,328 N 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:1908:19, 16 July 2021 diff hist 0 N File:MyBot.png No edit summary current
- 08:1708:17, 16 July 2021 diff hist 0 N File:ZBS.jpg No edit summary current
- 08:1608:16, 16 July 2021 diff hist −14 Main Page →Reference Materials
- 08:1508:15, 16 July 2021 diff hist 0 N File:VLIFG.jpg No edit summary current
- 07:5707:57, 16 July 2021 diff hist +15 Main Page No edit summary
- 07:4107:41, 16 July 2021 diff hist +2,829 N 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..."
- 07:4007:40, 16 July 2021 diff hist −1 Main Page →Reference Materials
- 07:3107:31, 16 July 2021 diff hist +1,194 Main Page No edit summary