Could be possible to extend that to Interfaces too ?
For example:
Code: Select all
Interface Triangle
Destroy()
GetSide.d(Side.s)
SetSide(Side.s, Value.d)
CalcExtent.d()
EndInterface
Code: Select all
tri.Triangle
Code: Select all
tri\
Code: Select all
tri\SetSide(
Is there any chance, or maybe some way to obtain this already ?
Thank you.