Query returned 896 results.
Upgrading a CAD System with Expert System
Kaiba, P.; Prebil, I.; Novak, A. // 2002
The article describes an expert system which is fully adapted to computer aided development of products in mechanical engineering and is based upon feature technology. It supplements the features of ...
Vehicle Dynamics Simulation, Part 1: Mathematical Model
Ciglarič, Iztok; Prebil, Ivan // 2002
The field of computational dynamic is surveyed, focusing on issues relevant to develop complex and numerical efficient mathematical models. Considering the topic of mathematical model, today various ...
Virtual Prototyping Simulation for the Design of Two-Wheeled Vehicles
Barone, S.; Curcio, A.; Pierucci, F. // 2002
In this paper, a CAD system and a multi-body kernel have been integrated using a neutral top-down design environment. In particular, a parametric 3D functional scheme is developed as entry-level ...
Programm zur Auslegung mechanischer Wirkketten
Frei, Norbert // 2000
Mechatronik Design Methods and Software in Mechanical Engineering
Wittler, G. ; Moritz, W. // 1998
MODULARITY BY DISTRIBUTION - THE DEVELOPMENT OF A MOBILE ROBOT PROTOTYPE PLATFORM
Blackenfelt, Michael; Andersson, S6ren // 1998
This is a study of a leg-based mobile robot prototype which has been designed based on the specified requirements for both variant leg and variant foot principles. Modular design was emphasised from ...
MODULARITY IN PRODUCT DESIGN
Pels, Henk Jan // 1997
The market requires increasing product variety and flexibility: the ability for fast response to new customer needs. There are several ways to realise this:
• concurrent engineering: short product ...
DS52_An Approach to Configuring Mechanical Systems
Hansen, Claus Thorp // 1995
Boolean Searches
The following examples demonstrate some search strings that use boolean operators:
- design community
Find rows that contain at least one of the two words. - +design +community
Find rows that contain both words. - +design community
Find rows that contain the word “design”, but rank rows higher if they also contain “community”. - +design -community
Find rows that contain the word “design” but not “community”. - +design ~community
Find rows that contain the word “design”, but if the row also contains the word “community”, rate it lower than if row does not. - +design +(>community <decisions)
Find rows that contain the words “design” and “community”, or “design” and “decisions” (in any order), but rank “design community” higher than “design decisions” - design*
Find rows that contain words such as “design”, “designs”, “designing”, or “designer”. - "some words"
Find rows that contain the exact phrase “some words” (for example, rows that contain “some words of wisdom” but not “some noise words”). Note that the " characters that enclose the phrase are operator characters that delimit the phrase. They are not the quotation marks that enclose the search string itself.