Removing Soft Edges
Posted: Sun Jun 26, 2022 8:27 pm
Hi,
How do I remove a soft edge from a shapes style?
I tried setting it to 0:
but that just sets it to 0 but still keeps it.
Surprisingly I couldn't find one script on MohoScripts.com that has uses the command SetSoftEdge, so have no example of how to undo its effect.
I tried removing all the styles using
but that seems to ignore soft edges
Is there another command I should be using, or am I going about it the wrong way?
Thank you for your help.
How do I remove a soft edge from a shapes style?
I tried setting it to 0:
Code: Select all
myshape.fMyStyle:SetSoftEdge(0)
Surprisingly I couldn't find one script on MohoScripts.com that has uses the command SetSoftEdge, so have no example of how to undo its effect.
I tried removing all the styles using
Code: Select all
myshape:RemoveStyles()
Is there another command I should be using, or am I going about it the wrong way?
Thank you for your help.