Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a NURBS surface via VBA or CATScript

Status
Not open for further replies.

DanielMadureira

Automotive
Joined
Apr 13, 2017
Messages
16
Location
CA
Hello everyone,

Anyone knows if it's possible to create a NURBS surface in CATIA, by entering its mathematical definition?

I know you can do it via CAA/RADE:



Mathematically speaking, a NURBS is definied by the following parameters:

function [C, N, U] = nurbs_function(n, t, w, P, U)
% n = curve degree
% t = knot vector
% w = weight vector
% P = control points
% U = evaluation points [Optionals]

Any way to do the same via VBA or CATScript?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top