CadPolyline: Difference between revisions

From SDK
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
[[File:Back.jpg|right|50px|link=High Level Objects]]
[[File:Back.jpg|right|50px|link=High Level Objects]]
[[Category:SDK]]
[[Category:SDK]]
This object represents a vector in the program which has been created by the polyline drawing tool. It has all the same properties and methods as a CadContour and can be treated as one. It is identified by the object.ClassName property == “vcCadPolyline”. To convert a ‘CadObject’ to a ‘CadPolyline’ use the helper function CastCadObjectToCadPolyline   
This object represents a vector in the program which has been created by the polyline drawing tool. It has all the same properties and methods as a CadContour and can be treated as one.  
 
It is identified by the object.ClassName property == “vcCadPolyline”. To convert a ‘CadObject’ to a ‘CadPolyline’ use the helper function CastCadObjectToCadPolyline   


 
 

Latest revision as of 06:24, 16 May 2024

Back.jpg

This object represents a vector in the program which has been created by the polyline drawing tool. It has all the same properties and methods as a CadContour and can be treated as one.

It is identified by the object.ClassName property == “vcCadPolyline”. To convert a ‘CadObject’ to a ‘CadPolyline’ use the helper function CastCadObjectToCadPolyline


Back.jpg

References

Please Note: The base material for the contents found in this WiKi was sourced from Vectric Lua Interface for Gadgets, version 2.05, published September 12, 2018. by Vectric Ltd. Most current document from Vertric can be downloaded at Vertric Developer Information