.VSJ

VSJ ファイル

ViewSTL JSON Model
質問する
クイック回答

.vsj ファイルは、ViewSTL オンライン 3D ビューアおよびその JavaScript プラグインによって作成される ViewStl JSON シーンファイルです。これは、メッシュジオメトリ自体ではなく、キャンバスや背景の設定、カメラ位置、モデルのリストとその色を含む 3D シーンの状態をプレーンテキストの JSON として保存します。viewstl.com のビューアに再度読み込むことで、保存されたビューを復元して開くことができます。テキスト形式であるため、メモ帳や VS Code などのエディタで内容を確認することも可能です。

開発元: Omri Rips (viewstl.com) カテゴリ: 3D画像ファイル MIME: application/json
対応OS Windows macOS Linux Web
関連: .DCM · .STEP · .SKP · .STP

このページの内容

19k+ 個の拡張子を索引済み
最終確認日:Aug 3, 2026

ファイルの種類がわかりませんか?

ファイルを識別ツールにドロップしてください。最初の数バイトを読み取って形式を特定します。

ファイルを識別する

VSJ ファイル形式とは?

.vsj ファイルは、Omri Rips 氏による無料のオンライン 3D モデルビューア ViewSTL、およびその関連ツールである ViewStl JavaScript プラグインで作成されるシーン保存ファイルです。名称は ViewStl JSON の略であり、その名の通り、3D シーンの状態を記述したプレーンテキストの JSON ドキュメントです。

内部的に、.vsj ファイルはシーンに何が含まれているかではなく、シーンがどのように見えるべきかを記録します。保存される値には、高さや背景色などのキャンバス設定、カメラの状態(位置、アップベクトル、ターゲット)、およびモデルの配列が含まれます。各モデルのエントリには、元のファイル名と、色や透明度などの表示属性が保持されます。ビューアは save_scene 関数を通じてこのファイルを書き出し、デフォルト名 1.vsj で JSON をダウンロードします。

最も重要な点は、.vsj ファイルにはメッシュジオメトリが一切含まれていないことです。これは外部の .stl または .obj ファイルを名前で参照しているため、シーンをレンダリングするにはそれらのファイルが引き続き利用可能である必要があります。ジオメトリとシーンの状態をまとめて持ち運びたい場合、ViewSTL は関連する .vsb フォーマットを提供しています。これは、必要な STL モデルと json.data.vsj エントリを同梱した ZIP アーカイブです。

セキュリティと安全性

リスク: 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.

形式の詳細

概要
正式名称ViewSTL JSON Model別名 ViewStl JSON, ViewSTL scene file
開発元Omri Rips (viewstl.com)
MIME タイプapplication/json
タイプText (JSON) scene description

VSJ ファイルを開くプログラム

Windows4 apps
Notepad 標準搭載 Open the .vsj file to view its raw JSON text, though large single-line files may be hard to read.
ViewSTL 無料 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 フリーミアム 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 無料 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 標準搭載 Open the .vsj file in plain-text mode to inspect its JSON contents.
ViewSTL 無料 Load the .vsj file through the Open Model icon in any browser to reopen the saved scene.
Linux2 apps
ViewSTL 無料 Use any modern browser to open viewstl.com and load the .vsj file to restore the scene.
GNOME Text Editor オープンソース Open the .vsj file to read or edit the raw JSON scene data.
Web1 app
ViewSTL 無料 Drag and drop the .vsj file onto the viewer to rebuild the saved camera, background and model colors in the browser.

技術的詳細

詳細仕様
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()
仕様書www.viewstl.com

VSJ の変換

コミュニティ Q&A

ユーザーからの質問
質問する
VSJ ファイルを扱うユーザーからヘルプを得られます。OSやソフトウェアのバージョンなど、具体的に記載してください。
アカウント不要 ・ 通常1日以内に回答されます

まだ質問はありません。VSJ ファイルについて最初の質問をしてみましょう。

よくある質問

VSJ ファイルを開くにはどうすればよいですか?
viewstl.com にアクセスし、「モデルを開く(フォルダ)」アイコンをクリックして .vsj ファイルを選択します。ビューアが JSON を読み取り、保存されたカメラ、背景、モデルの色を復元します。ジオメトリは .vsj ではなく参照先のファイルにあるため、STL または OBJ ファイルが利用可能であることを確認してください。
VSJ ファイルには 3D モデルが含まれていますか?
いいえ。.vsj ファイルには、キャンバス、カメラ、モデルごとの表示オプションなどのシーン設定のみが保存されます。実際のメッシュファイルは名前で参照されます。ジオメトリとシーンの状態を 1 つのファイルにまとめたい場合は、代わりに .vsb フォーマットを使用してください。
VSJ と VSB の違いは何ですか?
.vsj はプレーンテキストの JSON シーン記述です。.vsb は、同じシーン JSON(json.data.vsj として)と STL モデルを含む ZIP アーカイブであるため、単一の .vsb ファイルで自己完結し、持ち運びが可能です。
テキストエディタで VSJ ファイルを編集できますか?
はい。JSON 形式であるため、メモ帳、TextEdit、VS Code などで開き、背景色やカメラ位置などの値を調整できます。JSON の構文を正しく保たないと、ViewSTL はファイルの読み込みを拒否します。
VSJ シーンにモデルが表示されないのはなぜですか?
.vsj は外部モデルファイルをファイル名で参照しているだけです。それらの STL または OBJ ファイルが見つからないか、別のフォルダにある場合、シーンの設定は読み込まれますがジオメトリは表示されません。参照ファイルを復元するか、代わりに .vsb バンドルを使用してください。
どのプログラムが VSJ ファイルを作成しますか?
ViewSTL オンラインビューアとその JavaScript プラグインが save_scene 関数を通じて作成します。これにより、現在のシーンが .vsj ファイル(デフォルト名 1.vsj)としてダウンロードされます。

参考文献

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

さらに探索

データベース全体から

今週のトップ拡張子

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

関連する拡張子

.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)

無料ファイルツール

ブラウザで動作するファイル識別および画像変換ツール。すべてお使いのデバイス上で実行されます。

ツールボックスを開く

ファイル拡張子を A-Z で閲覧