EnglishFrenchSpanish

Ad


OnWorks favicon

admesh - Online in the Cloud

Run admesh in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command admesh that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ADMesh - a program for processing triangulated solid meshes

SYNOPSIS


admesh [OPTION]... file

DESCRIPTION


ADMesh is a program for processing triangulated solid meshes. Currently, ADMesh only reads
the STL file format that is used for rapid prototyping applications, although it can write
STL, VRML, OFF, and DXF files.

By default, ADMesh performs all of the mesh checking and repairing options on the input
file. This means that is checks exact, nearby, remove-unconnected, fill-holes, normal-
directions, and normal-values. The file type (ASCII or binary) is automatically detected.
The input file is not modified unless it is specified by the --write option. If the
following command line was input:

admesh sphere.stl

The file sphere.stl would be opened and read, it would be checked and fixed if necessary,
and the results of processing would be printed out. The results would not be saved.

The default value for tolerance is the length of the shortest edge of the mesh. The
default number of iterations is 2, and the default increment is 0.01% of the diameter of a
sphere that encloses the entire mesh.

If any of the options --exact, --nearby, --remove-unconnected, --fill-holes, --normal-
directions, --reverse-all, --normal-values, or --no-check are given, then no other checks
besides that one will be done unless they are specified or unless they are required by
ADMesh before the specified check can be done. For example the following command line:

admesh --remove-unconnected sphere.stl

would first do an exact check because it is required, and then the unconnected facets
would be removed. The results would be printed and no other checks would be done.

OPTIONS


--x-rotate=angle
Rotate CCW about x-axis by angle degrees

--y-rotate=angle
Rotate CCW about y-axis by angle degrees

--z-rotate=angle
Rotate CCW about z-axis by angle degrees

--xy-mirror
Mirror about the xy plane

--yz-mirror
Mirror about the yz plane

--xz-mirror
Mirror about the xz plane

--scale=factor
Scale the file by factor (multiply by factor)

--translate=x,y,z
Translate the file to x, y, and z

--merge=name
Merge file called name with input file

-e, --exact
Only check for perfectly matched edges

-n, --nearby
Find and connect nearby facets. Correct bad facets

-t, --tolerance=tol
Initial tolerance to use for nearby check = tol

-i, --iterations=i
Number of iterations for nearby check = i

-m, --increment=inc
Amount to increment tolerance after iteration=inc

-u, --remove-unconnected Remove facets that have 0 neighbors

-f, --fill-holes
Add facets to fill holes

-d, --normal-directions
Check and fix direction of normals(ie cw, ccw)

--reverse-all
Reverse the directions of all facets and normals

-v, --normal-values
Check and fix normal values

-c, --no-check
Don't do any check on input file

-b, --write-binary-stl=name
Output a binary STL file called name

-a, --write-ascii-stl=name
Output an ascii STL file called name

--write-off=name
Output a Geomview OFF format file called name

--write-dxf=name
Output a DXF format file called name

--write-vrml=name
Output a VRML format file called name

--help Display this help and exit

--version
Output version information and exit

The functions are executed in the same order as the options shown here. So check here to
find what happens if, for example, --translate and --merge options are specified together.
The order of the options specified on the command line is not important.

EXAMPLES


To perform all checks except for nearby, the following command line would be used:

admesh --exact --remove-unconnected --fill-holes --normal-directions --normal-values
sphere.stl

Actually, since the exact check is required by ADMesh before remove-unconnected, and
remove-unconnected is required before --fill-holes, the above command line could be
shortened as follows with the same results:

admesh --fill-holes --normal-directions --normal-values sphere.stl

And again the same results could be achieved using the short options:

admesh -fudev sphere.stl

or

admesh -fdv sphere.stl

The following command lines do the same thing:

admesh sphere.stl

admesh -fundev sphere.stl

admesh -f -u -n -d -e -v sphere.stl

since the -fundev options are implied by default. To eliminate one of the checks, just
remove the letter of the check to eliminate from the "word" fundev.

Use admesh online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad