Yes, AddNurbsCurve() totally fullfills my needs. I don't know how I missed
that one.
Thanks guys.


On Tue, Oct 8, 2013 at 3:45 PM, Alok Gandhi <alok.gandhi2...@gmail.com>wrote:

> Doesn't the om method AddNurbsCurve() command fit your needs ?
>
>
> On Tue, Oct 8, 2013 at 9:37 AM, Vladimir Jankijevic <
> vladi...@elefantstudios.ch> wrote:
>
>> I think you will need to use the NurbsCurve.Get and NurbsCurve.Set
>> methods to recreate the curves geometry with the new points added in.
>>
>> Cheers
>>
>>
>> On Tue, Oct 8, 2013 at 9:32 AM, Leonard Koch <leonardkoch...@gmail.com>wrote:
>>
>>> Hey guys,
>>>
>>> I have this script that creates a curve and then adds points to it.
>>>  Right now I'm doing this through the basic command:
>>> Application.SIAddPointOnCurveAtEnd(createdCurveName, x, y, z, False, 0,
>>> "")
>>>
>>> This is quite slow and I would like to replace this with an
>>> implementation using the object model, but can't find the corresponding
>>> method(s) to do it.
>>> I can do this in C++, but I'd rather not rewrite the whole script or
>>> break this out into it's own command.
>>>
>>> I'm looking for an object model method to add points to a curve or a
>>> method to create a curve with points based on a predefined array.
>>>
>>> Thanks for any pointers!
>>>
>>> -Leonard
>>>
>>> --------------------------
>>> To unsubscribe: mail softimage-requ...@listproc.autodesk.com with
>>> subject "unsubscribe" and reply to the confirmation email.
>>>
>>
>>
>> --------------------------
>> To unsubscribe: mail softimage-requ...@listproc.autodesk.com with
>> subject "unsubscribe" and reply to the confirmation email.
>>
>
>
>
> --
>
> --------------------------
> To unsubscribe: mail softimage-requ...@listproc.autodesk.com with subject
> "unsubscribe" and reply to the confirmation email.
>
--------------------------
To unsubscribe: mail softimage-requ...@listproc.autodesk.com with subject 
"unsubscribe" and reply to the confirmation email.

Reply via email to