IsoAlgo Dimensioning Options

IsoAlgo Dimensioning Options

eryar@163.com

 

IsoAlgo can output several types of dimensions with different amounts of detail. The main types of dimensioning are:

String dimensions(the default);
Composite dimensions;
Overall dimensions;
Support Dimensions;
The different types are illustrated in the following figure:

Figure 3.2.1 Support, String and Overall dimensions

String dimensions are measured between the following points:

The start or end of a branch;
Changes of direction(bends, elbows etc.);
Component connection points(flanges, welds, screwed and compression joints etc., excluding gaskets);
Composite dimensioning ignores dimensions which the fabricator has no control over, particularly the sizes of individual components. Component which are directly connected to each other are therefore dimensioned as though they constitute a single composite item.

Overall dimensions indicate the lengths of the following sections of a pipeline:

From the start of a branch to the first change of direction;
From each change diretion to the next;
From the last change of direction to the end of a Branch;
From the start of a falling section skew-box to the end of the falling section skew-box;
Between Branch connections.
In IsoAlgo you can config the dimensioning options by IsoAlgoConfig.xml. By choosing different representation for different dimension type:

Figure 3.2.2 Config different dimension types

Figure 3.2.3 Dimensions generated by IsoAlgo

时间: 2025-01-21 16:40:12

IsoAlgo Dimensioning Options的相关文章

IsoAlgo User Guide

IsoAlgo User Guide V1.0 IsoAlgo@gmail.com April 28, 2014 Disclaimer This program is free software, you can redistribute it and/or modify it. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the im

Android应用设计:选项菜单Options Menu

文章描述:Android硬体键交互之"选项菜单". 众所周知Android没有明确的GuideLine,虽说没有严格的规范来限制设计与创新很赞,但这也导致市场上的Android应用设计上的混乱.一个典型例子就是选项菜单Options Menu. 混乱的菜单 Android机器采用的硬体键来呼出菜单,这种方式在表现上隐性的,用户对于何种情况下可以呼出何种菜单没有预见性,甚至是否可以呼出菜单都没有预期.   如何解决 为降低用户的认知成本,建议设计中遵循以下方式. Question 1:何

js给selected添加options的方法

 本文实例讲述了js给selected添加options的方法.分享给大家供大家参考.具体实现方法如下: ? 1 2 3 4 5 6 7 8 9 <select id="Mmonth"> <option>1</option> </select> <input type="button" onclick="a()" value="添加"/> <script>

Configuration Options for Qt

This page gives a brief description of the different options available when building Qt using theconfigure script or configure.exe binary. To build Qt using the default options, just call configure from the command line as shown below. When building

.NET Core采用的全新配置系统[4]: “Options模式”下各种类型的Options对象是如何绑定的?

旨在生成Options对象的配置绑定实现在IConfiguration接口的扩展方法Bind上.配置绑定的目标类型可以是一个简单的基元类型,也可以是一个自定义数据类型,还可以是一个数组.集合或者字典类型.通过前面的介绍我们知道ConfigurationProvider将原始的配置数据读取出来后会将其转成Key和Value均为字符串的数据字典,那么针对这些完全不同的目标类型,原始的配置数据如何通过数据字典的形式来体现呢? [ 本文已经同步到<ASP.NET Core框架揭秘>之中] 目录 一.绑

从Objective-C到Swift,你必须会的(二)组合options

用过Options这个东西的人都知道,几个竖线就把这些值都和到一起了.比如: 1 2 3 4 5 + (NSStringDrawingOptions)combine{     return NSStringDrawingTruncatesLastVisibleLine |             NSStringDrawingUsesLineFragmentOrigin |             NSStringDrawingUsesFontLeading; }  很简单的一个东西啊.这个为什

javascript-JavaScript 如何同时清空下拉框中的optgroup和options

问题描述 JavaScript 如何同时清空下拉框中的optgroup和options 下拉框中同时存在optgroup和options,如何清空它们,然后重新创建新的下拉框? 解决方案 http://www.poluoluo.com/jzxy/201107/138067.html 解决方案二: <select id="sel"> <optgroup label="number"> <option>1</option>

AJAX from S3 CORS fails on preflight OPTIONS with 403

解决办法: 将 <!-- Sample policy --> <CORSConfiguration> <CORSRule> <AllowedOrigin>*</AllowedOrigin> <AllowedMethod>GET</AllowedMethod> <MaxAgeSeconds>3000</MaxAgeSeconds> <AllowedHeader>Authorization&

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.xml, you can give the command dumpsymbol to IsoAlgo, the usage is as follows: Figur