Query returned 1291 results.
A Framework for Data Collection of Collaborative Design Research
Törlind, Peter // 2007
A Framework to Re-Organize Design Activities During Engineering Change Process
Ouertani, Mohamed Zied; Grebici, Khadidja; Gzara, Lilia // 2007
Collaboration Support System Based on the Assessment of Created Ideas Using Data Envelopment Analysis
Kobayashi, Masakazu; Higashi, Masatake; Yoshimura, Masataka // 2007
Definition of An Engineering Data Management for Collaborative Product Development
Nguyen, Van Thomas; Guellec, Pascal; Féru, Fréderic; Maillé, Bruno; Yannou, Bernard // 2007
Distributed Data Sources for Lifecycle Design
Pandey, Vijitashwa; Thurston, Deborah ; Kanjani, Khusboo; Welch, Jennifer // 2007
Facilitating Interdisciplinary PLM Through Usage of Hub Methodology and 3D Lightweight Visualisation Data
Zimmerman, Trond; Malmqvist, Johan // 2007
From Product/Service Complexity Management to Innovation
Kusiak, A. // 2007
New Datahandling- and Rapid Virtual Prototyping Approach for Mechatronic Systems
Bacs, Christian // 2007
The Fundamentals of An Intelligent Design Observatory for Researching the Impact of Tools, Teams and Technologies on Information Use and Design Performance
Hicks, Ben; Culley, Stephen J.; McAlpine, Hamish; McMahon, Christopher A. // 2007
Using Meta-Data to Enhance Process Simulation and Identify Improvements
Bell, Chris; Wynn, David C.; Dawes, William N.; Clarkson, P. John // 2007
Variant Creation Using Configuration of a Reference Variant
Feldhusen, Jörg; Nurcahya, Erwin; Löwer, Manuel // 2007
A CASE STUDY ON CONCEPT DESIGN AND CAD MODELLING IN THE FOOTWEAR INDUSTRY
Smith, G.; Claustre, T. // 2006
A case study on reverse engineering in the footwear design and manufacturing industry is presented. Reverse engineering tools and techniques are used to capture three-dimensional data and to convert ...
A CONTENT MANAGEMENT FRAMEWORK FOR PRODUCT DEVELOPMENT
Gsell, H. // 2006
A CONTRIBUTION TO METHODOLOGY OF ENGINEERING CALCULATIONS
Rohatyñski, R.; Babirecki, W. // 2006
The paper presents a new methodology of engineering calculation algorithmization based on constraint management. The constraints and variables are represented in a Boolean matrix form called the ...
A METHOD TO CHART THE STRUCTURE OF DESIGNERS' CLAY MODELING PROCESSES
Wiegers, T.; Dumitrescu, R.; Song, Y.; Vergeest, J.S.M. // 2006
CAD is used for the design of nearly any product, but not often in the earliest phases of design. Physical modeling is still very popular for ideation. What makes physical modeling different ? A ...
A SELF-TRAINING SYSTEM THAT LEARNS THROUGH EXPERIMENTATION
Braun, S.C.; Gero, J.S. // 2006
The paper introduces an adaptive system that, inspired by the diversity of human cognitive development processes, uses different kinds of machine learning to develop its expertise. The system ...
ARCHITECTURES FOR MECHATRONIC PRODUCT DATA INTEGRATION IN PLM SYSTEMS
Bergsjö, D.; Malmqvist, J.; Ström, M. // 2006
In this paper four generic architectures for PLM implementations in complex product development settings are presented and analysed. The focus has been on the information integration problems ...
COMMUNICATION MEDIA IN DISTRIBUTED COLLABORATION – ANALYSIS OF DESIGN EXPERIMENTS
Grieb, J.; Lindemann, U. // 2006
Communication media play an important role in distributed working design teams. We carried out design experiments to find out which communication media are used in what combination depending on the ...
COMPLEXITY OF PRODUCT STRUCTURE CONFIGURATIONS
Salonen, N.V. // 2006
There is need for flexible change management to enable dynamic changes of documents linked to parts. This requirement is one of the most important needs of structure configurations versus current ...
CONTRIBUTION TO MAINTAINABILITY AND SAFETY ASSESSMENT IN THE MECHANICAL PRODUCT DESIGN
Coulibaly, A.; Houssin, R.; Mutel, B. // 2006
The paper presents an approach for maintainability and safety assessment using CAD model enriched with behavioral semantic data. This aims to assist designers for taking care of product behaviors ...
DIMENSIONAL TOLERANCE APPROXIMATION FOR REVERSE ENGINEERING APPLICATIONS
Jamshidi, J.; Mileham, A.R.; Owen, G.W. // 2006
Tolerance accommodation is normally a re-engineering process rather than the Reverse Engineering (RE) of a component. This can jeopardise the exactness of the re-designed data or increase the RE cost ...
EXPERIENCE BASED COST MANANGEMENT IN THE EARLY STAGES OF PRODUCT DEVELOPMENT
Zrim, G.; Maletz, M.; Lossack, R. // 2006
Function orientation and process cost management allows a transparent and complete estimation of costs in the early phases of product development based on developer’s experience. The present approach ...
INFLUENCE OF THERMAL DILLATATION UPON DESIGN OF SCREW MACHINES
Kovacevic, A.; Stosic, N.; Mujic, E.; Smith, I.K. // 2006
Close control of the clearances between the rotors and the casing is essential for efficient and quiet oil free compression or expansion in twin screw machines. Differential thermal expansion between ...
INFORMATION MANAGEMENT FOR THE DIGITAL FACTORY - BRIDGING THE GAP BETWEEN ENGINEERING DESIGN AND DIGITAL PLANNING
Burr, H.; Vielhaber, M.; Weber, C. // 2006
In today’s development processes, an efficient information handling is an essential success factor. In this article, the so-called shell model is introduced. The shell model is a data model for a ...
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.