|
Command | Description |
---|---|
add-subshape | add-subshape <parent> <child> Adds the <child> subshape to the <parent> shape. |
asm-xde-add-part | asm-xde-add-part Adds the active part to the XDE document as an assembly part.-model <M> [-name <name>] |
asm-xde-browse | asm-xde-browse Opens a dialog to browse the structure of the XDE document named <M>. If the '-title' argument is passed, the browser gets the specified title in its window.-model <M> [-title <title>] |
asm-xde-dfbrowse | asm-xde-dfbrowse Opens DF Browser to inspect the internals of the OCAF document for the model <M>.-model <M> |
asm-xde-display-json | asm-xde-display-json <filename> Displays shapes out of JSON representing a scene tree. |
asm-xde-dump-json | asm-xde-dump-json Dumps the passed model to JSON as a scene tree. If the '-shapes' flag is passed, the B-rep geometry of unique parts will be added as base64-encoded BLOBs in the extra 'shape' properties. This would make the dumped JSON file self-contained.-model <M> [-shapes] |
asm-xde-find-items | asm-xde-find-items Finds assembly items having the passed name.-model <M> -name <name> |
asm-xde-generate-facets | asm-xde-generate-facets Generates visualization facets for all parts in the passed XDE document. You can specify the linear and angular deflection values using the '-lin' and '-ang' keywords. The linear deflection is specified in the model units. The angular deflection is specified in degrees.-model <M> [ {-parts <id> ... | -items <id> ...}] { [-lin <val>] [-ang <deg>] | [-very-rough | -rough | -normal | -fine | -very-fine]} Alternatively, you can pass one of the predefined quality levels: '-very-rough', '-rough', etc. In such a case, the algorithm will select the linear and angular deflections automatically. If neither assembly items nor parts are specified via the corresponding '-items' and '-parts' keywords, the visualization facets will be generated for all B-rep shapes available in the XDE document. |
asm-xde-get-leaves | asm-xde-get-leaves Returns leaf assembly items for the passed items.-model <M> [-items <item_1> ... <item_k>] |
asm-xde-get-parts | asm-xde-get-parts Returns IDs of all parts of the model <M> in the case when no parent items are specified. If the item IDs are passed through the '-item' keyword, only the children parts of those items are returned.-model <M> [-items <item_1> ... <item_k>] |
asm-xde-load | asm-xde-load Loads assembly from file <filename> to the XDE document named <M>.-model <M> -filename <filename> |
asm-xde-load-fbx | asm-xde-load-fbx Loads FBX file to fill XDE model.-model <M> -filename <filename> |
asm-xde-new | asm-xde-new Creates a new XDE document named <M>.-model <M> |
asm-xde-print-structure | asm-xde-print-structure Prints assembly hierarchy for the passed model <M> down to the given hierarchical level <zero-based-level>.-model <M> [-level <zero-based-level>] |
asm-xde-release | asm-xde-release Releases memory consumed by the XDE document named <M>.-model <M> |
asm-xde-remove-parts | asm-xde-remove-parts Removes parts corresponding to the passed assembly items with all their occurrences in the model. If the '-invert' flag is passed, the passed items along with all their children will remain in the model, while all other parts will be removed instead.-model <M> [-items <item_1> ... <item_k>] [-invert] |
asm-xde-reset-colors | asm-xde-reset-colors Cleans up all colors in the model with the name <M>.-model <M> |
asm-xde-save | asm-xde-save Saves the XDE document named <M> to the file <filename>.-model <M> -filename <filename> |
asm-xde-save-fbx | asm-xde-save-fbx Exports the passed XDE model to Autodesk FBX format.-model <M> -filename <filename> |
asm-xde-save-gltf | asm-xde-save-gltf Exports the passed XDE model to glTF format.-model <M> -filename <filename> |
asm-xde-save-step | asm-xde-save-step Exports the passed XDE model to STEP format.-model <M> [-part <id>] -filename <filename> |
asm-xde-set-as-var | asm-xde-set-as-var Sets the passed assembly item as a project variable.-model <M> -item <id> [-name <varName>] [-color rgb(<ured>,<ugreen>,<ublue>)] |
asm-xde-set-name | asm-xde-set-name Sets new name for the passed assembly item. If the '-instance' flag is specified, the name will be set for the instances of the given prototype.-model <M> -item <id> -name <name> [-instance] |
asm-xde-show-summary | asm-xde-show-summary Shows a GUI dialog with assembly summary.-model <M> |
asm-xde-transform | asm-xde-transform Applies transformation to the given assembly item. The angles <a>, <b> and <c> are specified in degrees.-model <M> -item <id> [-t <x> <y> <z> <a> <b> <c>] |
asm-xde-xcompounds | asm-xde-xcompounds Expands the compound-type parts in the model <M> for the assembly items <item_1>, ... <item_k> (if passed), or all leaves (if not passed).-model <M> [-items <item_1> ... <item_k>] |
bop-cut | bop-cut <result> <op1> <op2> [<fuzz>] Cuts <op2> from <op1> using Boolean Cut operation. Use <fuzz> value to control the 'fuzzy tolerance'. |
bop-fuse | bop-fuse <result> <op1> <op2> [<fuzz>] Fuses the passed two operands using Boolean Fuse operation. It is possible to affect the fusion tolerance with <fuzz> argument. |
bop-fuse-gen | bop-fuse-gen <result> <op1> <op2> [<fuzz>] Fuses the passed two operands using Boolean General Fuse operation. It is possible to affect the fusion tolerance with <fuzz> argument. In case if you have overlapping faces in your operands, you may want to try gluing option to speed up computations.[-glue] |
bop-split | bop-split <plane> Splits the active part by the passed plane. |
build-coons-linear | build-coons-linear <resSurf> <c0> <c1> <b0> <b1> Builds bilinear Coons patch on the passed boundary curves.[-dump] |
build-face-grid | build-face-grid Builds a uniform UV grid for the interactively selected face. Pass the number of bins to control how fine sampling is going to be. If the filename is passed, the sampled face is converted to vtkImageData and dumped as a bitmap image. Pass the '-square' keyword to force the decomposition domain be of a squared shape.[-num <numBins>] [-filename <filename>] [-fid <faceID>] [-square] [-haines|-discr] For efficient computation, pass the '-discr' keyword. This option turns the face of interest into a discrete representation and uses extremely fast two-dimensional classifier. |
build-gordon | build-gordon Builds a Gordon surface passing through the given {p} ("profile") and {g} ("guide") curves specified as edge indices in the active part.-p <e1> <e2> [<e3> ...] -g <e1> <e2> [<e3> ...] [-name <surfName>] |
build-obb | build-obb <res> Builds the oriented bounding box (OBB) for the active part. If the '-cyl' or '-sphere' flag is passed, the constructed OBB is turned into an circumscribed cylinder or sphere.[-cyl] [-sphere] |
build-opt-bnd-cyl | build-opt-bnd-cyl <res> Builds an optimal bounding cylinder for the active part. |
build-triangulation-obb | build-triangulation-obb <res> Builds the oriented bounding box (OBB) for triangulation. |
check-aabb | check-aabb Checks axis-aligned bounding box (AABB) of the active part. If the '-opt' key is passed, the bounding box will be optimized to better fit the shape. This option can be computationally heavy though as it implies numerical optimization.[-opt] [-tris] If the '-tris' key is passed, the algorithm will use triangulation (facets) of the part to compute its AABB. |
check-along-curvature | check-along-curvature Checks on-surface curvature for the selected edge. |
check-area | check-area Checks area of the passed or selected faces.[-fid <faceId>] |
check-canonical | check-canonical Checks if the selected face is of canonical type.[-toler <tolerance>] |
check-clearance | check-clearance Checks the clearance distribution over the passed owner shape.[-owner <ownerId>] |
check-continuity | check-continuity Checks continuity of the selected face. |
check-contours | check-contours [<tolerance>] Checks whether all contours of the part shape are closed or not. |
check-curvature | check-curvature [<numPts> [<scaleFactor> [<curvAmpl>]]] Checks curvature of the selected edge. As a result, curvature combs are visualized in 3D. You can control its scale factor with <scaleFactor> argument and also its density with <numPts> argument. To bring out the salient features of the comb, <curvAmpl> amplification factor can be used.[-noplot] [-noalong] If the '-noplot' key is passed, the curvature plot is not constructed. If the '-noalong' key is passed, the along-curvature value for the selected edges is not computed. |
check-dist | check-dist <varName> Computes distance between the part and the given topological object. |
check-distance-to-bbox | check-distance-to-bbox Checks distance from the selected (or specified) face to AABB.[-fid <fid>] |
check-edge-vexity | check-edge-vexity {<edgeIndex> | Analyzes convexity/concavity of the given edge.-name <edgeName>} |
check-euler | check-euler [<genus>] Opens dialog to check Euler-Poincare property of the active part. If <genus> parameter is not specified, this command will open a prompt dialog to ask the user to type genus. |
check-face-color | check-face-color Checks color for the given face.-fid <id> -color rgb(<ured>, <ugreen>, <ublue>) |
check-facets | check-facets Checks triangulation distributed by CAD faces. Returns 0 (zero) to the Tcl interpreter if the facets are broken and 1 if the facets are good. |
check-finite | check-finite Checks finiteness of the part shape. |
check-internal-locations | check-internal-locations Checks if the part contains any internal non-identity locations. If the '-f' key is passed, the located faces will be searched for.[-f] |
check-length | check-length Checks length of the selected edges. |
check-open-edges | check-open-edges Checks part for open edges. |
check-part-color | check-part-color Checks color for the part.-color rgb(<ured>, <ugreen>, <ublue>) |
check-part-contains | check-part-contains <shapeName> Checks whether the part contains the shape <shapeName> as its subshape. |
check-part-metadata | check-part-metadata Checks whether the part contains all shapes registered in the Metadata Node as its subshapes. |
check-self-inter | check-self-inter [<fid>] Checks the parametric domain of the passed/selected face for self-intersections. |
check-thickness | check-thickness Checks the thickness distribution over the passed owner shape or mesh.[-owner <ownerId>] |
check-toler | check-toler [<numRanges>] Checks local tolerances in the part shape and distributes sub-shapes by distinct tolerance ranges. You can control the fineness of these tolerance ranges using the <numRanges> optional argument (10 by default). |
check-topo-item-color | check-topo-item-color Checks color for the given topoItem.-name <name> -color rgb(<ured>, <ugreen>, <ublue>) |
check-validity | check-validity Checks validity of the part shape. |
check-vertex-vexity | check-vertex-vexity Checks convexity of all vertices in the given face. You can pass the optional variable names <numConvex>, <numConcave> and <numSmooth> to get the corresponding quantities of convex, concave and smooth vertices in the face of interest.[-fid <fid>] [<numConvex> <numConcave> <numSmooth>] |
check-vertices-ori | check-vertices-ori Checks if the vertices of the part are distinguishable by their orientation flags. A valid edge should have one FORWARD vertex and one REVERSED vertex to denote its topological extremities. As a result of some improperly implemented modeling operators, this rule can be broken. |
check-volume | check-volume Checks volume of the active part. |
clear | clear Cleans up project data. |
clear-part | clear-part Resets part shape to empty state. |
compute-negative-volume | compute-negative-volume Computes negative volumes.[-oneSolid] [-fids <fid1> <fid2> ...] |
concat-curves | concat-curves Concatenates edges <e1> and <e2> belonging to the face <fid> into a single edge. The indices <e1> and <e2> are defined locally and thereby range from 1 to the number of edges in the face. The concatenation process is done at the level of pcurves.-edges <e1> <e2> |
concat-curves-and-check | concat-curves-and-check Concatenates edges <e1> and <e2> belonging to the face <fid> into a single edge. The indices <e1> and <e2> are defined locally and thereby range from 1 to the number of edges in the face. The concatenation process is done at the level of pcurves.-edges <e1> <e2> |
concat-pcurves | concat-pcurves Concatenates edges <e1> and <e2> belonging to the face <fid> into a single edge. The indices <e1> and <e2> are defined locally and thereby range from 1 to the number of edges in the face. The concatenation process is done at the level of pcurves.-face <fid> -edges <e1> <e2> |
connect-edges-to-wires | connect-edges-to-wires Constructs as many wires as possible from the active set of edges taken from the Part Node. |
convert-plane-to-bsurf | convert-plane-to-bsurf <res> <surfName> <uDeg> <vDeg> Converts the planar surface with the given name to a B-spline surface. The trimming parameters are taken from the corresponding Data Node. The desired degrees are specified via <uDeg> and <vDeg> arguments. |
convert-to-bezier | convert-to-c2 <name> [-toApprox] Converts the curve or surface named <name> to C2 continuity class if possible. You can pass the tolerance value via the '-tol' key to protect knot removal operation from distorting the input geometry too much. |
convert-to-brep | convert-to-brep Converts triangulation to B-rep. The triangles are mapped one-by-one to the faces of the resulting model. |
convert-to-bsurf | convert-to-bsurf [<res> <surfName> Converts the surface with the given name to B-surface. The trimming parameters are taken from the corresponding Data Node. If no surface is specified, the entire part is converted.[-cubic]] |
convert-to-c2 | convert-to-c2 <name> Converts the curve or surface named <name> to C2 continuity class if possible. You can pass the tolerance value via the '-tol' key to protect knot removal operation from distorting the input geometry too much.[-tol <tol>] [-add-knots] |
convert-to-canonical | convert-to-canonical Attempts to convert a shape to a canonical form.[-tol <tol>] |
create-stream | create-stream Create IStream.-filename <filename> -var <varName> |
ddf-build-svo | ddf-build-svo Builds SVO for the given owner Node. The argument <minSize> controls the voxelization resolution. The argument <maxSize> controls the voxelization resolution in the empty space (i.e., inside and outside) the shape. By default, the value of <maxSize> is 100 times the value of <minSize>. The argument <precision> controls the accuracy of the distance field approximation in each voxel. If the optional key '-t' is passed, the SVO will be constructed on the active triangulation.[-min <minSize>] [-max <maxSize>] [-prec <precision>] [-cube] [-owner <ownerId>] |
ddf-cut | ddf-cut <id1> <id2> Builds a cut, i.e., max(f,-g) function for the octrees with the IDs <id1> and <id2>. |
ddf-dump-vtu | ddf-dump-vtu <octreeId> <filename> Dumps the octree with the id <octreeId> to a file in the VTU format of VTK. |
ddf-eval-svo | ddf-eval-svo <octreeId> <x> <y> <z> Evaluates the active SVO node (i.e., its corresponding function) in the given point with <x>, <y>, <z> coordinates. |
ddf-extract-outside-leaves | ddf-extract-outside-leaves <id> Extracts the outside leaves of the DDF with the specified <id>. |
ddf-intersect | ddf-intersect <id1> <id2> Builds an intersection, i.e., max(f, g) function for the octrees with the IDs <id1> and <id2>. |
ddf-polygonize | ddf-polygonize <resName> <octreeId> Polygonizes the distance field stored in the octree <octreeId> at <isoLevel> function level set. The keyword '-slices' allows to control the number of cells in the uniform grid used internally in the marching cubes algorithm.[-level <isoLevel>] [-slices <numSlices>] |
ddf-polygonize-cell | ddf-polygonize-cell <resName> <octreeId> <id0> [<id1> [<id2> [...]]] Polygonizes a single SVO cell. |
ddf-polygonize-svo | ddf-polygonize-svo <resName> <octreeId> Polygonizes the SVO with the <octreeId> identifier. |
ddf-set-svo | ddf-set-svo <octreeId> <id0> [<id1> [<id2> [...]]] Shrinks the octree with the id <octreeId> to the SVO cell with the specified address. The found cell will be set as a new active SVO. To get back to the previous state, the modification should be reverted in the data model by 'undo' command. |
ddf-unite | ddf-unite <id1> <id2> Builds a union, i.e., min(f, g) function for the octrees with the IDs <id1> and <id2>. |
define-geom | define-geom [<name>] Opens geometry definition dialog. |
delete-stream | delete-stream Delete IStream.-var <varName> |
dfbrowse | dfbrowse Opens DF Browser to inspect the internals of the OCAF document for the active project. |
disable-browser | disable-browser Disables object browser. |
disable-notifier | disable-notifier Disables notification messages. |
disable-plotter | disable-plotter Disables imperative plotter. |
disable-transactions | disable-transactions Disables data model transactions. |
display | display <varName1> [<varName2> ...] Shows the given object in its associated viewer. |
donly | donly [<varName1> [<varName2> ...]] Shows only the given objects in their associated viewers. If no objects are passed, the working part will be exclusively shown. |
draw-cp | draw-cp <surfName> <i_index> <j_index> Draws control point of a free-form surface.[-mobius] |
draw-plot | draw-plot <x1> <f1> <x2> <f2> [<x3> <f3> [...]] Draws two-dimensional plot of the given values. If the <numFunc> value is passed with the '-numFunc' key, several plots can be rendered at once.[-log] [-numFunc <numFunc>] |
dump | dump <name> Dumps variable <name> to the logger. |
dump-aag-json | dump-aag-json <filename> Dumps AAG of the active part to JSON file. |
dump-autoread | dump-autoread Dumps the currently entered Active Script commands to a specific file named 'autoread.log' that is located in the working directory of Analysis Situs. If exists, this file will be automatically loaded without execution on the next launch.Use this option to make Analysis Situs a kind of a "notebook" with your recorded commands and comments to get back on each launch. |
dump-bvh | dump-bvh Dumps the bounding volume hierarchy (BVH) associated with the active part to the viewer. Use the '-build' key to construct BVH explicitly in the case it does not exist.[-build] |
dump-execution-graph-dot | dump-execution-graph-dot <filename> Dumps Tree Function execution graph of the active project to a DOT file (Graphviz). Read more about Active Data framework to familiarize yourself with Tree Functions. |
dump-project | dump-project Dumps the active project's OCAF contents as text into a specific UI dialog. |
dump-thickness-vtp | dump-thickness-vtp Dumps thickness field to the VTP file.-id <nodeId> -filename <filename> |
dump-topograph-dot | dump-topograph-dot <filename> Dumps topology graph to DOT file (can be opened by Graphviz). |
dump-vtp | dump-vtp <filename> Dumps the polygonal data of the active part to a file in the VTP format of VTK. The data to dump is taken out from the part's pipelines. |
enable-browser | enable-browser Enables object browser. |
enable-notifier | enable-notifier Enables notification messages. |
enable-plotter | enable-plotter Enables imperative plotter. |
enable-transactions | enable-transactions Enables data model transactions. |
erase | erase [<varName1> [<varName2> ...]] Hides objects in their associated viewers. |
erase-all | erase-all Erases all objects from the scene. |
eval-curve | eval-curve <curveName> <u> <order> Evaluates curve <curveName> for the given parameter value <u>. If the '-mobius' keyword is used, evaluation is performed using Mobius functions. The argument <order> specifies the order of derivatives to evaluate (0 for value evaluation).[-mobius] |
eval-surf | eval-surf <surfName> <u> <v> <order> Evaluates surface <surfName> for the given parameter pair <u, v>. If the '-mobius' keyword is used, evaluation is performed using Mobius functions. The argument <order> specifies the order of derivatives to evaluate (0 for value evaluation).[-mobius] |
exchange-uv | exchange-uv <surfName> Flips parameterization of the given B-surface. |
explode | explode [ Explodes the active part to subshapes of interest. If no subshape qualifier is passed, this command explodes the part to its direct children (e.g. edges for wire, wires for face, etc.). If the '-noloc' flag is passed, locations are not accumulated on explode.{-vertex | -edge | -wire | -face | -shell | -solid | -noloc}] |
extend-surf | extend-surf <resName> <surfName> <length> Extends surface <surfName> by length <length> in the given parameter's direction.{-umax | -umin | -vmax | -vmin} |
face-addr | face-addr <faceIndex> Prints physical address of the given face. |
fair-curve | fair-curve <resName> <curveName> <fairingCoeff> Fairs curve with the given name <curveName>. The passed fairing coefficient is a weight of a fairing term in the goal function. |
fair-surf | fair-surf <resName> <surfName> <fairingCoeff> Fairs surface with the given name <surfName>. The passed fairing coefficient is a weight of a fairing term in the goal function. If the '-relax' key is passed, the natural boundaries of the surface will remain unconstrained.[-relax] |
fill | fill [<fid>] Fills the cavity by fusing the part with a prismatic tool defined with the <fid> face. There should be a mate face to fill until. |
find-isomorphisms | find-isomorphisms <varShape> Solves subgraph isomorphism problem for the part shape and the passed feature descriptor encoded by <varShape>. |
find-visible-faces | find-visible-faces Finds visible faces. |
fit | fit Fits camera to the scene contents. |
fold | Folds a plat pattern. |
generate-facets | generate-facets { Generates visualization facets for the active part. You can specify the linear and angular deflection values using the '-lin' and '-ang' keywords. The linear deflection is specified in the model units. The angular deflection is specified in degrees.[-lin <val>] [-ang <deg>] | [-very-rough | -rough | -normal | -fine | -very-fine]} Alternatively, you can pass one of the predefined quality levels: '-very-rough', '-rough', etc. In such a case, the algorithm will select the linear and angular deflections automatically. |
get-curve-strain | get-curve-strain <curveName> Returns strain energy of the passed curve. |
get-face-color | get-face-color Gets color for the given face.-fid <id> |
get-id | get-id [<parentObjectName> / [<parentObjectName> / [...]]] <objectName> Finds a data object with the given name and returns its persistent ID. If the object name is not unique, you may specify a list of parents to narrow down your request. The names of the parent objects are separated by direct slash. You should always specify a direct parent of an object. It is not allowed to leave intermediate parents unspecified. If the '-nosplit' keyword is used, the direct slashes will be treated as parts of the single object's name.[-nosplit] |
get-name | get-name <objectId> Returns object name by its passed ID. |
get-outer-wire | get-outer-wire <res> Extracts outer wire of the selected face. |
get-param-shape | get-param-shape <resName> <nodeId> <paramId> Returns shape from the Parameter <paramId> of the Data Node <nodeId>. |
get-part-color | get-part-color Gets color for the part. |
get-summary | get-summary <compounds> <compsolids> <solids> <shells> <faces> <wires> <edges> <vertices> Returns summary (number of sub-shapes) to the specified output variables. |
get-summary-geom | get-summary-geom <nbSurfBezier> <nbSurfSpl> <nbSurfConical> <nbSurfCyl> <nbSurfOffset> <nbSurfSph> <nbSurfLinExtr> <nbSurfOfRevol> <nbSurfToroidal> <nbSurfPlane> <nbCurveBezier> <nbCurveSpline> <nbCurveCircle> <nbCurveEllipse> <nbCurveHyperbola> <nbCurveLine> <nbCurveOffset> <nbCurveParabola> Returns the summary of geometric entities to the specified output variables. The rectangular trimmed surfaces are not accounted directly and rather inspected deeper for their basic surfaces. The same applies to the trimmed curves. This function helps to identify how canonical the input geometry is. |
get-surface-bending | get-surface-bending <surfName> Computes bending energy of the passed surface. |
get-tolerance | get-tolerance Returns max geometric tolerance of the part shape. |
get-topo-item-color | get-topo-item-color Gets color for the given topoItem.-name <name> |
heal-small-edges | heal-small-edges <len> <ang_deg> Heals (merges) small edges in the part. The argument <len> specifies the linear threshold for merge. The argument <ang_deg> specifies the the angular threshold for merge (in degrees). |
help | help <command> Return the hints for command. |
hide | hide <varName1> [<varName2> ...] Hides objects in their associated viewers. |
hlr | hlr <res> [<posX> <posY> <posZ> <nX> <nY> <nZ>] Performs HLR algorithm using <posX>, <posY>, <posZ> as a location of a projection plane with <nX>, <nY>, <nZ> as its normal direction. |
imprint | imprint <varName> Imprints the passed topological object to the working part. This operation is essenially the General Fuse algorithm of OpenCascde. |
init-naming | init-naming Initializes topological naming service for the active part. As a result, all boundary elements (faces, edges, vertices) get unique names like 'edge_1', 'face_1', 'vertex_1', 'edge_2, 'face_2', 'vertex_2', etc. These names are persistent in the sense that they would survive local operations (e.g., Euler ops) even if their memory addresses become different. |
insert-knot-curve | insert-knot-curve <resName> <curveName> <u> [<r>] Inserts the passed knot value <u> <r> times to the B-curve <curveName>. A new curve <resName> is created as a result. |
insert-knot-surf-u | insert-knot-surf-u <resName> <surfName> <u> [<r>] Inserts the passed knot value <u> <r> times to the B-surface <surfName> in its U parametric direction. A new surface <resName> is created as a result. |
insert-knot-surf-v | insert-knot-surf-v <resName> <surfName> <v> [<r>] Inserts the passed knot value <v> <r> times to the B-surface <surfName> in its V parametric direction. A new surface <resName> is created as a result. |
insert-knots-surf-u | insert-knots-surf-u <resName> <surfName> <num> Inserts the <num> uniformly distributed knots to the surface <surfName>. The new surface is created with the <resName> name. |
insert-knots-surf-v | insert-knots-surf-v <resName> <surfName> <num> Inserts the <num> uniformly distributed knots to the surface <surfName>. The new surface is created with the <resName> name. |
interpolate-curve | interpolate-curve <curveName> Creates a curve from the passed point series by interpolation.-points <pointsName> -degree <deg> |
invert-point-surf | invert-point-surf <surf> <x> <y> <z> Inverts (projects) the passed point onto the given surface. |
invert-shells | invert-shells Inverts orientations of all shells in the working part. |
isolate-real-parts | isolate-real-parts Takes out all non-located entities. |
join-surf | join-surf Joins surfaces.-f <f1> <f2> [-profiles1 <numProfilesS1>] [-profiles2 <numProfilesS2>] [-guides <numGuides>] [-offset <d>] [-draw] |
kef | kef {<edgeIndex> <faceIndex> | KEF (Kill-Edge-Face) Euler operator.-edge <edgeName> -face <faceName>} |
kev | kev {<edgeIndex> <vertexIndex> | KEV (Kill-Edge-Vertex) Euler operator.-edge <edgeName> -vertex <vertexName> | -name <edgeName>} |
kfmv | kfmv {<faceIndex> | KFMV (Kill-Face-Make-Vertex) Euler operator.-name <faceName>} |
kill-blend | kill-blend [<fid>] Attempts to defeature a fillet starting from the face selected interactively or specified as 1-based face ID. |
kill-blends-inc | kill-blends-inc [<radius>] Attempts to defeature all blends incrementally. |
kill-edge | kill-edge {<edgeIndex> | Kills edge with the passed 1-based index from the active part. This is a pure topological operation which does not attempt to modify geometry. Moreover, unlike Euler operator, this function does not preserve the topological consistency of the CAD part. We have introduced this function to ground Euler operators on it.-name <edgeName>} |
kill-face | kill-face {<fid> | Kills the face with the passed 1-based index from the active part. This is a pure topological operation which does not attempt to modify geometry. Moreover, unlike Euler operators, this function does not preserve the topological consistency of the CAD part. We have introduced this function to ground Euler operators on it.-name <faceName>} [-defeat] If the '-defeat' key is passed, another algorithm of smart face removal will be used. The 'smart' algorithm not only removes a face but also stitches the neighbor faces to produce a watertight solid model as a result. |
kill-faces | kill-faces <fid1> [<fid2> ...] Kills the faces with the given 1-based indices. |
kill-solid-by-face | kill-solid-by-face <faceIndex> Kills a solid which contains a face with the passed 1-based index. |
kill-subshape | kill-subshape Kills a subshape having the passed global identifier.-gid <num> |
kill-vertex | kill-vertex {<vertexIndex> | Kills vertex with the passed 1-based index from the active part. This is a pure topological operation which does not attempt to modify geometry. Moreover, unlike Euler operator, this function does not preserve the topological consistency of the CAD part. We have introduced this function to ground Euler operators on it.-name <vertexName>} |
load | load <filename> Loads model from file with the given name. The current project data will be lost. |
load-astra | load-astra <filename> Loads ASTRA file with curves and surfaces. Returns the number of loaded curves and surfaces to the interpreter. |
load-brep | load-brep <filename> Loads BREP file to the active part. If the '-add' flag is passed, the loaded geometry is appended to the active part.[-add] |
load-iges | load-iges <filename> Loads IGES file to the active part or to the imperative plotter's section if the '-names' keyword is passed. In the latter cases, all IGES entities are imported with their original names instead of putting all geometries into a single compound.[-names] |
load-obj | load-obj <filename> Loads OBJ file to the active triangulation. |
load-part | load-part <filename> Loads CAD file of any supported format to the active part. If the model is coming in a mesh format, the data is loaded into the Triangulation Node. |
load-ply | load-ply <filename> Loads PLY file to the active triangulation. |
load-points | load-points <name> <filename> Loads points from file to the point cloud with the given name. |
load-step | load-step <filename> Loads STEP file to the active part. |
load-stl | load-stl <filename> Loads STL file to the active triangulation. |
load-stream-step | load-stream-step <varName> Loads stream to the active part. |
make-box | make-box name [<posX> <posY> <posZ> <dX> <dY> <dZ>] Creates axis-aligned box solid with min corner at <posX>, <posY>, <posZ> and dimensions <dX>, <dY>, <dZ>. |
make-chamfer | make-chamfer <size> Chamfers the selected edges with the given size. |
make-compound | make-compound <result> [<shape1> [<shape2> [...]]] Creates compound from the passed shapes. |
make-curve | make-curve <curveName> Creates a curve from the selected edge or the edge with the passed ID.[-eid <eid>] |
make-cylinder | make-cylinder name [<posX> <posY> <posZ> <r> <h>] Creates a cylindrical primitive oriented along the OZ axis. The <posX>, <posY>, <posZ> arguments define the origin point. The arguments <r> and <h> define the radius and the height. |
make-edge | make-edge <result> {<curveName> | Creates an edge from a curve or a pair of points. The <curveName>/<pointName> variables should exist in the scene graph of the imperative plotter.-p1 <pointName> -p2 <pointName>} |
make-face | make-face <result> {<surfaceName> | Creates a face from a surface or wires. The <surfaceName>/<wireName> variables should exist in the scene graph of the imperative plotter.-w <wireName1> [<wireName2> ...]} |
make-fillet | make-fillet <radius> Blends the selected edges with the given radius. |
make-plane | make-plane name [<posX> <posY> <posZ> <nX> <nY> <nZ>] Creates a plane with origin at <posX>, <posY>, <posZ> and the normal direction (<nX>, <nY>, <nZ>). |
make-point | make-point <pointName> <x> <y> <z> Creates a point with the passed coordinates. |
make-shell | make-shell <result> <face1> [<face2> [...]] Creates a shell from the passed faces. |
make-solid | make-solid <result> <shell1> [<shell2> [...]] Creates a solid from the passed shells. |
make-surf | make-surf <surfName> Creates a surface from the selected face or a face with the given name. If the '-spl' flag is passed, the surface will be converted to spline.[-fid <fid>] [-spl] |
make-vertex | make-vertex <result> <ptName> Creates a vertex from the point named <ptName>. |
make-wire | make-wire <result> <edgeName1> [<edgeName2> [...]] Creates a wire from the passed series of edges. |
maximize-faces | maximize-faces Maximizes canonical faces. |
merge-edges | merge-edges Merges several edges into one.-name <edgeName1> -name <edgeName2> [... -name <edgeNameK>] |
merge-vertices | merge-vertices Merges several vertices into one.-name <vertexName1> -name <vertexName2> [... -name <vertexNameK>] |
misc-check-gaps | misc-check-gaps Checks gaps in a wire. |
misc-convert-curves | misc-convert-curves Converts to arcs and lines. |
misc-gen-hmap | misc-gen-hmap <ptsName> Generates height map. |
misc-invert-bpoles | misc-invert-bpoles <surfName> Inverts the control points of a B-surface to itself. |
misc-repair-gaps | misc-repair-gaps Tries to fix gaps in a wire. |
misc-test-helix | misc-test-helix Constructs a helical curve. |
misc-test-point-in-poly | misc-test-point-in-poly Tests point-in-poly tools by Eric Haines. |
misc-test-section | misc-test-section Sections the active part. |
move-by-face | move-by-face <faceIndex> <offset> Moves part in direction determined by orientation of the given face. The passed offset value can be positive or negative. In the case of positive offset, the movement is done along the face normal. In the case of negative offset, the direction of movement is reversed.CAUTION: this command makes deep copy of the part. Our experience shows that simply assigning location may cause very weird behaviour on subsequent modeling operations. |
move-part | move-part <tx> <ty> <tz> <rx> <ry> <rz> In case the '-isGeometric' key is not set, moves part by applying the passed transformation to the location of part. In case the '-isGeometric' key is set, moves part by applying the passed transformation on its deep copy. The values <tx>, <ty>, <tx> define the translation vector. The values <rx>, <ry>, <rz> define the rotation angles in degrees. Rotation is performed with respect to the global X, Y, Z axes.[-isGeometric] |
move-point-curve | move-point-curve <curveName> <u> <dx> <dy> <dz> Moves point on B-curve with parameter <u> by vector (<dx>, <dy>, <dz>). |
move-triangulation | move-triangulation <tx> <ty> <tz> <rx> <ry> <rz> Moves triangulation by applying the passed transformation. The values <tx>, <ty>, <tx> define the translation vector. The values <rx>, <ry>, <rz> define the rotation angles in degrees. Rotation is performed with respect to the global X, Y, Z axes. |
notifier | notifier Manages notifier.{-init, -step, -finish} |
offset-shell | offset-shell <offset-positive-or-negative> Offsets part (it should be a topological shell) on the given offset value. Offsetting is performed in the direction of face normals. If the option '-simple' is passed, this operation will attempt to preserve the topology of the base shell. If the option '-solid' is passed, this operation will build a solid instead of an offset shell. If the option '-keep' is passed, the original part is not substituted with the offset shape, and the offset is added to the part. If the option '-toler' is passed and '-simple' key is used, an optional tolerance for suppressing singularities on triangular surface patches is used. If the key '-faces' is passed, the input shell will be broken down to faces, and each face will be offset individually.[-simple] [-solid] [-keep] [-toler <val>] [-faces] |
offset-tess | offset-tess <offset> Offsets mesh nodes in directions of their norms. |
orient-part | orient-part Reorients the active part so it gets more suitable axes frame. Pass the '-apply' flag to change the transformation of the shape. Otherwise, only local axes are detected but the shape is not changed.[-apply] |
poly-check | poly-check Checks the basic metrics on the selected triangles, such as area, scaled Jacobian, etc. |
poly-check-domain-inter | poly-check-domain-inter Checks self-intersections in the given domain.-domain <id> |
poly-check-inter | poly-check-inter Checks self-intersections. |
poly-collapse-edge | poly-collapse-edge Collapses the edge between the two selected triangles. If the '-force' flag is passed, no validity checks are performed on edge collapse.[-force] |
poly-collapse-edges | poly-collapse-edges Collapses tiny edges incrementally.-maxlen <maxlen> [-planar] |
poly-compute-norms | poly-compute-norms Computes normal field. |
poly-count-ccomps | poly-count-ccomps Counts connected components in the active mesh. |
poly-find-adjacent | poly-find-adjacent Finds adjacent triangles for the given one.[-v] |
poly-find-boundary | poly-find-boundary Finds boundary edges and triangles.[-draw] |
poly-find-domain-edges | poly-find-domain-edges Finds edges belonging to the given domain.-domain <id> [-draw] |
poly-flip-edges | poly-flip-edges Flips triangulation edges for entire model if no facets are selected. If two facets with a common edge are selected, the shared edge will be flipped unless it's impossible to do. If so, you can still use the '-force' flag to relax the angular distortion criteria applied by the flipping operator. You might also want to perfom edge flipping iteratively. For that, pass the '-iter' flag followed by the number of iterations.[-force] [-iter <num>] |
poly-grow-region | poly-grow-region Grows region starting from the selected seed facet. |
poly-init | poly-init Initializes a mesh from a CAD part. |
poly-netgen | poly-netgen Generates surface mesh with NetGen. If the '-domain' key is passed, it is expected to be followed by the face ID to extract as a subdomain.[-domain <faceId>] |
poly-refine-inc | poly-refine-inc Incrementally refines the named triangulation.[-fine] |
poly-refine-midedges | poly-refine-midedges Refines the input triangles by midedges.[-minarea <minarea>] [-minlen <minlen>] [-planar] |
poly-refine-midpoints | poly-refine-midpoints Applies midpoint refinement to each triangle.[-minarea <minarea>] [-planar] |
poly-smooth | poly-smooth Smooths triangulation.[-iter <iter>] |
poly-split-boundary | poly-split-boundary Splits boundary triangles.[-draw] |
poly-split-edge | poly-split-edge Splits the edge between the two selected triangles. |
print-attrs | print-attrs Prints all AAG attributes available for the face with the given ID or for the interactively selected faces.[-fid <faceId>] |
print-summary | print-summary Prints summary (number of sub-shapes) for the active part. |
print-summary-geom | print-summary-geom Prints the summary of geometric entities for the active part. |
push-pull | push-pull Dummy "push/pull" kind of operation. It is experimental and not recommended for use.[-fid <faceId>] <offset> |
re-approx-curve | re-approx-curve <resCurve> <points> <prec> Attempts to approximate the given point cloud with a curve.[-closed] |
re-approx-surf | re-approx-surf <resSurf> <ptsName> {<uDegree> <vDegree> | Approximates point cloud with a B-surface.-init <initSurf>} [-lambda <coeff>] [ {-pinned | -pinned2}] |
re-approx-surf-inc | re-approx-surf-inc <resSurf> <ptsName> [{<uDegree> <vDegree> | Approximates point cloud with a B-surface incrementally.-init <initSurf>}] [-lambda <coeff>] |
re-build-contour-lines | re-build-contour-lines [<edgeName1> [<edgeName2> ...]] Constructs contour lines either for all patches or for the passed edges only.[-toler <toler>] |
re-build-patches | re-build-patches [<patchName1> [<patchName2> ...]] Constructs surface patched for the passed data object(s).[-approx] |
re-check-deviation | re-check-deviation <pointsName> Checks deviation between the given point cloud and the active CAD part. |
re-check-surf-deviation | re-check-surf-deviation <res> <surfName> Checks deviation between the given surface and the reference mesh. |
re-check-tri-deviation | re-check-tri-deviation <pointsName> Checks deviation between the given point cloud and the active triangulation. |
re-contour-to-wire | re-contour-to-wire <varName> Converts contour to topological wire. |
re-cut-with-plane | re-cut-with-plane <res> <p> Cuts triangulation with plane. If '-nosort' key is passed, the resulting points are not post-processed with K-neighbors hull algorithm thus remaining disordered.[-nosort] |
re-define-contour | re-define-contour Enables interactive contour picking. |
re-define-curve | re-define-curve Enables interactive curve picking. |
re-fair-contour-lines | re-fair-contour-lines <coeff> Fairs (smooths) contour lines for all patches with the given fairing coefficient. |
re-get-inner-points | re-get-inner-points <resName> <patchName> Extracts the mesh nodes which are bounded by the contour of the given patch specified as <patchName>. The extracted nodes are collected in the point cloud specified as <resName>. |
re-get-triangulation-nodes | re-get-triangulation-nodes <resPtsName> Extracts triangulation nodes as a point cloud. |
re-interp-mesh | re-interp-mesh <surfName> <udeg> <vdeg> <grain_factor> Interpolates mesh. |
re-interp-multicurve | re-interp-multicurve <numpts> <degree> <curveName1> [<curveName2> [...]] Interpolates a set of curves on the same knot sequence. |
re-invert-points | re-invert-points <surfName> <ptsName> Inverts the passed point cloud to the B-surface with the given name.[-opencascade] |
re-join-curves | re-join-curves <res> <curveName1> <curveName2> [<curveName3> [...]] Joins curves into a single curve. |
re-make-average-plane | re-make-average-plane <res> <pointsName> [{<umin> <umax> <vmin> <vmax> | Approximates the given point cloud with a plane.-mobius}] |
re-make-plane | re-make-plane <plane> Creates interactive plane. |
re-purify-cloud | re-purify-cloud <resPtsName> <ptsName> <tol3d> Purifies point cloud by removing near-coincident points. The precision used for coincidence test is passed as <tol3d> argument. |
re-sample-part | re-sample-part <res> <ustep> <vstep> Makes a point cloud by sampling CAD part.[-facets] [-vertices] |
re-set-patch-surf | re-set-patch-surf <patchName> <surfName> Sets new surface for a patch with the given name. |
re-set-patches-as-part | re-set-patches-as-part Sets all available patches as a geometry of Part Node. |
re-skin-surface | re-skin-surface <resSurf> <vDegree> Interpolates surface by skinning the passed B-curves.[-fair-isos <lambda>] <curveName1> ... <curveNameK> |
re-smoothen-edges | re-smoothen-edges Enables smoothing for all regular edges. |
re-smoothen-regular-edges | re-smoothen-regular-edges Finds all regular edges in the topology and enables smoothing mode for them. |
re-topologize | re-topologize <numFaces> <projToler> Attempts to topologize the active triangulation with the quads from the active tessellation. |
re-update-plane | re-update-plane <plane> Updates persistent plane w.r.t. interactive plane. |
rebuild-bounds | rebuild-bounds Rebuilds 3D representations of edges from their pcurves. |
rebuild-edge | rebuild-edge {<edgeIndex> | Rebuilds edge with the given ID or name.-name <edgeName>} |
recognize-base-faces | recognize-base-faces Recognizes all base faces, i.e., the faces where features may exist. |
recognize-blends | recognize-blends Recognizes all blend faces in the active part. The optional '-fid' key allows to specify the face ID to start recognition from. The optional '-radius' key allows to limit the recognized radius. The optional '-ebf|-vbf' keys allow finding the blend faces of a certain type (EBF = edge-blend face, VBF = vertex-blend face).[-radius <r>] [-fid <id>] [ {-ebf | -vbf}] [-store [-cdev <perc>]] If the '-store' key is passed, the recognized blend chains will be stored as series of features under the Part Node. If this flag is supplemented with '-cdev' (chain deviation) flag, then the following <perc> value is used to regroup the fillet faces into the chains of equal radii. |
recognize-cavities | recognize-cavities Recognizes arbitrary cavities in the active part. If the '-size' key is passed, it allows to limit the size of a cavity feature being recognized. The size is computed simply as the max dimension of the axis-aligned bounding box (AABB) of all feature faces. If the '-size' key is not passed or the <maxSize> value is zero, then no constraint on the feature size is imposed.[-size <maxSize>] If the '-details' flag is passed, the result of recognition is printed to the logger in a more detailed way. |
recognize-holes | recognize-holes Recognizes drilled holes.[-radius <r>] |
recognize-hull | recognize-hull Builds convex hull of the workpiece and selects all faces lying on it. Pass tolerance with the '-toler' keyword to specify the precision of PMC over the boundary. Use the '-num' keyword to specify the number of sampling points for the faces. Pass the '-draw' keyword to dump visual debugging entities, such as the convex hull, BVH, projection points, etc.[-toler <tol>] [-num <numPts>] [-draw] |
redo | redo Redoes model changes. |
reduce-step | reduce-step <inFlename> <outFilename> Applies STEP reduction procedure developed by Seth Hillbrand for KICAD. |
repair | repair Performs automatic shape repair on the active part. |
repair-shifted | repair-shifted Performs automatic repair of shifted pcurves on the active part. |
repatch | repatch [<fid1> [<fid2> [...]]] Repatches faces which are selected interactively or specified as arguments (1-based face IDs).[-lambda <coeff>] |
reset-location | reset-location Resets location associated with the part shape. If any planar face is selected, the part will be moved to the global origin, so that the local axes of the selected face match the global scene's axes. |
rotate-qn | rotate-qn <Vx> <Vy> <Vz> <angleDeg> Rotates CAD part applying the passed quaternion defined by the given axis of rotation (Vx, Vy, Vz) and the angle in degrees. |
save-as | save-as <filename> Saves model to file with the given name. |
save-astra | save-astra Saves curves and surfaces to ASTRA file.-vars <name1> [name2] -filename <filename> |
save-brep | save-brep [<varName>] <filename> Save active part or variable (if specified) to a BREP file with the given name. |
save-dxf | save-dxf Exports the shape variable named <var-name> or the part shape to DXF file <filename>. Pass the <seglen> optional value to control the discretization of splines. Pass the <ver> optional value to specify the format version of DXF (14 is the default). If the '-orient' flag is passed, Analysis Situs will attempt to relocate the shape to the XOY plane.[-var <var-name>] -filename <filename> [-seglen <seglen>] [-ver <ver>] [-orient] |
save-facets-stl | save-facets-stl Exports the part shape's facets to STL file <filename>.-filename <filename> [-binary] |
save-gltf | save-gltf Exports the part shape to glTF file <filename> with all assigned colors.-filename <filename> |
save-ply | save-ply <filename> Exports data from triangulation node to PLY file <filename>. |
save-step | save-step [<varName>] <filename> Save active part or variable (if specified) to a STEP file with the given name. |
save-stl | save-stl Exports data from triangulation node to STL file <filename>.-filename <filename> [-binary] |
save-svg | save-svg Exports the part shape or the specified variable to SVG file <filename>.[-var <var-name>] -filename <filename> |
save-xyz | save-xyz <varName> <filename> Save (without metadata) selected points to a XYZ file with the given name. |
select-edges | select-edges [<eid1> [<eid2> ...]] Selects edges specified with their 1-based IDs or all edges. |
select-faces | select-faces [<fid1> [<fid2> ...]] Selects faces specified with their 1-based IDs or all faces. |
select-vertices | select-vertices [<vid1> [<vid2> ...]] Selects vertices specified with their 1-based IDs or all vertices. |
set-as-part | set-as-part [<varName> | Sets the object with the given name as a part for analysis. The object is expected to exist as a topological item in the imperative plotter. Alternatively, you can specify a custom Node ID with its source Parameter ID storing the shape to transfer to the Part Node. The latter option is useful if your shape is not stored in the section of imperative plotter data (i.e., you use custom Node as storage).-node <id> -param <id>] |
set-as-triangulation | set-as-triangulation <varName> Sets the object with the given name as the active triangulation. |
set-as-var | set-as-var <varName> Copies part shape to a topological variable. |
set-edge-color | set-edge-color Sets color for the given edge.[-eid id] -color rgb(<ured>, <ugreen>, <ublue>) |
set-face-color | set-face-color Sets color for the given face.[-fid id] -color rgb(<ured>, <ugreen>, <ublue>) |
set-face-color-aag | set-face-color-aag Sets color for the given face as AAG attribute.[-fid <id>] -color rgb(<ured>, <ugreen>, <ublue>) |
set-face-tolerance | set-face-tolerance <faceId> <toler> Forces the face with the given index to have the passed tolerance. In OpenCascade, there is a rule that a tolerance of a face should not be greater than the tolerances of its edges (the same rule applies for edges and vertices). Therefore, this function updates tolerance not only for the face in question, but also for its sub-shapes. |
set-part-color | set-part-color Sets color for the part.-color rgb(<ured>, <ugreen>, <ublue>) |
set-tolerance | set-tolerance <toler> Forces the part to have the passed tolerance in all its sub-shapes. |
set-topo-item-color | set-topo-item-color Sets color for the given topoItem.-name <name> -color rgb(<ured>, <ugreen>, <ublue>) |
sew | sew Stitches faces of the active part using the passed tolerance <toler> that indicates the max allowed gaps between the edges. If no tolerance is passed, the default value 1.e-7 is used.[-toler <toler>] |
show | show <varName1> [<varName2> ...] Shows the given object in its associated viewer. |
show-aag | show-aag Visualizes AAG for the active part. If the '-remove-sel' flag is passed, the selected faces will be excluded from the AAG with all their incident arcs. If the '-collapse-sel' flag is passed, the AAG nodes of the selected faces will be collapsed while all neighbor relations will be transmitted to the surrounding nodes of the collapsed face.[-remove-sel] [-collapse-sel] [-add-vertex-adj] [-filename <json-filename>] If the '-add-vertex-adj' flag is passed, vertex-adjacency relations are added as AAG arcs for the faces having common vertices but no common edges. Use the '-filename' option followed by a JSON filename to dump the visualized AAG with all applied modifiers (collapse, delete, added vertex-adjacency arcs) to a JSON file. |
show-commands | show-commands Opens UI dialog listing all available Tcl commands. |
show-history | show-history Shows modification history associated with the active part. |
show-only | show-only [<varName1> [<varName2> ...]] Shows only the given objects in their associated viewers. If no objects are passed, the working part will be exclusively shown. |
sparse-point-cloud | sparse-point-cloud <name> <tol> Sparses the point cloud with the name <name> using the given spatial tolerance <tol>. |
split-by-continuity | split-by-continuity {c0 | c1} [<toler>] Splits part by continuity. |
split-closed | split-closed Splits closed faces in the active part. |
split-curve-bezier | split-curve-bezier <resName> <curveName> Splits the passed B-curve <curveName> to a series of Bezier curves. |
test | Test anything. |
test-build-quick-hull | test-build-quick-hull <pointsName> <loc_x> <loc_y> <loc_z> <dir_x> <dir_y> <dir_z> Build quick hull. |
test-builder | test-builder Reproducer for one issue with BRep_Builder. |
test-check-mesh-aabb-dim | test-check-mesh-aabb-dim Check dimensions of AABB of mesh.-xDim <xDim> -yDim <yDim> -zDim <zDim> -tol <tolerance> |
test-check-number-mesh-entities | test-check-number-mesh-entities Check number of mesh entities.-nodes <nbNodes> -tri <nbTriangles> |
test-check-number-shape-entities | test-check-number-shape-entities Check number of shape entities.-vertex <nbVertices> -edge <nbEdges> -wire <nbWires> -face <nbFaces> -shell <nbShells> -solid <nbsolids> -compsolid <nbCompsolids> -compound <nbCompound> |
test-check-part-shape | test-check-part-shape Checks part shape. |
test-check-shape-aabb-dim | test-check-shape-aabb-dim Check dimensions of AABB of mesh.-xDim <xDim> -yDim <yDim> -zDim <zDim> -tol <tolerance> |
test-check-solids-volumes | test-check-solids-volumes <tolerance> <vol1> <vol2> <vol3> ... Checks volumes of solids. |
test-composite | test-composite Constructs sample non-manifold CAD model. |
test-coons1 | test-coons1 Test for Coons patch. |
test-coons2 | test-coons2 Test for Coons patch. |
test-dist | test-dist <surfName> <ustep> <vstep> Test for distance evaluation. |
test-eval-curve | test-eval-curve <curveName> <u> <num> <order> Evaluates curve <curveName> for the given parameter value <u>. If the '-mobius' keyword is used, evaluation is performed using Mobius functions. The argument <num> specifies how many iterations to use. This function is used to test performance of curve evaluation.[-mobius] |
test-eval-surf | test-eval-surf <surfName> <u> <v> <num> <order> Evaluates surface <surfName> for the given parameter pair <u, v>. If the '-mobius' keyword is used, evaluation is performed using Mobius functions. The argument <num> specifies how many iterations to use. This function is used to test performance of surface evaluation.[-mobius] |
test-fair | test-fair <fid> Test for fairing function. |
test-fibers | test-fibers Tests fiber polyhedrization algorithm. |
test-hexagon-bops | test-hexagon-bops No arguments are expected. This command demonstrates solid Booleans of OpenCascade. It cuts many cylinders from a hexagonal prism. |
test-hexagon-bops-faces | test-hexagon-bops-faces No arguments are expected. This command demonstrates solid Booleans of OpenCascade. It cuts many circles from a hexagon and then constructs a prism. |
test-ineq | test-ineq Test for inequality solver. |
test-make-triangulation-from-facets | test-make-triangulation-from-facets Make triangulation from facets. |
test-offset | test-offset Constructs simple solid by offset. |
test-pentagon | test-pentagon No arguments are expected. |
test-point-inversion1 | test-point-inversion1 Test for point inversion. |
test-skinning1 | test-skinning1 Test for skinning. |
test-transform-axes | test-transform-axes Transforms axes 'B' to place them coincidently with axes 'A'. |
test-transform-axes-dir | test-transform-axes-dir <xdir> <ydir> <zdir> Transforms axes to have Z (main) direction collinear with the passed direction. |
trim-curve | trim-curve <resName> <curveName> <u0> <u1> Trims curve with the given name <curveName> by the passed parameter values <u0> and <u1>. |
undo | undo Undoes model changes. |
untrim-surf | untrim-surf Untrims surface.-f <f1> [<f2> ...] -e <e1> <e2> [<e3> ...] [-name <surfName>] [-u <numIsosU>] [-v <numIsosV>] |
vglinfo | vglinfo Prints information about OpenGL. |
whatis | whatis <name> Explains what is <name>. |
Copyright © Analysis Situs 2015-present | ^^^ | contact us | | | |