干杯
这可能无法确定*除非OP愿意发布代码!?笑死我了
同意。
呵呵,打得好。
编辑:
你觉得op怎么样?加入开源(道德正义的黑暗面)。 我想我有办法了。
如果你还没有,创建一个在线电子邮件帐户。将超级核心| |基本劳动力中立者保存为草稿。(可能为他们制作一个子目录)。 把工作时间从10小时减少到15分钟?如果这是你必须经常做的事情,你应该小心,不要让雇主决定每周减少你的工作时间。
这是因为《就业》是一部动作片。假设OP不是承包商,那么他的雇主可能会受到法律影响,可能会受到媒体的负面报道,至少在当地是这样。OP可以对剧本保持沉默,在这种情况下,他的雇主要么认为工作质量有缺陷,要么认为他游手好闲,而不是工作。或者,他也可以把剧本搬上来,至少在管理层中赢得一个积极的声誉,只要他用@author:OP加载打印编译,这样他的老板就不会声称自己有魔力。 在我过去几天不在的时候,哇没想到这会变成一场道德讨论。
但无论如何,我会发布代码,但它对大多数人(如果不是所有人)都没有用。因此,我将把我草草记下的一些笔记贴在网上。其余的都在我的脑子里或纸上,懒得把它们打印出来
Lisp的基本覆盖:
[*]User opens Floor Plan of building and uses start up lisp
[*]Checks to see if user is authorized to use Lisp and is connected to the internet.
[*]After connect and authorization is established. Lisp will self update all updated lisps through the SQL server.
[*]User selects walls/roof/floor on the floor plan layouts- Can erase create and back out to change selection for each step
[*]Automatically updates independent origin for calculation package.
[*]Finds all cord points for wall center lines and roof and floor projection cord points
[*]Closes all drawings but currently open drawing and opens all .dwg files in files current location
[*]Goes through each drawing and finds the Named items from step 4.
[*]After an item is found it will request additional information based on if it was a Floor Wall Roof the closes the page and removes it from the Open list, but saves it to a finished list if you would like to go back and edit it.
[*]Inserts all information into a calculation package and releases a final product without user ever having to exit Autocad.
更新日志:
1.x Floor Plan Extract
-.0 Original
2.x Wall/Floor/Roof Extract
-.0 Original
-.1 Extract name from current drawing
.1 find Average Height of wall, length, and Thickness
.2 WALLS
Extract Anchor Locations If it doesnt match an of the dist valves of original or inverse discard (set inversed if distances match inversed)
Count number of Anchors based on X
Find base anchor locations
.3 FLOORS/ROOFS
Gather information
3.x Calc I/O
-.0 Original
4.x User Options
-.0 Original
.1 Use vl-bb-set and vl-bb-ref to extract in 1.x to 3.x
5.x Embed Drawings
-.0 Original
.01 Find all drawing name store to vl-bb-set array (Sorted by Alpha and Numerical)
.02 Close all drawings other than the one that is currently open
.03 Open all drawings inside current drawing file
.04 Find all anchor blocks in all drawings using a cond statement
.05 Move to original drawing and open all previously opened drawings
.06 Open new drawing with a given block
.07 Insert blocks of anchors
.08 Erase Block from Array and save back
.09 Save when full
Name Embeds-x
.10 Create new after
.11 Repeat .09 and .10 as needed
此时,每个计算有大约12k的输入,从地震和风切变和张力到相对锚位置与施加压力的距离。
编辑:
我是一名兼职承包商,但对于我的雇主来说,目前我更多的是内部承包商。我的工资是按普通人的时间计算的。IE这个计算包通常需要15个多小时,不包括图纸等。但是如果我能在10个小时内完成这项工作,我就可以得到15个小时的工资,这就是我们收费的部分。有点难以解释,但它是可行的。
我试着把我的经验应用到我做的每件事上,但每次尝试都会被踩到。见鬼,我推荐了一件可以在第一年轻松拯救公司5万多名员工的事情,但他们却拒绝了我,3个月后,他们因为我试图阻止的事情接受了审计。感觉到了,除了我的工作之外,我并没有真正地投入工作。
作为这家公司如何运作的另一个例子,我不得不写一份提案,只是为了从他们的库存中拿出第二台显示器。。。。
但无论如何,回到主题上来。任何人在上都有任何输入。FAS与。VLX与。网络?
我个人编写LISP代码(自动/可视化),并将所有项目编译为其中之一。FAS/。VLX文件。
现在,我们正在从Land Desktop切换到Civil 3D,我得到了Visual Studio和相应的Autodesk SDK的副本,但还没有使用开发出一个可用于生产的工具。网络。。。由于我能自如地编写Visual LISP(ActiveX COM),所以我在追求VB。NET。
此外,Windows Presentation Foundation(WPF)也非常吸引人。。。我正在考虑如何将我们的定向钻孔计算网页嵌入到工具选项板中。我们拭目以待。 如果你是一个承包商,那么祝你好运,如果你有最新的工具,(lisps)最新的克林贡电池驱动的锯和钻,公司不会从你那里购买工具,它们是你付款的一部分。他们雇用了其他人,并进行了实际检查。
像你一样,我根据平面图为预制板做了一个墙调度程序,但我们得到了报酬,是的,“如果你的代码真的是那么聪明”伙计,是的,现在可能是20分钟v的20秒。但是写代码花了多少时间?
我知道的一种商业产品曾经吹嘘过,如果一周后你没有节省一半的购买成本,你的钱就会还给你。
同意。
对“20分钟v的20秒”是合理的(常见?)提高良好LISP实用程序的生产率。。。我从未听说过将15小时的生产工作减少到15分钟(直到现在)。
是的,我觉得这个估计有点夸张。
OP(承包商)足够聪明,能够与雇主“开发”这种动态(双关语),这说明OP很聪明。 不,不太夸张。我可以发誓我说了10个小时,但无论如何在我开始工作之前
页:
1
[2]