.XBF 파일 확장자
XAML Binary File
| 개발사 | MIcrosoft |
| 인기도 |
3.4 | 138 투표 |
XBF 파일이란 무엇인가요?
File created by Microsoft Visual Studio, A Windows SDK; contains a pre-parsed binary representation of a .XAML file produced by the XamlBinaryWriter class; intended to be write-once.
추가 정보
By producing the XBF file, loading and parsing performance becomes better, especially when loading XAML files that define large resources.
The XBF file will appear as App.xbf in the subdirectory of its related application.
참고: If you compile your XAML file into the XBF format you should still maintain the XAML in its text state so that it remains human-readable.
일반적인 .XBF 파일 이름
App.xbf - Default name given to the binary representation of the XAML file of each app.
XBF 파일을 열거나 참조하는 프로그램
XCAF Binary 3D Model
| 개발사 | Open CASCADE Technology |
| 인기도 |
3.3 | 3 투표 |
An XBF file contains a CAD 3D model saved in the eXtended Open Cascade Technology Application Framework (XCAF), an Open Cascade Technology document format. It stores 3D model data, structure information, and attributes in binary format.
추가 정보
Open Cascade developed the XBF file format to allow you to share CAD 3D models between Open Cascade software more easily. The format is lightweight and compact, which reduces the load time of 3D CAD models in the Open Cascade applications.
You can open various 3D model files, such as .STEP or .IGES files in Open Cascade applications, then save them in the native XBF binary format. To create an XBF file in an Open Cascade application, such as CAD Processor or DMU Reviewer, then select Save as or Export from the menu and choose XCAF (.XBF).
XBF supports models saved as BRep (boundary representation) or mesh (poly triangulation). When saving a 3D model in a different format, such as a STEP or IGES, as an XBF file, the data and structure are retained, but application-specific data may be added. XBF also supports attributes, which include names, colors, and materials when it is possible.
XBF 파일을 여는 방법
You can open XBF files with various Open Cascade software, such as CAD Processor, DMU Reviewer, Asset Revamping, CAD Assistant, and CAD Builder.
