zyy-engine

图形引擎API


图形引擎API整体介绍

<h2>概述</h2> <p>筑照云图形引擎为开发者提供了一系列强大的JavaScript API,分为以下几类:</p> <ul> <li><code>BCore.Application</code></li> <li><code>BCore.Viewer</code></li> <li><code>BCore.Extension</code></li> </ul> <h2>BCore.Application</h2> <table> <thead> <tr> <th>类名</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>Application3D</td> <td>3D应用</td> </tr> <tr> <td>Application3DConfig</td> <td>3D应用配置</td> </tr> <tr> <td>Application2D</td> <td>2D应用</td> </tr> <tr> <td>Application2DConfig</td> <td>2D应用配置</td> </tr> </tbody> </table> <h2>BCore.Viewer</h2> <table> <thead> <tr> <th>类名</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>Viewer3D</td> <td>三维模型操作</td> </tr> <tr> <td>Viewer3DConfig</td> <td>三维模型操作的相关配置</td> </tr> <tr> <td>Viewer2D</td> <td>二维图纸操作</td> </tr> <tr> <td>Viewer3DConfig</td> <td>二维图纸操作的相关配置</td> </tr> </tbody> </table> <h2>BCore.Extension</h2> <p>该命名空间包含额外的功能扩展,为应用提供更多的功能。</p> <table> <thead> <tr> <th>命名空间</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>Section</td> <td>剖切</td> </tr> <tr> <td>Marker</td> <td>标签</td> </tr> <tr> <td>Annotation</td> <td>标注</td> </tr> <tr> <td>Postil</td> <td>批注</td> </tr> <tr> <td>...</td> <td>其他扩展功能</td> </tr> </tbody> </table> <h2>总结</h2> <p>以上是筑照云图形引擎JavaScript API的基本结构和主要功能。开发者可以根据需要选择合适的类和方法来构建自己的图形应用。如果您需要更具体的使用示例或帮助,请随时询问</p>

页面列表

ITEM_HTML