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()