Home
last modified time | relevance | path

Searched refs:NURBS (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/math/mfem/mfem-4.3/miniapps/nurbs/
H A Dmakefile52 @$(call mfem-test,$<, $(RUN_MPI), NURBS miniapp)
54 @$(call mfem-test,$<,, NURBS miniapp)
69 @$(call mfem-test,$<,, NURBS miniapp)
70 @$(call mfem-test,$<,, NURBS miniapp,$(EX1_ARGS_2))
71 @$(call mfem-test,$<,, NURBS miniapp,$(EX1_ARGS_3))
72 @$(call mfem-test,$<,, NURBS miniapp,$(EX1_ARGS_4))
73 @$(call mfem-test,$<,, NURBS miniapp,$(EX1_ARGS_5))
74 @$(call mfem-test,$<,, NURBS miniapp,$(EX1_ARGS_6))
75 @$(call mfem-test,$<,, NURBS miniapp,$(EX1_ARGS_7))
76 @$(call mfem-test,$<,, NURBS miniapp,$(EX1_ARGS_8))
[all …]
/dports/graphics/py-geomdl/geomdl-5.2.10/
H A DREADME.rst1 NURBS-Python (geomdl)
11 NURBS-Python (geomdl) is a pure Python, self-contained, object-oriented B-Spline and NURBS spline l…
18 title={{NURBS-Python}: An open-source object-oriented {NURBS} modeling framework in {Python}},
49 The easiest way to install NURBS-Python (geomdl) is using ``pip``:
55 It is also possible to install NURBS-Python (geomdl) using ``conda``:
67 * **Examples**: https://github.com/orbingol/NURBS-Python_Examples
69 * **Wiki**: https://github.com/orbingol/NURBS-Python/wiki
104 .. |TRAVISCI| image:: https://travis-ci.org/orbingol/NURBS-Python.svg?branch=master
105 .. _TRAVISCI: https://travis-ci.org/orbingol/NURBS-Python
111 .. _CIRCLECI: https://circleci.com/gh/orbingol/NURBS-Python/tree/master
[all …]
H A DPKG-INFO4 Summary: Object-oriented B-Spline and NURBS evaluation library
5 Home-page: https://github.com/orbingol/NURBS-Python
10 Project-URL: Source, https://github.com/orbingol/NURBS-Python
11 Project-URL: Tracker, https://github.com/orbingol/NURBS-Python/issues
47 * Examples: https://github.com/orbingol/NURBS-Python_Examples
48 * Wiki: https://github.com/orbingol/NURBS-Python/wiki
49 * Development: https://github.com/orbingol/NURBS-Python
76 .. _TRAVISCI: https://travis-ci.org/orbingol/NURBS-Python
82 .. _CIRCLECI: https://circleci.com/gh/orbingol/NURBS-Python/tree/master
91 .. _CODECOV: https://codecov.io/gh/orbingol/NURBS-Python
[all …]
H A DDESCRIPTION.rst11 **geomdl** is a pure Python, object-oriented B-Spline and NURBS library. It is compatible with Pyth…
36 * Examples: https://github.com/orbingol/NURBS-Python_Examples
37 * Wiki: https://github.com/orbingol/NURBS-Python/wiki
38 * Development: https://github.com/orbingol/NURBS-Python
55 **geomdl** is licensed under the terms of the `MIT License <https://github.com/orbingol/NURBS-Pytho…
64 .. |TRAVISCI| image:: https://travis-ci.org/orbingol/NURBS-Python.svg?branch=master
65 .. _TRAVISCI: https://travis-ci.org/orbingol/NURBS-Python
70 .. |CIRCLECI| image:: https://circleci.com/gh/orbingol/NURBS-Python/tree/master.svg?style=shield
71 .. _CIRCLECI: https://circleci.com/gh/orbingol/NURBS-Python/tree/master
79 .. |CODECOV| image:: https://codecov.io/gh/orbingol/NURBS-Python/branch/master/graph/badge.svg
[all …]
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl.egg-info/
H A DPKG-INFO4 Summary: Object-oriented B-Spline and NURBS evaluation library
5 Home-page: https://github.com/orbingol/NURBS-Python
10 Project-URL: Source, https://github.com/orbingol/NURBS-Python
11 Project-URL: Tracker, https://github.com/orbingol/NURBS-Python/issues
47 * Examples: https://github.com/orbingol/NURBS-Python_Examples
48 * Wiki: https://github.com/orbingol/NURBS-Python/wiki
49 * Development: https://github.com/orbingol/NURBS-Python
76 .. _TRAVISCI: https://travis-ci.org/orbingol/NURBS-Python
82 .. _CIRCLECI: https://circleci.com/gh/orbingol/NURBS-Python/tree/master
91 .. _CODECOV: https://codecov.io/gh/orbingol/NURBS-Python
[all …]
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl/
H A Dconvert.py10 from . import BSpline, NURBS
25 ret = cvt.convert_curve(obj, NURBS)
27 ret = cvt.convert_surface(obj, NURBS)
29 ret = cvt.convert_volume(obj, NURBS)
61 if isinstance(obj, NURBS.Curve):
63 elif isinstance(obj, NURBS.Surface):
65 elif isinstance(obj, NURBS.Volume):
H A Dshortcuts.py11 from . import NURBS
22 return NURBS.Curve()
28 return NURBS.Surface()
34 return NURBS.Volume()
/dports/math/octave-forge-nurbs/nurbs-1.4.3/inst/
H A Dnrbdegelev.m13 % crv : NURBS curve, see nrbmak.
15 % srf : NURBS surface, see nrbmak.
17 % vol : NURBS volume, see nrbmak.
42 % Increase the NURBS surface twice along the V direction.
69 error('NURBS representation is not structure!');
72 if ~strcmp(nurbs.form,'B-NURBS')
73 error('Not a recognised NURBS representation');
80 % NURBS represents a volume
118 % NURBS represents a surface
145 % NURBS represents a curve
[all …]
H A Dnrbextrude.m4 % NRBEXTRUDE: Construct a NURBS surface by extruding a NURBS curve, or
5 % construct a NURBS volume by extruding a NURBS surface.
13 % crv : NURBS curve or surface to extrude, see nrbmak.
19 % srf : NURBS surface or volume constructed.
23 % Constructs either a NURBS surface by extruding a NURBS curve along a
24 % defined vector, or a NURBS volume by extruding a NURBS surface. In the
25 % first case, the NURBS curve forms the U direction of the surface edge, and
H A Dnrbkntins.m3 % NRBKNTINS: Insert a single or multiple knots into a NURBS curve,
14 % crv : NURBS curve, see nrbmak.
16 % srf : NURBS surface, see nrbmak.
18 % srf : NURBS volume, see nrbmak.
86 error('NURBS representation is not structure!');
89 if ~strcmp(nurbs.form,'B-NURBS')
90 error('Not a recognised NURBS representation');
102 % NURBS represents a volume
142 % NURBS represents a surface
173 % NURBS represents a curve
[all …]
H A Dnrbextract.m4 …XTRACT: construct NURBS curves by extracting the boundaries of a NURBS surface, or NURBS surfaces …
5 % It only works for geometries constructed with open knot vectors. For a NURBS curve,
14 % surf : NURBS surface or volume, see nrbmak.
19 % crvs : array of NURBS curves or NURBS surfaces extracted.
23 % Constructs either an array of four NURBS curves, by extracting the boundaries
24 % of a NURBS surface, or an array of six surfaces, by extracting the boundaries
25 % of a NURBS volume. The new entities are ordered in the following way
H A Dnrbpermute.m3 % NRBPERMUTE: Rearrange the directions of a NURBS volume or surface.
11 % vol : NURBS volume or surface, see nrbmak.
12 % order : the order to rearrange the directions of the NURBS entity.
16 % tvol : NURBS volume or surface with rearranged directions.
20 % Utility function that rearranges the directions of a NURBS volume or
22 % nrbtransp(srf). NURBS curves cannot be rearranged.
44 error('A NURBS curve cannot be rearranged.');
52 %! title('NURBS volume and the same after reordering the directions')
H A Dnrbruled.m3 % NRBRULED: Construct a ruled surface between two NURBS curves, or a ruled volume between two NURBS
11 % crv1 : First NURBS curve (or surface), see nrbmak.
13 % crv2 : Second NURBS curve (or surface), see nrbmak.
17 % srf : Ruled NURBS surface (or volume).
21 % Constructs a ruled surface between two NURBS curves. The ruled surface is
51 error ('Both NURBS must be of the same kind (both curves or both surfaces)')
53 error ('The input cannot be a NURBS volume')
113 %! title ('Ruled surface construction from two NURBS curves.');
121 %! title ('Ruled volume construction from two NURBS surfaces')
H A Dnrbtransp.m3 % NRBTRANSP: Transpose a NURBS surface, by swapping U and V directions.
11 % srf : NURBS surface, see nrbmak.
15 % tsrf : NURBS surface with U and V diretions transposed.
19 % Utility function that transposes a NURBS surface, by swapping U and
20 % V directions. NURBS curves cannot be transposed.
38 error(' A NURBS curve cannot be transposed.');
40 error('The transposition of NURBS volumes has not been implemented.');
H A Dnrbcoons.m11 % ucrv1 : NURBS curve defining the bottom U direction boundary of
12 % the constructed NURBS surface.
14 % ucrv2 : NURBS curve defining the top U direction boundary of
15 % the constructed NURBS surface.
17 % vcrv1 : NURBS curve defining the bottom V direction boundary of
18 % the constructed NURBS surface.
20 % vcrv2 : NURBS curve defining the top V direction boundary of
21 % the constructed NURBS surface.
25 % srf : Coons NURBS surface patch.
32 % The orientation of the four NURBS boundary curves.
[all …]
H A Dnrbtform.m3 % NRBTFORM: Apply transformation matrix to the NURBS.
11 % nurbs : NURBS data structure (see nrbmak for details).
18 % tnurbs : The return transformed NURBS data structure.
22 % The NURBS is transform as defined a transformation matrix of size (4,4),
61 % NURBS is a surface
65 % NURBS is a volume
70 % NURBS is a curve
H A Dnrbeval.m3 % NRBEVAL: Evaluate a NURBS at parametric points.
14 % crv : NURBS curve, see nrbmak.
16 % srf : NURBS surface, see nrbmak.
18 % vol : NURBS volume, see nrbmak.
47 % Evaluate the NURBS circle at twenty points from 0.0 to 1.0
84 error('NURBS representation is not structure!');
87 if (~strcmp(nurbs.form,'B-NURBS'))
88 error('Not a recognised NURBS representation');
93 %% NURBS structure represents a volume
180 %% NURBS structure represents a surface
[all …]
H A Dnrbreverse.m3 % NRBREVERSE: Reverse the evaluation directions of a NURBS geometry.
12 % nrb : NURBS data structure, see nrbmak.
17 % rnrb : Reversed NURBS.
21 % Utility function to reverse the evaluation direction of a NURBS
45 % reverse a NURBS surface or volume
56 % reverse a NURBS curve
H A Dnrbplot.m3 % NRBPLOT: Plot a NURBS curve or surface, or the boundary of a NURBS volume.
12 % nrb : NURBS curve, surface or volume, see nrbmak.
52 error ('Need a NURBS to plot and the number of subdivisions!');
102 if (size (nurbs.knots,2) == 2) % plot a NURBS surface
115 elseif (size (nurbs.knots,2) == 3) % plot the boundaries of a NURBS volume
134 % plot a NURBS curve
184 %! title('2D Geometry formed by a series of NURBS curves');
H A Dnrbkntplot.m3 % NRBKNTPLOT: Plot a NURBS entity with the knots subdivision.
12 % nurbs: NURBS curve, surface or volume, see nrbmak.
42 error ('nrbkntplot: Need a NURBS to plot!');
54 if (size (nurbs.knots,2) == 2) % plot a NURBS surface
89 elseif (size (nurbs.knots,2) == 3) % plot a NURBS volume
104 else % plot a NURBS curve
/dports/math/mfem/mfem-4.3/data/
H A Dball-nurbs.mesh1 MFEM NURBS mesh v1.0
11 # Exact representation of the unit ball using 4th order NURBS.
12 # See "NURBS : from projective geometry to practical use" by G. Farin.
14 # non-degenerate NURBS mesh.
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/doc/manual/func/
H A Ds1520.tex1 \subsection{Create a NURBS rotational surface by rotating
5 To create a NURBS rotational surface by rotating
22 \>\> {\fov pc} \> - \> The curve to be rotated (NURBS or B-spline).\\
34 \>\> {\fov rs}\> - \> The surface produced (NURBS or B-spline).\\
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dclass_b_rep_mesh___u_v_param_range_splitter__inherit__graph.map2 …class extending UV range splitter in order to generate internal nodes for NURBS surface..." alt=""…
3 …class extending UV range splitter in order to generate internal nodes for NURBS surface..." alt=""…
5 …class extending UV range splitter in order to generate internal nodes for NURBS surface..." alt=""…
/dports/math/octave-forge-nurbs/nurbs-1.4.3/
H A DCITATION2 To cite the Octave NURBS package use:
5 The NURBS toolbox,
17 Title = {The {NURBS} toolbox}}
H A DINDEX2 Basic operations for NURBS curves, surfaces and volumes
13 Operations for constructing NURBS curves and surfaces
63 NURBS geometric entities and functions

12345678910>>...16