Does anyone know the differences between these two components? My main concerns are when trying to automate writing old user objects which type should we use?
Differences Noted:
- In the Legacy component the Type Hint GUI menu for a decimal number is listed as
double
instead offloat
( but the type hint still evaluates todouble
for both component types) - The Legacy component users cannot add (+) or remove (-) parameters.
- Legacy component has a different component GUID which might affect users trying to upgrade old ghpython userobjects. Is it correct to assume that if we’ve authored previous ghpython components in Rhino 7 then the component GUID would be the the (Legacy) component?