IsoAlgo Export Symbol Template

简介: IsoAlgo Export Symbol Template eryar@163.com Key Words: IsoAlgo, Symbol Template When you want to check the symbol templates that you defined in IsoAlgoSymbolTemplate.

IsoAlgo Export Symbol Template


eryar@163.com

Key Words: IsoAlgo, Symbol Template

When you want to check the symbol templates that you defined in IsoAlgoSymbolTemplate.xml, you can give the command dumpsymbol to IsoAlgo, the usage is as follows:

wps_clip_image-2735

Figure 1 Export Symbol Template Command dumpsymbol

After the execution of the dumpsymbol command, IsoAlgo will generate IsoAlgoSymbolLib.dxf which contains all the symbol templates.

wps_clip_image-32696

Figure 2 Symbol template in the IsoAlgoSymbolTemplate.xml

From the export symbol template you can make clear that how many symbol templates have beed definied, and It can help you to understand the symbol template definitation method.

 

IsoAlgo is not finish yet, any feedback or suggestion is welcome, please send email to the author: IsoAlgo@gmail.com.

For more information about IsoAlgo, please visit: http://code.google.com/p/isoalgo/

eryar
+关注
目录
打赏
0
0
0
0
26
分享
相关文章
IsoAlgo --- Symbol Template and its Projection
IsoAlgo --- Symbol Template and its Projectioneryar@163.comKey words: Isometric Piping Symbol, Isometric Projection, Isometric Symbol Template   在管路轴测图中,除了管子以外,其他部件都是以一个符号表示,而不是三维模型中的实体模型的比例投影。
1117 0
ES6:什么是Symbol?
ES6:什么是Symbol?
109 1
|
9月前
ES6之Symbol
ES6之Symbol
es6加上symbol的基础数据类型
【10月更文挑战第30天】ES6 中的 `Symbol` 作为一种新的基础数据类型,为 JavaScript 提供了一种创建唯一标识符和处理对象属性名冲突的有效方式,丰富了 JavaScript 的数据类型体系和编程模式,在实际开发中具有重要的应用价值。
es6加上symbol的基础数据类型
【10月更文挑战第22天】ES6中的 `Symbol` 作为一种新的基础数据类型,为JavaScript提供了一种创建唯一标识符和处理对象属性名冲突的有效方式,丰富了JavaScript的数据类型体系和编程模式,在实际开发中具有重要的应用价值。
JavaScript编码之路【ES6新特性之 Symbol 、Set 、Map、迭代器、生成器】(二)
JavaScript编码之路【ES6新特性之 Symbol 、Set 、Map、迭代器、生成器】(二)
77 1
JavaScript编码之路【ES6新特性之 Symbol 、Set 、Map、迭代器、生成器】(一)
JavaScript编码之路【ES6新特性之 Symbol 、Set 、Map、迭代器、生成器】(一)
55 0
ES6+新特性-Symbol与Set/Map数据结构
ES6 引入了三种新的数据结构:Symbol、Set和Map。Symbol是唯一且不可变的值,常用于定义对象的独特属性;Set存储不重复值,适合数组去重;Map则是键值对集合,键可为任意类型,提供了更灵活的存储方式。这些新数据结构提供了更高效的操作手段,分别解决了属性命名冲突、数据去重和复杂键值对存储的问题。示例展示了如何使用Symbol、Set和Map进行基本操作。

热门文章

最新文章

AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等