Doesn't the om method AddNurbsCurve() command fit your needs ?

On Tue, Oct 8, 2013 at 9:37 AM, Vladimir Jankijevic <
[email protected]> 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 <[email protected]>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 [email protected] with
>> subject "unsubscribe" and reply to the confirmation email.
>>
>
>
> --------------------------
> To unsubscribe: mail [email protected] with subject
> "unsubscribe" and reply to the confirmation email.
>



--
--------------------------
To unsubscribe: mail [email protected] with subject 
"unsubscribe" and reply to the confirmation email.

Reply via email to