LMV介绍

“Logical volume management provides a higher-level view of the disk storage on a computer system than the traditional view of disks and partitions. This gives the system administrator much more flexibility in allocating storage to applications and users. ”

This is an attempt to collect everything needed to know to get LVM up and running. The entire process of getting, compiling, installing, and setting up LVM will be covered. Pointers to LVM configurations that have been tested with will also be included. This version of the HowTo is for LVM 2 with device-mapper and LVM 1.0.8.
http://tldp.org/HOWTO/LVM-HOWTO/index.html

The Enterprise Volume Management System (EVMS) Project has the goal of providing unparalleled flexibility and extensibility in managing storage. It represents a new approach to logical volume management for Linux. The architecture introduces a plug-in model that allows for easy expansion and customization of various levels of volume management.
http://evms.sourceforge.net/

LMV通常指Autodesk的Viewer(Autodesk Forge的Viewer SDK,也称为LMV,即Autodesk Forge的Viewer简称),以下是详细介绍及相关技术信息: ### 介绍 Autodesk Forge Viewer(LMV)是Autodesk提供的一款基于Web的3D模型查看器,它允许开发者在网页或移动应用中嵌入强大的3D模型查看功能,无需用户安装额外的桌面软件。该查看器支持多种Autodesk格式(如DWG、Revit、3ds Max等)以及其他常见的3D格式,能广泛应用于建筑、工程、施工(AEC)、制造业等领域,帮助用户在线查看、交互和分析3D模型。 ### 相关技术信息 - **技术架构** - **前端**:主要使用HTML、CSS和JavaScript构建用户界面,利用WebGL技术实现3D模型的渲染和交互。它提供了丰富的API,允许开发者自定义查看器的外观和功能,例如添加自定义工具、修改模型的显示样式等。 - **后端**:基于Autodesk Forge平台,负责处理模型的转换和存储。当用户上传模型文件后,Forge平台会将其转换为适合在Web上查看的格式(SVF格式),并存储在云端,以便后续快速加载和查看。 - **核心功能及技术实现** - **模型加载与渲染**:通过调用Forge Viewer的API,开发者可以轻松地将转换后的SVF格式模型加载到查看器中。查看器利用WebGL的高性能渲染能力,实现模型的实时渲染和交互,支持缩放、平移、旋转等基本操作。 - **模型数据提取**:可以提取模型的元数据、属性信息等。例如,在建筑模型中,可以获取每个构件的尺寸、材质、供应商等信息,方便用户进行数据分析和管理。这一功能通过解析模型的JSON数据实现。 - **模型标记与注释**:支持用户在模型上添加标记和注释,方便团队成员之间的沟通和协作。开发者可以利用Viewer的API创建自定义的标记和注释工具,实现标记的添加、编辑和删除等操作。 - **模型对比**:对于不同版本的模型,Viewer可以实现对比功能,直观地显示模型的变化。这一功能通过比较两个模型的几何数据和属性信息来实现。 ### 开发使用流程 - 注册Autodesk Forge账户,创建应用并获取API密钥。 - 上传模型文件到Forge平台进行转换。 - 使用JavaScript代码初始化Viewer并加载转换后的模型。 ```javascript // 初始化Viewer var viewer; var options = { env: 'AutodeskProduction', getAccessToken: function(onTokenReady) { var token = 'YOUR_ACCESS_TOKEN'; var timeInSeconds = 3600; // 令牌有效期 onTokenReady(token, timeInSeconds); } }; Autodesk.Viewing.Initializer(options, function() { var viewerDiv = document.getElementById('viewerDiv'); viewer = new Autodesk.Viewing.Private.GuiViewer3D(viewerDiv); var startedCode = viewer.start(); if (startedCode > 0) { console.error('Failed to create Viewer: WebGL not supported.'); return; } // 加载模型 var documentId = 'urn:YOUR_URN'; Autodesk.Viewing.Document.load(documentId, onDocumentLoadSuccess, onDocumentLoadFailure); }); function onDocumentLoadSuccess(doc) { var viewables = doc.getRoot().getDefaultGeometry(); viewer.loadDocumentNode(doc, viewables).then(i => { // 模型加载成功 }); } function onDocumentLoadFailure(viewerErrorCode) { console.error('onDocumentLoadFailure() - errorCode:'+ viewerErrorCode); } ```
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值