Query returned 1621 results.
Surface Design in Virtual Reality as Industrial Application
Fiorentino, M.; de Amicis, R.; Stork, A.; Monno, G. // 2002
The authors present SpaceDesign, a computer-aided styling application addressed to the early stages of the design process. Virtual Reality devices are used for expressing first design ideas in an ...
The Artificial Intelligence Application to the Analysis of the Constructive and Working Parameters of Plane Mechanism
Sprecic, Denijal; Muftic, Osman; Janežic, Igor; Mujic, Elvedin // 2002
A computer based analysis method of a plane lever mechanism is described in this paper. Software, based upon conventional methods of analysing plane lever mechanisms, is developed for a concrete ...
The Eraser Pen: A New Interaction Paradigm for Curve Sketching in 3D
De Amicis, R.; Bruno, F.; Stork, A.; Luchi, M. L. // 2002
In this paper we present a new interaction technique for curve sketching in 3D which integrates the two tasks of creating and editing into one paradigm: the 3D-eraser pen. The eraser pen allows ...
The Innovation-Styling Spectrum: Factors Constraining the Design Ambition of UK SMEs
Moultrie, J.; Fraser, P.; Clarkson, P. J. // 2002
This paper describes the development of a framework depicting a spectrum of approaches to managing industrial design. This framework is based on literature and case examples, and four representative ...
Theoretical Improvement of the Planetary Gear Dynamic Model
Geramitcioski, T.; Trajcevski, Lj. // 2002
The major goal in this work is to improve the planetary gear dynamic model presented in the diseration by Jian Lin presented in the Ohio State University in 2000 . A lumped-parameter model is built ...
Using of 3-D Parametrical Blocking Contours for Optimizing External Cylindrical Gear Drives on a "Geometrical Level"
Nenov, P.; Anguelova, A.; Kaloyanov, B. // 2002
Always when the operating gear center distance is not specified, the modern design process of a gear drive with optimal parameters could start by creating a 3-D model of it parametrical blocking ...
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 ...
An Illustration of Hubka / Eder's Design Science
Britten, Werner // 1999
SPECIFYING RELATIONSHIPS IN PRODUCT FAMILIES TO ENABLE STEP-BASED IMPLEMENTATIONS
McKay, Alison; de Pennington, Alan // 1998
If companies are to gain advantage from adopting STEP (STandard for the Exchange of Product model data [ISO303]) then the gap between the application context of an Application Protocol (AP) and the ...
THE CHART OF MODULAR FUNCTION DEPLOYMENT
Nilsson, Per; Erixon, Gwmar // 1998
The deployment and use of a design method is dependent on the availability of the method. Easy available tools, largely increases its usefulness. Simplicity and clearness together with an easy ...
Visualisierung der geometrischen Abhängigkeiten an N-Bogengleichdick-Formen mit dem Computeralgebra-System Maple V
Weber, Christian; Britten, Werner; Thome, Oliver // 1998
A FRAMEWORK FOR THE CHARACTERIZATION OF PRODUCT STRUCTURES
McKay, Alison // 1997
The integration of the multiple product structures that typically ()u.:ur in a business process is one way in which the business process itself may be enhanced. As with the integration of ...
MODULAR FUNCTION DEPLOYMENT (MFD) - INDUSTRIAL EXPERIENCES
Erixon, Gunnar // 1997
Modular Function deployment (MFD) is a method for the creation of modular product design, using the concept of "module drivers" [1]. It has been applied in a number of modularisation ...
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.