.VSJ

VSJ-bestand

ViewSTL JSON Model
Stel een vraag
SNEL ANTWOORD

Een .vsj-bestand is een ViewStl JSON-scènebestand gemaakt door de ViewSTL online 3D-viewer en de bijbehorende JavaScript-plugin. Het slaat de status van een 3D-scène op als platte tekst JSON, inclusief canvas- en achtergrondinstellingen, camerapositie en een lijst met modellen met hun kleuren, in plaats van de mesh-geometrie zelf. Open het door het terug te laden in de viewer op viewstl.com, waardoor de opgeslagen weergave wordt hersteld. Omdat het tekst is, kunt u het ook inspecteren in elke editor zoals Notepad of VS Code.

Ontwikkelaar: Omri Rips (viewstl.com) Categorie: 3D-bestanden MIME: application/json
OPENT OP Windows macOS Linux Web
Gerelateerd: .DCM · .STEP · .SKP · .STP

Op deze pagina

19k+ extensies geïndexeerd
Laatst beoordeeld op Aug 3, 2026

Niet zeker wat uw bestand is?

Sleep een bestand naar onze identificatietool - we lezen alleen de eerste bytes om het formaat te benoemen.

Identificeer een bestand

Wat is het VSJ-bestandsformaat?

Een .vsj-bestand is een scène-opslagbestand gemaakt door ViewSTL, een gratis online 3D-modelviewer van Omri Rips, en door de bijbehorende ViewStl JavaScript-plugin. De naam staat voor ViewStl JSON, en het bestand is precies dat: een JSON-document in platte tekst dat de status van een 3D-scène beschrijft.

Binnenin legt een .vsj-bestand vast hoe de scène eruit moet zien in plaats van wat deze bevat. Opgeslagen waarden omvatten canvasinstellingen zoals hoogte en achtergrondkleur, de camerastatus (positie, up-vector en doel) en een reeks modellen. Elk modelitem bewaart de bronbestandsnaam samen met weergavekenmerken zoals kleur en transparantie. De viewer schrijft dit bestand via de functie save_scene, die de JSON downloadt met de standaardnaam 1.vsj.

Eén detail is het belangrijkst. Een .vsj-bestand bevat geen mesh-geometrie. Het verwijst naar externe .stl- of .obj-bestanden op naam, dus die bestanden moeten nog steeds beschikbaar zijn om de scène te kunnen renderen. Wanneer u wilt dat geometrie en scènestatus samen reizen, biedt ViewSTL het gerelateerde .vsb-formaat, een ZIP-archief dat een json.data.vsj-item bundelt met de STL-modellen die het nodig heeft.

Beveiliging & veiligheid

RISICO: LOW

A .vsj file is plain-text JSON with no executable code, macros or scripts, so opening one cannot by itself harm your system. The only practical concern is that it references external STL/OBJ files by name; if those are missing the scene will not render fully. Editing the JSON by hand can break the syntax and stop ViewSTL from loading it, so keep a backup before making changes.

Formaatdetails

in een notendop
VOLLEDIGE NAAMViewSTL JSON Modelook bekend als ViewStl JSON, ViewSTL scene file
ONTWIKKELAAROmri Rips (viewstl.com)
CATEGORIE3D-bestanden
MIME-TYPEapplication/json
TYPEText (JSON) scene description

Programma's die VSJ-bestanden openen

Windows4 apps
Notepad Ingebouwd Open the .vsj file to view its raw JSON text, though large single-line files may be hard to read.
ViewSTL Gratis Open viewstl.com, click the Open Model (folder) icon and select your .vsj file to restore the saved scene; keep the referenced STL/OBJ files in the same location so the geometry loads.
ViewStl JavaScript plugin Freemium Embed the plugin in a web page and call its load_scene routine to read a .vsj file and rebuild the camera, canvas and model settings.
Visual Studio Code Gratis Open the .vsj file as text to read or hand-edit its JSON keys (canvas, camera, models); VS Code formats and validates the JSON.
macOS2 apps
TextEdit Ingebouwd Open the .vsj file in plain-text mode to inspect its JSON contents.
ViewSTL Gratis Load the .vsj file through the Open Model icon in any browser to reopen the saved scene.
Linux2 apps
ViewSTL Gratis Use any modern browser to open viewstl.com and load the .vsj file to restore the scene.
GNOME Text Editor Open-source Open the .vsj file to read or edit the raw JSON scene data.
Web1 app
ViewSTL Gratis Drag and drop the .vsj file onto the viewer to rebuild the saved camera, background and model colors in the browser.

