asString
asString
feature:asString()
Restituisce "<SolidworksFeature:" più il nome della feature.
Esempio 1. Esempio asString
local top = top_ptop()
local prt = top:new("TG_test")
print("\nasString = " .. (prt:asString() or "nil"))
prt:erase()
Created with the Personal Edition of HelpNDoc: Make CHM Help File Creation a Breeze with HelpNDoc