{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

UG数控加工自动编程经典实例教程(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

UG数控加工自动编程经典实例教程(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

《UG数控加工自动编程经典实例教程 第2版》一书在介绍UG软件和数控编程技术的基础上,通过对典型零件数控编程的详细讲解,向读者清晰地展示了UG软件数控加工模块的主要功能和操作技巧。根据读者的反映和数控技术的较新发展,在保留第1版8个经典编程实例的基础上,又重新精选了6个数控编程实例。这14个典型实件包括了普通机械零件、三维曲面模型零件、数控技工及技师实操考试零件、模具成形零件和多轴加工零件(包含整体叶轮五轴零件)。

Content Description

《UG数控加工自动编程经典实例教程(第2版)》内容共分6章,第1章介绍UGNX8。0软件及数控编程技术;第2章介绍3个典型二维零件的数控编程;第3章介绍3个典型三维曲面零件的数控编程;第4章介绍3个典型数控技工及技师鉴定零件的数控编程;第5章介绍2个典型模具成形零件的数控编程;第6章介绍3个典型多轴加工零件的数控编程。第2~6章均配以图片详细演示了其自动编程的步骤和技巧。为便于读者学习,本书同时配备光盘,盘中含书中实例及练习文件。

Catalogue

第2版前言
第1章 UG软件与数控加工概述 1
1.1 UG软件概述 1
1.1.1 UG软件的历史及应用 1
1.1.2 UG软件的特点 1
1.2 UG软件数控加工自动编程模块 2
1.2.1 UG软件CAM功能模块 2
1.2.2 UG CAM数控铣自动编程模块 3
1.2.3 UG数控加工自动编程的基本流程 4
1.2.4 其他发展较为成熟的CAM软件 5
1.3 UG NX 8.0无法启动的解决方案 6
1.4 UG NX 8.0数控加工操作界面及公用项 9
1.4.1 UG NX 8.0数控加工操作界面 9
1.4.2 UG NX 8.0公用项 12
1.5 UG NX 8.0软件安装 16
1.6 数控编程技术 18
1.6.1 数控技术的发展趋势 18
1.6.2 数控加工编程的结构和代码 20
1.6.3 机床原点及工件坐标系 21
1.7 数控加工工艺 21
1.7.1 零件的数控加工工艺性分析 21
1.7.2 数控加工方法的选择与方案的制订 22
1.7.3 逆铣与顺铣的概念及选择 23
1.7.4 数控加工切削液的选择 24
1.8 数控加工刀具的选择 26
1.8.1 刀具材料的选择 26
1.8.2 铣削刀具类型的选择 27
1.8.3 铣削刀具大小和长度的确定 29
1.8.4 刀具几何参数的选择 30
1.9 数控切削参数的确定与计算 31
1.9.1 数控切削参数的确定 31
1.9.2 数控切削参数计算实例 33
第2章 典型二维零件数控加工自动编程实例 36
2.1 二维数控加工概述 36
2.1.1 二维数控加工刀具轨迹生成 36
2.1.2 UG二维数控加工功能 37
2.1.3 二维数控加工时应注意的问题 39
2.2 平面凸轮零件数控加工自动编程 39
2.2.1 实例介绍 39
2.2.2 数控加工工艺分析 39
2.2.3 创建数控编程的准备操作 40
2.2.4 创建数控编程的加工操作 42
2.2.5 实体模拟仿真加工 51
2.2.6 后处理与数控代码输出 51
2.2.7 实例小结 53
2.3 注塑模B板零件数控加工自动编程 53
2.3.1 实例介绍 53
2.3.2 数控加工工艺分析 53
2.3.3 创建数控编程的准备操作 54
2.3.4 创建数控编程的加工操作 57
2.3.5 实体模拟仿真加工 66
2.3.6 实例小结 66
2.4 平面印章零件数控加工自动编程 67
2.4.1 实例介绍 67
2.4.2 数控加工工艺分析 67
2.4.3 创建数控编程的准备操作 67
2.4.4 创建数控编程的加工操作 69
2.4.5 实体模拟仿真加工 76
2.4.6 实例小结 76
2.5 数控加工自动编程训练题 77
第3章 典型三维曲面零件数控加工自动编程实例 78
3.1 三维曲面数控加工概述 78
3.1.1 曲面数控加工刀具轨迹生成 78
3.1.2 UG曲面数控加工功能 79
3.1.3 数控铣削曲面时应注意的问题 80
3.2 锥形椭圆曲面零件数控加工自动编程 81
3.2.1 实例介绍 81
3.2.2 数控加工工艺分析 81
3.2.3 创建数控编程的准备操作 81
3.2.4 创建数控编程的加工操作 84
3.2.5 实体模拟仿真加工 93
3.2.6 实例小结 93
3.3 电吹风外壳曲面零件数控加工自动编程 94
3.3.1 实例介绍 94
3.3.2 数控加工工艺分析 94
3.3.3 创建数控编程的准备操作 94
3.3.4 创建数控编程的加工操作 96
3.3.5 实体模拟仿真加工 103
3.3.6 实例小结 104
3.4 手机外壳曲面零件数控加工自动编程 104
3.4.1 实例介绍 104
3.4.2 数控加工工艺分析 104
3.4.3 创建数控编程的准备操作 105
3.4.4 创建数控编程的加工操作 106
3.4.5 实体模拟仿真加工 115
3.4.6 实例小结 116
3.5 数控加工自动编程训练题 116
第4章 典型数控铣职业资格考试零件数控加工自动编程实例 117
4.1 数控技工职业资格考试概述 117
4.1.1 高级数控铣床操作工要求 117
4.1.2 数控铣技工实操考试评分标准 119
4.1.3 数控铣技工技能鉴定考试说明 119
4.2 典型中级工技能鉴定零件数控加工自动编程 120
4.2.1 实例介绍 120
4.2.2 数控加工工艺分析 120
4.2.3 创建数控编程的准备操作 121
4.2.4 创建数控编程的加工操作 123
4.2.5 实体模拟仿真加工 133
4.2.6 实例小结 134
4.3 典型高级工技能鉴定零件数控加工自动编程 134
4.3.1 实例介绍 134
4.3.2 数控加工工艺分析 134
4.3.3 创建数控编程的准备操作 135
4.3.4 创建数控编程的加工操作 136
4.3.5 实体模拟仿真加工 147
4.3.6 实例小结 147
4.4 典型技师技能鉴定零件数控加工自动编程 148
4.4.1 实例介绍 148
4.4.2 数控加工工艺分析 148
4.4.3 创建数控编程的准备操作 149
4.4.4 创建数控编程的加工操作 151
4.4.5 实体模拟仿真加工 158
4.4.6 实例小结 158
4.5 数控加工自动编程训练题 158
第5章 典型模具成形零件数控加工自动编程实例 160
5.1 模具成形零件数控加工概述 160
5.1.1 模具加工的特点 160
5.1.2 模具数控加工的技术要点 160
5.1.3 数控铣床在模具加工中的主要应用 161
5.1.4 模具分类及结构 161
5.2 电风扇整体叶轮模具成形零件数控加工自动编程 163
5.2.1 实例介绍 163
5.2.2 数控加工工艺分析 163
5.2.3 创建数控编程的准备操作 163
5.2.4 创建数控编程的加工操作 166
5.2.5 实体模拟仿真加工 182
5.2.6 实例小结 182
5.3 曲面分型面注塑模型腔零件数控加工自动编程 183
5.3.1 实例介绍 183
5.3.2 数控加工工艺分析 183
5.3.3 创建数控编程的准备操作 183
5.3.4 创建数控编程的加工操作 185
5.3.5 实体模拟仿真加工 194
5.3.6 实例小结 194
5.4 数控加工自动编程训练题 195
第6章 典型零件多轴数控加工自动编程实例 196
6.1 多轴数控加工概述 196
6.1.1 多轴数控铣床的结构 196
6.1.2 多轴数控铣床的优点 197
6.1.3 多轴数控铣削编程技术 198
6.1.4 多轴数控加工仿真技术 199
6.2 典型非规整圆柱形零件四轴数控加工自动编程 199
6.2.1 实例介绍 199
6.2.2 数控加工工艺分析 199
6.2.3 创建数控编程的准备操作 200
6.2.4 创建数控编程的加工操作 201
6.2.5 实体模拟仿真加工 212
6.2.6 实例小结 213
6.3 典型“3+2”五轴加工件数控程序编制 213
6.3.1 实例介绍 213
6.3.2 数控加工工艺分析 213
6.3.3 创建数控编程的准备操作 214
6.3.4 创建数控编程的加工操作 216
6.3.5 实体模拟仿真加工 223
6.3.6 实例小结 223
6.4 整体叶轮零件五轴数控加工自动编程 224
6.4.1 实例介绍 224
6.4.2 数控加工工艺分析 224
6.4.3 创建数控编程的准备操作 225
6.4.4 创建五轴数控加工程序 234
6.4.5 实体模拟仿真加工 240
6.4.6 实例小结 241
6.5 数控加工自动编程训练题 241
附 录 242
附录A 常用材料数控铣削切削用量参考表 242
附录B 孔数控切削用量参考表 245
附录C 孔数控切削加工方式及加工余量参考表 247
参考文献 248

Introduction

UG是集CAD/CAE/CAM于一体的三维参数化软件,被广泛应用于航空、航天、汽车、造船、通用机械和电子等工业领域。UG NX 8.0为用户提供了一套集成的、全面的产品开发解决方案,逐渐成为业界所公认的领先软件,牢固地占领了高端产品设计和制造领域的大部分市场。


UG数控加工自动编程模块(CAM模块)为数控机床编程提供了一套经过企业生产实践证明的完整解决方案,即先进的编程技术和一个完整的NC编程系统所需的全部组件,改善了NC编程和加工过程,提高了产品加工质量与制造效率。UG CAM模块提供了数控车床、数控铣床(加工中心)、线切割机床等多个功能强大的数控编程子模块。其中,UG CAM的数控铣床(加工中心)编程模块不仅可以实现所有二轴联动、三轴联动、四轴联动和五轴联动的数控编程,而且支持高速铣削的数控编程。UG NX 8.0对多轴加工过程中的过切和干涉问题处理更加智能化,编程者利用UG NX 8.0的整体叶轮五轴铣模块已可方便实现像整体叶轮等复杂五轴零件的数控编程。


本书在介绍UG软件和数控编程技术的基础上,通过对典型零件数控编程的详细讲解,向读者清晰地展示了UG软件数控加工模块的主要功能和操作技巧。根据读者的反映和数控技术的最新发展,在保留第1版8个经典编程实例的基础上,又重新精选了6个数控编程实例。这14个典型实件包括了普通机械零件、三维曲面模型零件、数控技工及技师实操考试零件、模具成形零件和多轴加工零件(包含整体叶轮五轴零件)。


全书内容共分6章,第1章介绍UG NX 8.0软件及数控编程技术;第2章介绍3个典型二维零件的数控编程工艺;第3章介绍3个典型三维曲面零件的数控编程工艺;第4章介绍3个典型数控技工及技师鉴定零件的数控编程工艺;第5章介绍2个典型模具成形零件的数控编程工艺;第6章介绍3个典型多轴加工零件的数控编程工艺。第2~6章均配以图片详细演示了其自动编程的步骤和技巧。


本书结构紧凑,实例丰富而经典,讲解详细且通俗易懂,能帮助UG NX 8.0用户迅速掌握和全面提高UG软件数控编程的操作技能,对具有一定数控编程基础的用户也有非常好的参考使用价值。本书可以供普通高等学校、高等职业技术学院作为教材使用,同时也可供工厂、企业等从事CAD/CAM的专业人员使用。


为方便读者学习,书中所有实例的UG CAD实体模型文件都收录在本书配套光盘的“Source”文件夹中。光盘中的内容是按照书中的章节来组织的,每个文件夹的数字即对应书中相应的章节。为了使读者更好地完成书中所有实例的编程操作,光盘中除提供每个实例的CAD模型之外,还提供了作者已编程完成的UG CAM文件,这将非常便于读者参考和自学。为了加强学习效果,本光盘还为读者提供了针对性极强的训练题。


全书由中山职业技术学院肖军民编写,由于作者水平和时间有限,书中疏漏之处在所难免,恳请使用本书的专家和读者批评指正。


肖军民

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book