Technische details

diepe specificaties
EncodingUTF-8 plain text (JSON)
Byte orderN/A (text format)
ContainerJSON object
CompressionNone (the compressed counterpart is the .vsb ZIP file)
Typical sizeA few hundred bytes to a few kilobytes; the file stores scene settings only, not mesh geometry
StructureA single JSON object holding the state of a ViewSTL scene: canvas settings (such as canvas height and background color), camera state (position, up vector and target), and an array of model entries. Each model entry references the source geometry by filename and stores display attributes such as color, transparency and visibility.
IntegrityNone; integrity depends on valid JSON syntax
PlatformsWindows, macOS, Linux, Web browser
NotesA .vsj file records how a scene should be displayed but does not embed the 3D mesh. It points at external .stl or .obj files by name, so those source files must be available for the scene to render. To bundle geometry and scene state together, ViewSTL uses the .vsb format, a ZIP archive that contains a json.data.vsj entry plus the referenced STL models.
Created ByThe save_scene() method of the ViewSTL online viewer and the ViewStl JavaScript plugin
Default Filename1.vsj is the default name produced by save_scene()
Specificatiewww.viewstl.com

VSJ conversies

Community V&A

gevraagd door gebruikers
Stel een korte vraag
Krijg hulp van mensen die met VSJ-bestanden werken. Wees specifiek - vermeld uw systeem en softwareversie.
Geen account nodig · antwoorden meestal binnen een dag

Nog geen vragen - wees de eerste om iets te vragen over VSJ-bestanden.

Veelgestelde vragen

Hoe open ik een VSJ-bestand?
Ga naar viewstl.com, klik op het pictogram Model openen (map) en selecteer het .vsj-bestand. De viewer leest de JSON en herstelt de opgeslagen camera, achtergrond en modelkleuren. Zorg ervoor dat de STL- of OBJ-bestanden waarnaar wordt verwezen beschikbaar zijn, omdat de geometrie in die bestanden leeft, niet in de .vsj.
Bevat een VSJ-bestand het 3D-model?
Nee. Een .vsj-bestand slaat alleen scène-instellingen op zoals canvas, camera en weergaveopties per model. Het verwijst naar de eigenlijke mesh-bestanden op naam. Als u geometrie en scènestatus in één bestand nodig heeft, gebruik dan in plaats daarvan het .vsb-formaat.
Wat is het verschil tussen VSJ en VSB?
.vsj is de scènebeschrijving in platte tekst JSON. .vsb is een ZIP-archief dat dezelfde scène-JSON bevat (als json.data.vsj) plus de STL-modellen, zodat een enkel .vsb-bestand zelfstandig en draagbaar is.
Kan ik een VSJ-bestand bewerken in een tekstverwerker?
Ja. Omdat het JSON is, kunt u het openen in Notepad, TextEdit of VS Code en waarden zoals achtergrondkleur of camerapositie aanpassen. Houd de JSON-syntaxis geldig, anders weigert ViewSTL het bestand te laden.
Waarom toont mijn VSJ-scène geen modellen?
De .vsj verwijst alleen naar externe modelbestanden via de bestandsnaam. Als die STL- of OBJ-bestanden ontbreken of in een andere map staan, laadt de scène met de instellingen maar zonder geometrie. Herstel de bronbestanden of gebruik in plaats daarvan een .vsb-bundel.
Welk programma maakt VSJ-bestanden?
De ViewSTL online viewer en de bijbehorende JavaScript-plugin maken ze via de functie save_scene, die de huidige scène downloadt als een .vsj-bestand (standaardnaam 1.vsj).

Referenties

1ViewSTL plugin documentation (viewstl.com)www.viewstl.com
2ViewSTL online viewerwww.viewstl.com

Blijf ontdekken

door de database

Populaire extensies deze week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.PARTPartial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.RPMSGRestricted Permission Message
6.MDMarkdown Document
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.EXEWindows Executable (Portable Executable)
10.PRDXSoftMaker Presentations Document

Gerelateerde extensies

.DCMDICOM Medical Image
.STEPSTEP - Standard for the Exchange of Product Data (ISO 10303)
.SKPSketchUp Document
.STPSTEP - Standard for the Exchange of Product Data (ISO 10303), .stp spelling
.MTLMaterial Template Library (Wavefront)
.MAX3ds Max Scene File (Autodesk 3ds Max)

Gratis bestandstools

Een bestandsidentificatie en afbeeldingsconverter in de browser - alles draait op uw eigen apparaat.

Open de gereedschapskist

Blader door bestandsextensies A-Z