美文网首页
001 - Top-down设计思路

001 - Top-down设计思路

作者: 怪怪001 | 来源:发表于2020-06-08 08:59 被阅读0次

Sketch

    Don't create sketches on features. Use your work features instead.

    Look for opportunities to split your profiles over multiple sketches.

    Keep projected geometry to a minimun - use your named parameters and construction geometry to coordinate sketches.

    Use sketch blocks wherever possible

    Don't let Inventor over constrain your sketches

Pulling geometry with the derive tool

Workflow

    Create a new part

    Close and delete the default base sketch

    Click on the derive tool

    From the file open dialog, pick a part or assembly that you wish to derive from

    From the derived part dialog pick the solids, surfaces, 2D & 3D sketches, sketch blocks, work features or parameters that you want to derive into your new part

    Note that you can mirror the geometry as it comes in

    Hit OK to complete the process

Pushing geometry with the make part tool

Workflow

    Open your skeletal or multibody master part.

    Click on the make part tool.

    From the make part dialog pick the solids, surfaces, 2D & 3D sketches, sketch blocks, work features or parameters that you want to derive into your new part.

    Chose a part name, template, BOM structure and file location for your new part

    Note that you ccan derive geometry into an existing part.

    To optionally push your part out into an assembly, check the place in target assembly box

    Note that you can create a new assembly, or pick an existing assembly.

    Click on OK to complete the process.

Pushing out multiple derived parts with the make components tool

Workflow

    Open your multibody master part

    Check that your named parameters are available for export, save if necessary

    Click on the make component tool

    From the make components: selection dialog, pick the solids that you want to derive

    Optionally choose to derive your parts into an assembly

    Note that you cann derive your parts into an existing assembly

    Click the next button to move onto the make components: Bodies Dialog

    Note that you can go back to the Selection Dialog at any time with the <Return to selection> button

Top down: Skeletal modeling - Moving Assemblies

Workflow

    Plan your assembly.

    Add your known parameters.

    Create work planes and other work features as required.

    Create sketch blocks.

    Constrain sketch blocks and get your design functioning.

    Use the make components tool to derive your sketch blocks into an assembly.

    Add 3D features to the individual files at the part level.

Cons

    Working with just the geometry on its own is not very intuitive.

    Building the part models from derived geometry can be time consuming.

    Building the part models without context can mean lots of editing in the assembly model later.

Pros

    The derived parts are very lightweight.

    Assemblies can quickly be laid out in 2D to see how they function before time is invested in 3D modeling.

Top Down: Multibody - Design part

Workflow

    Plan your assembly.

    Add your known parameters.

    Create work planes and other work features as required.

    Create sketch blocks.

    Create the geometry you need to define your design.

    Model the 3D features, separating the features for each 'part' into solids.

    Use the make components tool to derive your solids into an assembly.

Cons

    Multibody design parts can quickly become huge, a structured approach is rquired.

    Parts derived from a multibody model can be large in file size.

    Assemblies containing lots of derived parts can take a lot of computing power to update.

Pros

    An intuitive design technique.

    Quick and easy to edit.

    No assembly constraints means no constraints to fail.

Don't create features or solids in your multibody design part that represent the same part in different locations. Instead use the same part in your assembly multiple times and constrain it into position.

Top Down: With iLogic - Library parts with parametric assemblies

Workflow

    Create an assembly containing names parameters.

    Create a part containing the same parameters.

    Place the part into the assembly.

    Map the parameter values using iLogic.

Cons

    You must design and maintain a library of templates.

    Your users must understand which templates to use.

    You must educate your users in iLogic, so they don't get thrown if it doesn't work.

Pros

    No linking means fast updates and small files.

    Suits building with library components.

    No need to 'unpick' relationships between parts should a model fail.

The Hybrid approach

Workflow

    Plan your assembly

    Add your known parameters

    Create work planes and other work features as required.

    Create Sketch blocks

    Create the geometry you need to define your design.

    Derive your Master skeletal model into multiple parts files.

    Each user models the 3D features for one area separating each part out as a solid.

    Bring together the Design models into a preview assembly for cross checking and clash detection.

    Each user uses the make components tool to derive the solids into sub-assemblies.

    Build the final assembly from the sub-assemblies.

Cons

    Your whole team needs to work in a structured and methodical manner.

Pros

    The workload can be shared across the whole department.

相关文章

  • 001 - Top-down设计思路

    Sketch Don't create sketches on features. Use your work f...

  • 数字集成电路设计流程

    数字 IC top-down 设计流程 拿到一个芯片设计项目,首要做的事就是确定好系统功能、性能、物理尺寸、 设计...

  • RISC_CPU结构

    采用Top-Down设计方法,深入理解CPU的运作原理,本文参照夏宇闻老师的《Verilog 数字系统设计教程》,...

  • Java星号打印图形Top-Down设计

    Top-Down设计:将复杂问题划分为简单问题,找出问题的关键,定性或定量描述问题。

  • 小思路001

    整理小思路:参加某域名公司会议营销笔记 技术革命、产业优化、国家政策 移动应用:推广营销、促成交易、持续营销、人才...

  • 学习编程的方式

    Two Approaches to Learning Programming: Top-Down and Bott...

  • 智能客服设计

    Chat-bot 设计思路 在下面介绍的设计思路过滤了一些细节。 阿里小蜜设计思路 腾讯客服设计思路 智能客服机器...

  • 论文笔记:Bottom-Up and Top-Down Atte

    题目:Bottom-Up and Top-Down Attention for Image Captioning ...

  • IO调优

    Top-down Wearing both hats of a SysAdmin and developer, I...

  • SOLO: Segmenting Objects by Loca

    Abstract instance segmentation主流方法 top-down: detect-then-...

网友评论

      本文标题:001 - Top-down设计思路

      本文链接:https://www.haomeiwen.com/subject/ufoktktx.html