Kars Keizer 1 Posted October 13, 2020 (edited) I found an script i wanted to use as an example for making my own Plug In Objects. This link is where i found the script: https://developer.vectorworks.net/index.php/Python_Sample_Point_Object_(complex) i installed the script and it is working but when i opened the script to see how it is working i noticed some functions which are not in the Function Referencehttps://developer.vectorworks.net/index.php/VS:Function_Reference Can someone tell me more about this? for example where i can find an description and parameters of these? the functions: vs.kObjXPropHasUIOverride = 8 vs.kObjXHasCustomWidgetVisibilities = 12 vs.kParametricRecalculate = 3 vs.kObjOnInitXProperties = 5 vs.kObjOnWidgetPrep = 41 vs.kObjOnObjectUIButtonHit = 35 vs.kObjectEventHandled = -8 Edited October 13, 2020 by Kars Keizer Quote Share this post Link to post
Kars Keizer 1 Posted October 13, 2020 (edited) Nevermind. I see the scripts is setting variables using vs. in the variable name. this confused me. the overall function is "VS:SetObjPropVS" and the int. set to the variables are the parameters for this function learning constantly, this script is using OOP if I'm correct Edited October 13, 2020 by Kars Keizer Quote Share this post Link to post
Nicolas Goutte 82 Posted October 13, 2020 https://developer.vectorworks.net/index.php/SDK:Parametric_Extended_Properties 1 Quote Share this post Link to post