Lines Matching defs:doc

47 doc = '''Initialize the Gmsh API. This must be called before any call to the other functions in the…  variable
50 doc = '''Finalize the Gmsh API. This must be called when you are done using the Gmsh API.''' variable
53 doc = '''Open a file. Equivalent to the `File->Open' menu in the Gmsh app. Handling of the file dep… variable
56 doc = '''Merge a file. Equivalent to the `File->Merge' menu in the Gmsh app. Handling of the file d… variable
59 doc = '''Write a file. The export format is determined by the file extension.''' variable
62 doc = '''Clear all loaded models and post-processing data, and add a new empty model.''' variable
69 doc = '''Set a numerical option to `value'. `name' is of the form "Category.Option" or "Category[nu… variable
72 doc = '''Get the `value' of a numerical option. `name' is of the form "Category.Option" or "Categor… variable
75 doc = '''Set a string option to `value'. `name' is of the form "Category.Option" or "Category[num].… variable
78 doc = '''Get the `value' of a string option. `name' is of the form "Category.Option" or "Category[n… variable
81 doc = '''Set a color option to the RGBA value (`r', `g', `b', `a'), where where `r', `g', `b' and `… variable
84 doc = '''Get the `r', `g', `b', `a' value of a color option. `name' is of the form "Category.Color.… variable
91 doc = '''Add a new model, with name `name', and set it as the current model.''' variable
94 doc = '''Remove the current model.''' variable
97 doc = '''List the names of all models.''' variable
100 doc = '''Get the name of the current model.''' variable
103 doc = '''Set the current model to the model with name `name'. If several models have the same name,… variable
106 doc = '''Get the file name (if any) associated with the current model. A file name is associated wh… variable
109 doc = '''Set the file name associated with the current model.''' variable
112 doc = '''Get all the entities in the current model. If `dim' is >= 0, return only the entities of t… variable
115 doc = '''Set the name of the entity of dimension `dim' and tag `tag'.''' variable
118 doc = '''Get the name of the entity of dimension `dim' and tag `tag'.''' variable
121 doc = '''Get all the physical groups in the current model. If `dim' is >= 0, return only the entiti… variable
124 doc = '''Get the tags of the model entities making up the physical group of dimension `dim' and tag… variable
127 doc = '''Get the tags of the physical groups (if any) to which the model entity of dimension `dim' … variable
130 doc = '''Add a physical group of dimension `dim', grouping the model entities with tags `tags'. Ret… variable
133 doc = '''Remove the physical groups `dimTags' from the current model. If `dimTags' is empty, remove… variable
136 doc = '''Set the name of the physical group of dimension `dim' and tag `tag'.''' variable
139 doc = '''Remove the physical name `name' from the current model.''' variable
142 doc = '''Get the name of the physical group of dimension `dim' and tag `tag'.''' variable
145 doc = '''Set the tag of the entity of dimension `dim' and tag `tag' to the new value `newTag'.''' variable
148 doc = '''Get the boundary of the model entities `dimTags'. Return in `outDimTags' the boundary of t… variable
151 doc = '''Get the upward and downward adjacencies of the model entity of dimension `dim' and tag `ta… variable
154 doc = '''Get the model entities in the bounding box defined by the two points (`xmin', `ymin', `zmi… variable
157 doc = '''Get the bounding box (`xmin', `ymin', `zmin'), (`xmax', `ymax', `zmax') of the model entit… variable
160 doc = '''Return the geometrical dimension of the current model.''' variable
163 doc = '''Add a discrete model entity (defined by a mesh) of dimension `dim' in the current model. R… variable
166 doc = '''Remove the entities `dimTags' of the current model, provided that they are not on the boun… variable
169 doc = '''Remove the entity name `name' from the current model.''' variable
172 doc = '''Get the type of the entity of dimension `dim' and tag `tag'.''' variable
175 doc = '''In a partitioned model, get the parent of the entity of dimension `dim' and tag `tag', i.e… variable
178 doc = '''Return the number of partitions in the model.''' variable
181 doc = '''In a partitioned model, return the tags of the partition(s) to which the entity belongs.''' variable
184 doc = '''Evaluate the parametrization of the entity of dimension `dim' and tag `tag' at the paramet… variable
187 doc = '''Evaluate the derivative of the parametrization of the entity of dimension `dim' and tag `t… variable
190 doc = '''Evaluate the second derivative of the parametrization of the entity of dimension `dim' and… variable
193 doc = '''Evaluate the (maximum) curvature of the entity of dimension `dim' and tag `tag' at the par… variable
196 doc = '''Evaluate the principal curvatures of the surface with tag `tag' at the parametric coordina… variable
199 doc = '''Get the normal to the surface with tag `tag' at the parametric coordinates `parametricCoor… variable
202 doc = '''Get the parametric coordinates `parametricCoord' for the points `coord' on the entity of d… variable
205 doc = '''Get the `min' and `max' bounds of the parametric coordinates for the entity of dimension `… variable
208 doc = '''Check if the coordinates (or the parametric coordinates if `parametric' is set) provided i… variable
211 doc = '''Get the points `closestCoord' on the entity of dimension `dim' and tag `tag' to the points… variable
214 doc = '''Reparametrize the boundary entity (point or curve, i.e. with `dim' == 0 or `dim' == 1) of … variable
217 doc = '''Set the visibility of the model entities `dimTags' to `value'. Apply the visibility settin… variable
220 doc = '''Get the visibility of the model entity of dimension `dim' and tag `tag'.''' variable
223 doc = '''Set the global visibility of the model per window to `value', where `windowIndex' identifi… variable
226 doc = '''Set the color of the model entities `dimTags' to the RGBA value (`r', `g', `b', `a'), wher… variable
229 doc = '''Get the color of the model entity of dimension `dim' and tag `tag'.''' variable
232 doc = '''Set the `x', `y', `z' coordinates of a geometrical point.''' variable
239 doc = '''Generate a mesh of the current model, up to dimension `dim' (0, 1, 2 or 3).''' variable
242 doc = '''Partition the mesh of the current model into `numPart' partitions. Optionally, `elementTag… variable
245 doc = '''Unpartition the mesh of the current model.''' variable
248 doc = '''Optimize the mesh of the current model using `method' (empty for default tetrahedral mesh … variable
251 doc = '''Recombine the mesh of the current model.''' variable
254 doc = '''Refine the mesh of the current model by uniformly splitting the elements.''' variable
257 doc = '''Set the order of the elements in the mesh of the current model to `order'.''' variable
260 doc = '''Get the last entities (if any) where a meshing error occurred. Currently only populated by… variable
263 doc = '''Get the last nodes (if any) where a meshing error occurred. Currently only populated by th… variable
266 doc = '''Clear the mesh, i.e. delete all the nodes and elements, for the entities `dimTags'. If `di… variable
269 doc = '''Reverse the orientation of the elements in the entities `dimTags'. If `dimTags' is empty, … variable
272 doc = '''Apply the affine transformation `affineTransform' (16 entries of a 4x4 matrix, by row; onl… variable
275 doc = '''Get the nodes classified on the entity of dimension `dim' and tag `tag'. If `tag' < 0, get… variable
278 doc = '''Get the nodes classified on the entity of tag `tag', for all the elements of type `element… variable
281 doc = '''Get the coordinates and the parametric coordinates (if any) of the node with tag `tag', as… variable
284 doc = '''Set the coordinates and the parametric coordinates (if any) of the node with tag `tag'. Th… variable
287 doc = '''Rebuild the node cache.''' variable
290 doc = '''Rebuild the element cache.''' variable
293 doc = '''Get the nodes from all the elements belonging to the physical group of dimension `dim' and… variable
296 doc = '''Get the maximum tag `maxTag' of a node in the mesh.''' variable
299 doc = '''Add nodes classified on the model entity of dimension `dim' and tag `tag'. `nodeTags' cont… variable
302 doc = '''Reclassify all nodes on their associated model entity, based on the elements. Can be used … variable
305 doc = '''Relocate the nodes classified on the entity of dimension `dim' and tag `tag' using their p… variable
308 doc = '''Get the elements classified on the entity of dimension `dim' and tag `tag'. If `tag' < 0, … variable
311 doc = '''Get the type and node tags of the element with tag `tag', as well as the dimension `dim' a… variable
314 doc = '''Search the mesh for an element located at coordinates (`x', `y', `z'). This function perfo… variable
317 doc = '''Search the mesh for element(s) located at coordinates (`x', `y', `z'). This function perfo… variable
320 doc = '''Return the local coordinates (`u', `v', `w') within the element `elementTag' corresponding… variable
323 doc = '''Get the types of elements in the entity of dimension `dim' and tag `tag'. If `tag' < 0, ge… variable
326 doc = '''Return an element type given its family name `familyName' ("Point", "Line", "Triangle", "Q… variable
329 doc = '''Get the properties of an element of type `elementType': its name (`elementName'), dimensio… variable
332 doc = '''Get the elements of type `elementType' classified on the entity of tag `tag'. If `tag' < 0… variable
335 doc = '''Get the maximum tag `maxTag' of an element in the mesh.''' variable
338 doc = '''Preallocate data before calling `getElementsByType' with `numTasks' > 1. For C and C++ onl… variable
341 doc = '''Add elements classified on the entity of dimension `dim' and tag `tag'. `types' contains t… variable
344 doc = '''Add elements of type `elementType' classified on the entity of tag `tag'. `elementTags' co… variable
347 doc = '''Get the numerical quadrature information for the given element type `elementType' and inte… variable
350 doc = '''Get the Jacobians of all the elements of type `elementType' classified on the entity of ta… variable
353 doc = '''Preallocate data before calling `getJacobians' with `numTasks' > 1. For C and C++ only.''' variable
356 doc = '''Get the Jacobian for a single element `elementTag', at the G evaluation points `localCoord… variable
359 doc = '''Get the basis functions of the element of type `elementType' at the evaluation points `loc… variable
362 doc = '''Get the orientation index of the elements of type `elementType' in the entity of tag `tag'… variable
365 doc = '''Get the orientation of a single element `elementTag'.''' variable
368 doc = '''Get the number of possible orientations for elements of type `elementType' and function sp… variable
371 doc = '''Preallocate data before calling `getBasisFunctionsOrientation' with `numTasks' > 1. For C … variable
374 doc = '''Get the global unique mesh edge identifiers `edgeTags' and orientations `edgeOrientation' … variable
377 doc = '''Get the global unique mesh face identifiers `faceTags' and orientations `faceOrientations'… variable
380 doc = '''Create unique mesh edges for the entities `dimTags'.''' variable
383 doc = '''Create unique mesh faces for the entities `dimTags'.''' variable
386 doc = '''Get the global unique identifiers `edgeTags' and the nodes `edgeNodes' of the edges in the… variable
389 doc = '''Get the global unique identifiers `faceTags' and the nodes `faceNodes' of the faces of typ… variable
392 doc = '''Add mesh edges defined by their global unique identifiers `edgeTags' and their nodes `edge… variable
395 doc = '''Add mesh faces of type `faceType' defined by their global unique identifiers `faceTags' an… variable
398 doc = '''Generate the pair of keys for the elements of type `elementType' in the entity of tag `tag… variable
401 doc = '''Get the pair of keys for a single element `elementTag'.''' variable
404 doc = '''Get the number of keys by elements of type `elementType' for function space named `functio… variable
407 doc = '''Get information about the pair of `keys'. `infoKeys' returns information about the functio… variable
410 doc = '''Get the barycenters of all elements of type `elementType' classified on the entity of tag … variable
413 doc = '''Preallocate data before calling `getBarycenters' with `numTasks' > 1. For C and C++ only.'… variable
416 doc = '''Get the nodes on the edges of all elements of type `elementType' classified on the entity … variable
419 doc = '''Get the nodes on the faces of type `faceType' (3 for triangular faces, 4 for quadrangular … variable
422 doc = '''Get the ghost elements `elementTags' and their associated `partitions' stored in the ghost… variable
425 doc = '''Set a mesh size constraint on the model entities `dimTags'. Currently only entities of dim… variable
428 doc = '''Get the mesh size constraints (if any) associated with the model entities `dimTags'. A zer… variable
431 doc = '''Set mesh size constraints at the given parametric points `parametricCoord' on the model en… variable
434 doc = '''Set a mesh size callback for the current model. The callback function should take six argu… variable
437 doc = '''Remove the mesh size callback from the current model.''' variable
440 doc = '''Set a transfinite meshing constraint on the curve `tag', with `numNodes' nodes distributed… variable
443 doc = '''Set a transfinite meshing constraint on the surface `tag'. `arrangement' describes the arr… variable
446 doc = '''Set a transfinite meshing constraint on the surface `tag'. `cornerTags' can be used to spe… variable
449 doc = '''Set transfinite meshing constraints on the model entities in `dimTag'. Transfinite meshing… variable
452 doc = '''Set a recombination meshing constraint on the model entity of dimension `dim' and tag `tag… variable
455 doc = '''Set a smoothing meshing constraint on the model entity of dimension `dim' and tag `tag'. `… variable
458 doc = '''Set a reverse meshing constraint on the model entity of dimension `dim' and tag `tag'. If … variable
461 doc = '''Set the meshing algorithm on the model entity of dimension `dim' and tag `tag'. Currently … variable
464 doc = '''Force the mesh size to be extended from the boundary, or not, for the model entity of dime… variable
467 doc = '''Set a compound meshing constraint on the model entities of dimension `dim' and tags `tags'… variable
470 doc = '''Set meshing constraints on the bounding surfaces of the volume of tag `tag' so that all su… variable
473 doc = '''Remove all meshing constraints from the model entities `dimTags'. If `dimTags' is empty, r… variable
476 doc = '''Embed the model entities of dimension `dim' and tags `tags' in the (`inDim', `inTag') mode… variable
479 doc = '''Remove embedded entities from the model entities `dimTags'. if `dim' is >= 0, only remove … variable
482 doc = '''Get the entities (if any) embedded in the model entity of dimension `dim' and tag `tag'.''' variable
485 doc = '''Reorder the elements of type `elementType' classified on the entity of tag `tag' according… variable
488 doc = '''Renumber the node tags in a continuous sequence.''' variable
491 doc = '''Renumber the element tags in a continuous sequence.''' variable
494 doc = '''Set the meshes of the entities of dimension `dim' and tag `tags' as periodic copies of the… variable
497 doc = '''Get master entities `tagsMaster' for the entities of dimension `dim' and tags `tags'.''' variable
500 doc = '''Get the master entity `tagMaster', the node tags `nodeTags' and their corresponding master… variable
503 doc = '''Get the master entity `tagMaster' and the key pairs (`typeKeyMaster', `entityKeyMaster') c… variable
506 doc = '''Remove duplicate nodes in the mesh of the current model.''' variable
509 doc = '''Split (into two triangles) all quadrangles in surface `tag' whose quality is lower than `q… variable
512 doc = '''Classify ("color") the surface mesh based on the angle threshold `angle' (in radians), and… variable
515 doc = '''Create a geometry for the discrete entities `dimTags' (represented solely by a mesh, witho… variable
518 doc = '''Create a boundary representation from the mesh if the model does not have one (e.g. when i… variable
521 doc = '''Compute a basis representation for homology spaces after a mesh has been generated. The co… variable
524 doc = '''Compute a basis representation for cohomology spaces after a mesh has been generated. The … variable
527 doc = '''Compute a cross field for the current mesh. The function creates 3 views: the H function, … variable
530 doc = '''Triangulate the points given in the `coord' vector as pairs of u, v coordinates, and retur… variable
533 doc = '''Tetrahedralize the points given in the `coord' vector as triplets of x, y, z coordinates, … variable
540 doc = '''Add a new mesh size field of type `fieldType'. If `tag' is positive, assign the tag explic… variable
543 doc = '''Remove the field with tag `tag'.''' variable
546 doc = '''Get the list of all fields.''' variable
549 doc = '''Get the type `fieldType' of the field with tag `tag'.''' variable
552 doc = '''Set the numerical option `option' to value `value' for field `tag'.''' variable
555 doc = '''Get the value of the numerical option `option' for field `tag'.''' variable
558 doc = '''Set the string option `option' to value `value' for field `tag'.''' variable
561 doc = '''Get the value of the string option `option' for field `tag'.''' variable
564 doc = '''Set the numerical list option `option' to value `value' for field `tag'.''' variable
567 doc = '''Get the value of the numerical list option `option' for field `tag'.''' variable
570 doc = '''Set the field `tag' as the background mesh size field.''' variable
573 doc = '''Set the field `tag' as a boundary layer size field.''' variable
580 doc = '''Add a geometrical point in the built-in CAD representation, at coordinates (`x', `y', `z')… variable
583 doc = '''Add a straight line segment in the built-in CAD representation, between the two points wit… variable
586 doc = '''Add a circle arc (strictly smaller than Pi) in the built-in CAD representation, between th… variable
589 doc = '''Add an ellipse arc (strictly smaller than Pi) in the built-in CAD representation, between … variable
592 doc = '''Add a spline (Catmull-Rom) curve in the built-in CAD representation, going through the poi… variable
595 doc = '''Add a cubic b-spline curve in the built-in CAD representation, with `pointTags' control po… variable
598 doc = '''Add a Bezier curve in the built-in CAD representation, with `pointTags' control points. If… variable
601 doc = '''Add a polyline curve in the built-in CAD representation, going through the points `pointTa… variable
604 doc = '''Add a spline (Catmull-Rom) curve in the built-in CAD representation, going through points … variable
607 doc = '''Add a b-spline curve in the built-in CAD representation, with control points sampling the … variable
610 doc = '''Add a curve loop (a closed wire) in the built-in CAD representation, formed by the curves … variable
613 doc = '''Add curve loops in the built-in CAD representation based on the curves `curveTags'. Return… variable
616 doc = '''Add a plane surface in the built-in CAD representation, defined by one or more curve loops… variable
619 doc = '''Add a surface in the built-in CAD representation, filling the curve loops in `wireTags' us… variable
622 doc = '''Add a surface loop (a closed shell) formed by `surfaceTags' in the built-in CAD representa… variable
625 doc = '''Add a volume (a region) in the built-in CAD representation, defined by one or more shells … variable
628 doc = '''Extrude the entities `dimTags' in the built-in CAD representation, using a translation alo… variable
631 doc = '''Extrude the entities `dimTags' in the built-in CAD representation, using a rotation of `an… variable
634 doc = '''Extrude the entities `dimTags' in the built-in CAD representation, using a combined transl… variable
637 doc = '''Extrude the entities `dimTags' in the built-in CAD representation along the normals of the… variable
640 doc = '''Translate the entities `dimTags' in the built-in CAD representation along (`dx', `dy', `dz… variable
643 doc = '''Rotate the entities `dimTags' in the built-in CAD representation by `angle' radians around… variable
646 doc = '''Scale the entities `dimTag' in the built-in CAD representation by factors `a', `b' and `c'… variable
649 doc = '''Mirror the entities `dimTag' in the built-in CAD representation, with respect to the plane… variable
654 doc = '''Copy the entities `dimTags' in the built-in CAD representation; the new entities are retur… variable
657 doc = '''Remove the entities `dimTags' in the built-in CAD representation, provided that they are n… variable
660 doc = '''Remove all duplicate entities in the built-in CAD representation (different entities at th… variable
663 doc = '''Split the curve of tag `tag' in the built-in CAD representation, on the specified control … variable
666 doc = '''Get the maximum tag of entities of dimension `dim' in the built-in CAD representation.''' variable
669 doc = '''Set the maximum tag `maxTag' for entities of dimension `dim' in the built-in CAD represent… variable
672 doc = '''Add a physical group of dimension `dim', grouping the entities with tags `tags' in the bui… variable
675 doc = '''Remove the physical groups `dimTags' from the built-in CAD representation. If `dimTags' is… variable
678 doc = '''Synchronize the built-in CAD representation with the current Gmsh model. This can be calle… variable
685 doc = '''Set a mesh size constraint on the entities `dimTags' in the built-in CAD kernel representa… variable
688 doc = '''Set a transfinite meshing constraint on the curve `tag' in the built-in CAD kernel represe… variable
691 doc = '''Set a transfinite meshing constraint on the surface `tag' in the built-in CAD kernel repre… variable
694 doc = '''Set a transfinite meshing constraint on the surface `tag' in the built-in CAD kernel repre… variable
697 doc = '''Set a recombination meshing constraint on the entity of dimension `dim' and tag `tag' in t… variable
700 doc = '''Set a smoothing meshing constraint on the entity of dimension `dim' and tag `tag' in the b… variable
703 doc = '''Set a reverse meshing constraint on the entity of dimension `dim' and tag `tag' in the bui… variable
706 doc = '''Set the meshing algorithm on the entity of dimension `dim' and tag `tag' in the built-in C… variable
709 doc = '''Force the mesh size to be extended from the boundary, or not, for the entity of dimension … variable
716 doc = '''Add a geometrical point in the OpenCASCADE CAD representation, at coordinates (`x', `y', `… variable
719 doc = '''Add a straight line segment in the OpenCASCADE CAD representation, between the two points … variable
722 doc = '''Add a circle arc in the OpenCASCADE CAD representation, between the two points with tags `… variable
725 doc = '''Add a circle of center (`x', `y', `z') and radius `r' in the OpenCASCADE CAD representatio… variable
728 doc = '''Add an ellipse arc in the OpenCASCADE CAD representation, between the two points `startTag… variable
731 doc = '''Add an ellipse of center (`x', `y', `z') and radii `r1' and `r2' along the x- and y-axes, … variable
734 doc = '''Add a spline (C2 b-spline) curve in the OpenCASCADE CAD representation, going through the … variable
737 doc = '''Add a b-spline curve of degree `degree' in the OpenCASCADE CAD representation, with `point… variable
740 doc = '''Add a Bezier curve in the OpenCASCADE CAD representation, with `pointTags' control points.… variable
743 doc = '''Add a wire (open or closed) in the OpenCASCADE CAD representation, formed by the curves `c… variable
746 doc = '''Add a curve loop (a closed wire) in the OpenCASCADE CAD representation, formed by the curv… variable
749 doc = '''Add a rectangle in the OpenCASCADE CAD representation, with lower left corner at (`x', `y'… variable
752 doc = '''Add a disk in the OpenCASCADE CAD representation, with center (`xc', `yc', `zc') and radiu… variable
755 doc = '''Add a plane surface in the OpenCASCADE CAD representation, defined by one or more curve lo… variable
758 doc = '''Add a surface in the OpenCASCADE CAD representation, filling the curve loop `wireTag'. If … variable
761 doc = '''Add a BSpline surface in the OpenCASCADE CAD representation, filling the curve loop `wireT… variable
764 doc = '''Add a Bezier surface in the OpenCASCADE CAD representation, filling the curve loop `wireTa… variable
767 doc = '''Add a b-spline surface of degree `degreeU' x `degreeV' in the OpenCASCADE CAD representati… variable
770 doc = '''Add a Bezier surface in the OpenCASCADE CAD representation, with `pointTags' control point… variable
773 doc = '''Trim the surface `surfaceTag' with the wires `wireTags', replacing any existing trimming c… variable
776 doc = '''Add a surface loop (a closed shell) in the OpenCASCADE CAD representation, formed by `surf… variable
779 doc = '''Add a volume (a region) in the OpenCASCADE CAD representation, defined by one or more surf… variable
782 doc = '''Add a sphere of center (`xc', `yc', `zc') and radius `r' in the OpenCASCADE CAD representa… variable
785 doc = '''Add a parallelepipedic box in the OpenCASCADE CAD representation, defined by a point (`x',… variable
788 doc = '''Add a cylinder in the OpenCASCADE CAD representation, defined by the center (`x', `y', `z'… variable
791 doc = '''Add a cone in the OpenCASCADE CAD representation, defined by the center (`x', `y', `z') of… variable
794 doc = '''Add a right angular wedge in the OpenCASCADE CAD representation, defined by the right-angl… variable
797 doc = '''Add a torus in the OpenCASCADE CAD representation, defined by its center (`x', `y', `z') a… variable
800 doc = '''Add a volume (if the optional argument `makeSolid' is set) or surfaces in the OpenCASCADE … variable
803 doc = '''Add a hollowed volume in the OpenCASCADE CAD representation, built from an initial volume … variable
806 doc = '''Extrude the entities `dimTags' in the OpenCASCADE CAD representation, using a translation … variable
809 doc = '''Extrude the entities `dimTags' in the OpenCASCADE CAD representation, using a rotation of … variable
812 doc = '''Add a pipe in the OpenCASCADE CAD representation, by extruding the entities `dimTags' alon… variable
815 doc = '''Fillet the volumes `volumeTags' on the curves `curveTags' with radii `radii'. The `radii' … variable
818 doc = '''Chamfer the volumes `volumeTags' on the curves `curveTags' with distances `distances' meas… variable
821 doc = '''Compute the boolean union (the fusion) of the entities `objectDimTags' and `toolDimTags' i… variable
824 doc = '''Compute the boolean intersection (the common parts) of the entities `objectDimTags' and `t… variable
827 doc = '''Compute the boolean difference between the entities `objectDimTags' and `toolDimTags' in t… variable
830 doc = '''Compute the boolean fragments (general fuse) resulting from the intersection of the entiti… variable
833 doc = '''Translate the entities `dimTags' in the OpenCASCADE CAD representation along (`dx', `dy', … variable
836 doc = '''Rotate the entities `dimTags' in the OpenCASCADE CAD representation by `angle' radians aro… variable
839 doc = '''Scale the entities `dimTags' in the OpenCASCADE CAD representation by factors `a', `b' and… variable
842 doc = '''Mirror the entities `dimTags' in the OpenCASCADE CAD representation, with respect to the p… variable
847 doc = '''Apply a general affine transformation matrix `affineTransform' (16 entries of a 4x4 matrix… variable
850 doc = '''Copy the entities `dimTags' in the OpenCASCADE CAD representation; the new entities are re… variable
853 doc = '''Remove the entities `dimTags' in the OpenCASCADE CAD representation, provided that they ar… variable
856 doc = '''Remove all duplicate entities in the OpenCASCADE CAD representation (different entities at… variable
859 doc = '''Apply various healing procedures to the entities `dimTags' (or to all the entities in the … variable
862 doc = '''Import BREP, STEP or IGES shapes from the file `fileName' in the OpenCASCADE CAD represent… variable
865 doc = '''Imports an OpenCASCADE `shape' by providing a pointer to a native OpenCASCADE `TopoDS_Shap… variable
868 doc = '''Get all the OpenCASCADE entities. If `dim' is >= 0, return only the entities of the specif… variable
871 doc = '''Get the OpenCASCADE entities in the bounding box defined by the two points (`xmin', `ymin'… variable
874 doc = '''Get the bounding box (`xmin', `ymin', `zmin'), (`xmax', `ymax', `zmax') of the OpenCASCADE… variable
877 doc = '''Get the mass of the OpenCASCADE entity of dimension `dim' and tag `tag'.''' variable
880 doc = '''Get the center of mass of the OpenCASCADE entity of dimension `dim' and tag `tag'.''' variable
883 doc = '''Get the matrix of inertia (by row) of the OpenCASCADE entity of dimension `dim' and tag `t… variable
886 doc = '''Get the maximum tag of entities of dimension `dim' in the OpenCASCADE CAD representation.'… variable
889 doc = '''Set the maximum tag `maxTag' for entities of dimension `dim' in the OpenCASCADE CAD repres… variable
892 doc = '''Synchronize the OpenCASCADE CAD representation with the current Gmsh model. This can be ca… variable
899 doc = '''Set a mesh size constraint on the entities `dimTags' in the OpenCASCADE CAD representation… variable
906 doc = '''Add a new post-processing view, with name `name'. If `tag' is positive use it (and remove … variable
909 doc = '''Remove the view with tag `tag'.''' variable
912 doc = '''Get the index of the view with tag `tag' in the list of currently loaded views. This dynam… variable
915 doc = '''Get the tags of all views.''' variable
918 doc = '''Add model-based post-processing data to the view with tag `tag'. `modelName' identifies th… variable
921 doc = '''Add homogeneous model-based post-processing data to the view with tag `tag'. The arguments… variable
924 doc = '''Get model-based post-processing data from the view with tag `tag' at step `step'. Return t… variable
927 doc = '''Get homogeneous model-based post-processing data from the view with tag `tag' at step `ste… variable
930 doc = '''Add list-based post-processing data to the view with tag `tag'. List-based datasets are in… variable
933 doc = '''Get list-based post-processing data from the view with tag `tag'. Return the types `dataTy… variable
936 doc = '''Add a string to a list-based post-processing view with tag `tag'. If `coord' contains 3 co… variable
939 doc = '''Get list-based post-processing data strings (2D strings if `dim' = 2, 3D strings if `dim' … variable
942 doc = '''Set interpolation matrices for the element family `type' ("Line", "Triangle", "Quadrangle"… variable
945 doc = '''Add a post-processing view as an `alias' of the reference view with tag `refTag'. If `copy… variable
948 doc = '''Combine elements (if `what' == "elements") or steps (if `what' == "steps") of all views (`… variable
951 doc = '''Probe the view `tag' for its `value' at point (`x', `y', `z'). If no match is found, `valu… variable
954 doc = '''Write the view to a file `fileName'. The export format is determined by the file extension… variable
957 doc = '''Set the global visibility of the view `tag' per window to `value', where `windowIndex' ide… variable
964 doc = '''Set the numerical option `name' to value `value' for the view with tag `tag'.''' variable
967 doc = '''Get the `value' of the numerical option `name' for the view with tag `tag'.''' variable
970 doc = '''Set the string option `name' to value `value' for the view with tag `tag'.''' variable
973 doc = '''Get the `value' of the string option `name' for the view with tag `tag'.''' variable
976 doc = '''Set the color option `name' to the RGBA value (`r', `g', `b', `a') for the view with tag `… variable
979 doc = '''Get the `r', `g', `b', `a' value of the color option `name' for the view with tag `tag'.''' variable
982 doc = '''Copy the options from the view with tag `refTag' to the view with tag `tag'.''' variable
989 doc = '''Set the numerical option `option' to the value `value' for plugin `name'.''' variable
992 doc = '''Set the string option `option' to the value `value' for plugin `name'.''' variable
995 doc = '''Run the plugin `name'. Return the tag of the created view (if any).''' variable
1002 doc = '''Draw all the OpenGL scenes.''' variable
1009 doc = '''Create the FLTK graphical user interface. Can only be called in the main thread.''' variable
1012 doc = '''Wait at most `time' seconds for user interface events and return. If `time' < 0, wait inde… variable
1015 doc = '''Update the user interface (potentially creating new widgets and windows). First automatica… variable
1018 doc = '''Awake the main user interface thread and process pending events, and optionally perform an… variable
1021 doc = '''Block the current thread until it can safely modify the user interface.''' variable
1024 doc = '''Release the lock that was set using lock.''' variable
1027 doc = '''Run the event loop of the graphical user interface, i.e. repeatedly call `wait()'. First a… variable
1030 doc = '''Check if the user interface is available (e.g. to detect if it has been closed).''' variable
1033 doc = '''Select entities in the user interface. If `dim' is >= 0, return only the entities of the s… variable
1036 doc = '''Select elements in the user interface.''' variable
1039 doc = '''Select views in the user interface.''' variable
1042 doc = '''Split the current window horizontally (if `how' = "h") or vertically (if `how' = "v"), usi… variable
1045 doc = '''Set the current window by speficying its index (starting at 0) in the list of all windows.… variable
1048 doc = '''Set a status message in the current window. If `graphics' is set, display the message insi… variable
1051 doc = '''Show context window for the entity of dimension `dim' and tag `tag'.''' variable
1054 doc = '''Open the `name' item in the menu tree.''' variable
1057 doc = '''Close the `name' item in the menu tree.''' variable
1064 doc = '''Set one or more parameters in the ONELAB database, encoded in `format'.''' variable
1067 doc = '''Get all the parameters (or a single one if `name' is specified) from the ONELAB database, … variable
1070 doc = '''Get the names of the parameters in the ONELAB database matching the `search' regular expre… variable
1073 doc = '''Set the value of the number parameter `name' in the ONELAB database. Create the parameter … variable
1076 doc = '''Set the value of the string parameter `name' in the ONELAB database. Create the parameter … variable
1079 doc = '''Get the value of the number parameter `name' from the ONELAB database. Return an empty vec… variable
1082 doc = '''Get the value of the string parameter `name' from the ONELAB database. Return an empty vec… variable
1085 doc = '''Clear the ONELAB database, or remove a single parameter if `name' is given.''' variable
1088 doc = '''Run a ONELAB client. If `name' is provided, create a new ONELAB client with name `name' an… variable
1095 doc = '''Write a `message'. `level' can be "info", "warning" or "error".''' variable
1098 doc = '''Start logging messages.''' variable
1101 doc = '''Get logged messages.''' variable
1104 doc = '''Stop logging messages.''' variable
1107 doc = '''Return wall clock time.''' variable
1110 doc = '''Return CPU time.''' variable
1113 doc = '''Return last error message, if any.''' variable