DanielMadureira
Automotive
- Apr 13, 2017
- 16
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?
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?