Message 1 of 6
S = Spline, but there's only 1 option, not 3

Not applicable
01-21-2015
07:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I wrote lisp that [S] Button is "_SPLINE":
(DEFUN C:S () (COMMAND "_SPLINE"))
I noticed, that when I use original SPLINE, ENter,
there are 3 options to choose: [Method/Knots/Object].
And when I type S, Enter,
there is only 1 option: [Object].
Here is part of CommandLine:
-------------------------------------------------
Command: SPLINE
Current settings: Method=Fit Knots=Uniform
Specify first point or [Method/Knots/Object]: *Cancel*
Command: S nil
Specify first point or [Object]: *Cancel*
-------------------------------------------------
Could you please tell me, why it is so?
What I did wrong in this lisp?
Where is the difference from?
I want, that when I type S, Enter, there will be 3 options.