Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-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
Apr 13, 2017
16
0
0
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.
Back
Top