procedure, public ::
- basis |
- Compute the basis functions of the NURBS surface Read more… |
+ basis
+ Compute the basis functions of the NURBS surface Read more… |
procedure, public ::
- cmp_degree |
- Compute degree of the NURBS surface Read more… |
+ cmp_degree
+ Compute degree of the NURBS surface Read more… |
procedure, public ::
- cmp_elem |
- Generate IGA element connectivity Read more… |
+ cmp_elem
+ Generate IGA element connectivity Read more… |
procedure, public ::
- cmp_elem_Xc_vis |
- Generate connectivity for control points Read more… |
+ cmp_elem_Xc_vis
+ Generate connectivity for control points Read more… |
procedure, public ::
- cmp_elem_Xg_vis |
- Generate connectivity for geometry points Read more… |
+ cmp_elem_Xg_vis
+ Generate connectivity for geometry points Read more… |
procedure, public ::
- cmp_nc |
- Compute number of required control points Read more… |
+ cmp_nc
+ Compute number of required control points Read more… |
procedure, public ::
- create |
- Generate geometry points Read more… |
+ create
+ Generate geometry points Read more… |
procedure, public ::
- derivative |
- Compute the derivative of the NURBS surface Read more… |
+ derivative
+ Compute the derivative of the NURBS surface Read more… |
procedure, public ::
- elevate_degree |
- Elevate degree Read more… |
+ elevate_degree
+ Elevate degree Read more… |
procedure, public ::
- export_Xc |
- Export control points to VTK file Read more… |
+ export_Xc
+ Export control points to VTK file Read more… |
procedure, public ::
- export_Xg |
- Export geometry points to VTK file Read more… |
+ export_Xg
+ Export geometry points to VTK file Read more… |
procedure, public ::
- finalize |
- Finalize the NURBS surface object Read more… |
+ finalize
+ Finalize the NURBS surface object Read more… |
generic, public ::
- get_Wc => get_Wc_all, get_Wci |
- Get weights Read more… |
+ get_Wc => get_Wc_all, get_Wci
+ Get weights Read more… |
generic, public ::
- get_Xc => get_Xc_all, get_Xci, get_Xcid |
- Get control points Read more… |
+ get_Xc => get_Xc_all, get_Xci, get_Xcid
+ Get control points Read more… |
generic, public ::
- get_Xg => get_Xg_all, get_Xgi, get_Xgid |
- Get geometry points Read more… |
+ get_Xg => get_Xg_all, get_Xgi, get_Xgid
+ Get geometry points Read more… |
procedure, public ::
- get_Xt |
- Get parameter values Read more… |
+ get_Xt
+ Get parameter values Read more… |
procedure, public ::
- get_continuity |
- Compute and return the continuity of the NURBS surface Read more… |
+ get_continuity
+ Compute and return the continuity of the NURBS surface Read more… |
generic, public ::
- get_degree => get_degree_all, get_degree_dir |
- Get degree of the NURBS surface Read more… |
+ get_degree => get_degree_all, get_degree_dir
+ Get degree of the NURBS surface Read more… |
procedure, public ::
- get_elem |
- Get IGA element connectivity Read more… |
+ get_elem
+ Get IGA element connectivity Read more… |
procedure, public ::
- get_elem_Xc_vis |
- Get connectivity for control points Read more… |
+ get_elem_Xc_vis
+ Get connectivity for control points Read more… |
procedure, public ::
- get_elem_Xg_vis |
- Get connectivity for geometry points Read more… |
+ get_elem_Xg_vis
+ Get connectivity for geometry points Read more… |
generic, public ::
- get_knot => get_knoti, get_knot_all |
- Get knot vector Read more… |
+ get_knot => get_knoti, get_knot_all
+ Get knot vector Read more… |
procedure, public ::
- get_multiplicity |
- Compute and return the multiplicity of the knot vector Read more… |
+ get_multiplicity
+ Compute and return the multiplicity of the knot vector Read more… |
procedure, public ::
@@ -1156,93 +1156,93 @@ Type-Bound Procedures
|
procedure, public ::
- get_ng |
- Get number of geometry points Read more… |
+ get_ng
+ Get number of geometry points Read more… |
procedure, public ::
- insert_knots |
- Insert knots into the knot vector Read more… |
+ insert_knots
+ Insert knots into the knot vector Read more… |
procedure, public ::
- is_rational |
- Check if the NURBS surface is rational Read more… |
+ is_rational
+ Check if the NURBS surface is rational Read more… |
procedure, public ::
- modify_Wc |
- Modify weights Read more… |
+ modify_Wc
+ Modify weights Read more… |
procedure, public ::
- modify_Xc |
- Modify control points Read more… |
+ modify_Xc
+ Modify control points Read more… |
procedure, public ::
- remove_knots |
- Remove knots from the knot vector Read more… |
+ remove_knots
+ Remove knots from the knot vector Read more… |
procedure, public ::
- rotate_Xc |
- Rotate control points Read more… |
+ rotate_Xc
+ Rotate control points Read more… |
procedure, public ::
- rotate_Xg |
- Rotate geometry points Read more… |
+ rotate_Xg
+ Rotate geometry points Read more… |
generic, public ::
- set => set1, set2, set3 |
- Set NURBS surface Read more… |
+ set => set1, set2, set3
+ Set NURBS surface Read more… |
procedure, public ::
- set1 |
- Set knot vectors, control points and weights for the NURBS surface object Read more… |
+ set1
+ Set knot vectors, control points and weights for the NURBS surface object Read more… |
procedure, public ::
- set2 |
- Set NURBS surface using nodes of parameter space, degree, continuity, control points and weights Read more… |
+ set2
+ Set NURBS surface using nodes of parameter space, degree, continuity, control points and weights Read more… |
procedure, public ::
- set3 |
- Set Bezier or Rational Bezier surface using control points and weights Read more… |
+ set3
+ Set Bezier or Rational Bezier surface using control points and weights Read more… |
procedure, public ::
- set_C |
- Set a C-shape Read more… |
+ set_C
+ Set a C-shape Read more… |
procedure, public ::
- set_elem |
- Set IGA element connectivity Read more… |
+ set_elem
+ Set IGA element connectivity Read more… |
procedure, public ::
- set_elem_Xc_vis |
- Set connectivity for control points Read more… |
+ set_elem_Xc_vis
+ Set connectivity for control points Read more… |
procedure, public ::
- set_elem_Xg_vis |
- Set connectivity for geometry points Read more… |
+ set_elem_Xg_vis
+ Set connectivity for geometry points Read more… |
procedure, public ::
- set_half_ring |
- Set a half ring Read more… |
+ set_half_ring
+ Set a half ring Read more… |
procedure, public ::
- set_ring |
- Set a ring Read more… |
+ set_ring
+ Set a ring Read more… |
procedure, public ::
@@ -1251,78 +1251,78 @@ Type-Bound Procedures
|
procedure, public ::
- show |
- Show the NURBS object using PyVista Read more… |
+ show
+ Show the NURBS object using PyVista Read more… |
procedure, public ::
- translate_Xc |
- Translate control points Read more… |
+ translate_Xc
+ Translate control points Read more… |
procedure, public ::
- translate_Xg |
- Translate geometry points Read more… |
+ translate_Xg
+ Translate geometry points Read more… |
procedure, private ::
- get_Wc_all |
- Get all weights Read more… |
+ get_Wc_all
+ Get all weights Read more… |
procedure, private ::
- get_Wci |
- Get i-th weight Read more… |
+ get_Wci
+ Get i-th weight Read more… |
procedure, private ::
- get_Xc_all |
- Get all control points Read more… |
+ get_Xc_all
+ Get all control points Read more… |
procedure, private ::
- get_Xci |
- Get i-th control point Read more… |
+ get_Xci
+ Get i-th control point Read more… |
procedure, private ::
- get_Xcid |
- Get i-th control point in a specific direction Read more… |
+ get_Xcid
+ Get i-th control point in a specific direction Read more… |
procedure, private ::
- get_Xg_all |
- Get all geometry points Read more… |
+ get_Xg_all
+ Get all geometry points Read more… |
procedure, private ::
- get_Xgi |
- Get i-th geometry point Read more… |
+ get_Xgi
+ Get i-th geometry point Read more… |
procedure, private ::
- get_Xgid |
- Get i-th geometry point in a specific direction Read more… |
+ get_Xgid
+ Get i-th geometry point in a specific direction Read more… |
procedure, private ::
- get_degree_all |
- Get degree of the NURBS surface in both directions Read more… |
+ get_degree_all
+ Get degree of the NURBS surface in both directions Read more… |
procedure, private ::
- get_degree_dir |
- Get degree of the NURBS surface in a specific direction Read more… |
+ get_degree_dir
+ Get degree of the NURBS surface in a specific direction Read more… |
procedure, private ::
- get_knot_all |
- Get all knot vectors Read more… |
+ get_knot_all
+ Get all knot vectors Read more… |
procedure, private ::
- get_knoti |
- Get i-th knot value Read more… |
+ get_knoti
+ Get i-th knot value Read more… |
@@ -1335,7 +1335,7 @@