What is the functionality of the "f" character in arc command

What is the functionality of the "f" character in arc command

Anonymous
Not applicable
557 Views
3 Replies
Message 1 of 4

What is the functionality of the "f" character in arc command

Anonymous
Not applicable

Hi,

Could you please help me here, I have old code and this code has below script line, I don't understand what is the functionality of the "f" character in the arc command.

If anyone has an idea about this please let's know

 

(command "_arc" pth2 "f" pth21"r" r_pthr)

 

Thanks in advance for your help

0 Likes
Accepted solutions (1)
558 Views
3 Replies
Replies (3)
Message 2 of 4

hmsilva
Mentor
Mentor
Accepted solution

@Anonymous wrote:

Hi,

Could you please help me here, I have old code and this code has below script line, I don't understand what is the functionality of the "f" character in the arc command.

If anyone has an idea about this please let's know

 

(command "_arc" pth2 "f" pth21"r" r_pthr)

 

Thanks in advance for your help


Probably, the original code was written to a specific language...
In Portuguese, it would work.
(command "_arc" pth2 "f" pth21 "r" r_pthr)
"_arc" would call the original command arc
pth2 the start point
"f" 'Final' (end)
pth21 the end point
"r" 'Raio' (radius)
r_pthr the radious dimension

 

But it's just a guess

 

Hope this helps,
Henrique

EESignature

0 Likes
Message 3 of 4

Anonymous
Not applicable

Thank you very much
0 Likes
Message 4 of 4

hmsilva
Mentor
Mentor

@Anonymous wrote:

Thank you very much

You're welcome, @Anonymous 
Glad I could help

Henrique

EESignature

0 Likes