| Aware and active features for computer-aided design systems -> Monitor Keywords |
|
Aware and active features for computer-aided design systemsUSPTO Application #: 20070239406Title: Aware and active features for computer-aided design systems Abstract: Processing data in a computer-aided design (CAD) system includes determining that a feature of a three-dimensional model has a condition that requires correction. The condition is automatically corrected by performing an action. The action may be an action that reorders a sequence of features in the three-dimensional model, an action that changes at least one parameter of the feature, an action that deletes a feature reference, or an action that changes a feature reference. Furthermore, the action may have one or more constraints that bound the action to a set of features that are directly and indirectly related to the feature on which the action operates. (end of abstract)
Agent: Hamilton, Brook, Smith & Reynolds, P.C. - Concord, MA, US Inventors: Ricardo Chin, Robert Siegel USPTO Applicaton #: 20070239406 - Class: 703002000 (USPTO) Related Patent Categories: Data Processing: Structural Design, Modeling, Simulation, And Emulation, Modeling By Mathematical Expression The Patent Description & Claims data below is from USPTO Patent Application 20070239406. Brief Patent Description - Full Patent Description - Patent Application Claims [0001] This application claims priority to U.S. Provisional Patent Application No. 60/647,868 filed Jan. 26, 2005 and entitled "Aware and Active Features in Computer Aided Solid Modeling." FIELD [0002] This application relates to Computer-Aided Design (CAD), and more particularly, to ordering of features in 3D feature-based CAD modeling systems. BACKGROUND OF THE INVENTION [0003] CAD products may be used to design and capture the three-dimensional (3D) shapes that are designed by engineers. Such 3D CAD products have evolved over the years and different levels of this technology are still used today. In the order of the earliest to most recent 3D technology developed, CAD products include 3D wireframe modeling, 3D surface modeling, 3D solid modeling, and 3D feature-based modeling. Wireframe modeling systems capture only the edges of a model. The edges are defined by geometry consisting of lines, arcs, and other types of curves. Three-dimensional surface modeling systems extend the functionality of wireframe modeling systems one step further by also defining surfaces in the CAD model. By way of non-limiting example, surfaces can include planes, cylinders, and cones. [0004] Three-dimensional solid modeling systems combine wireframe and surface geometry techniques in such a way that the systems have knowledge of the connectivity of all the geometry in a part. A 3D solid modeling system keeps track of which edges border a surface and which two surfaces intersect to define an edge. This geometric "book-keeping" is done for the user by solid modeling software. Primitive solid shapes such as blocks, cylinders, and cones can be combined, and the software system ensures that all the geometry is connected in such a way so that a "water-tight" model is maintained. [0005] Three-dimensional feature-based CAD modeling systems extend solid modeling techniques still further. Rather than constructing models as a collection of simple geometric primitives, 3D feature-based CAD modeling systems use features. Some examples of features include an extrusion created by extruding a shape a specified distance, a fillet that rounds one or more sharp edges in a model, a shell that hollows out a model of a part or a portion thereof, and a hole. Information regarding the definition of a feature can be captured. This information can describe how to construct the feature and can include parameters, such as a diameter of a hole. The definition of a feature also can include geometry referenced from previously defined features (e.g., a definition of a hole can include a distance from an edge of some previously created feature to specify the location of the hole). By capturing this type of information, 3D feature-based CAD modeling systems have the ability to update features as needed when a change is made. For example, by changing a parameter that specifies a diameter of a hole, the geometry of the hole can be updated to reflect the new diameter. If a parent feature (i.e., a previously defined feature having a hierarchical path to subordinate features) changes, subsequently defined features that implicitly reference the parent feature as a result of the hierarchical relationships of the features (hereinafter referred to as children or child features) will be updated to maintain the previously defined relationship, such as the hole maintaining a distance from an edge in a parent feature. [0006] Due to parent/child relationships between features that are created and updating that occurs as a consequence of the dependency of a child feature upon that child feature's parent or parents, the sequence or order of the features in the hierarchical data structure is very important. In 3D feature-based CAD modeling systems, a parent should always be defined prior to any of its dependent children (e.g., a face feature having a size on which a hole feature's location is dependent). [0007] In addition to parent/child relationships, feature order can influence the resulting geometry of a model and the extent to which updates, which may be needed when a change is made to the model, will be successful. Moreover, the combinations of references and the types of references used in the definition of a feature also can influence the geometry of a model and the extent to which updates will be successful. [0008] An ordered list of features provides a recipe for constructing a model in a 3D feature-based CAD modeling system, or feature-based modeler. The recipe is evaluated in order when the model needs to be updated, such as, by way of non-limiting example, when a change is made to the model. Under certain circumstances, however, after a change or changes are made to a model, the CAD system may be unable to update one or more features successfully. Problems that may prevent a successful update include geometry from an earlier-defined feature being too small to accommodate geometry from a later-defined feature or references used in the definition of a feature no longer existing or accessible in the model. The kinds and combinations of problems that can occur in a model can be overwhelming for a user. When a problem occurs, a CAD system may identify the features that cannot successfully update so that the user can begin the process of manually fixing or manually reordering the features of the model with the goal of ordering the features in such a way as to enable successful updates. [0009] Models can contain hundreds of features, and managing and fixing the order of features in a model hierarchy and the relationships among various features in a model can be very time consuming for the user. Fixing problems once the problems occur demands a great deal of insight from the user with regards to how all the features interact to define a model (e.g., parent-child relationships and cross-references). Problem solving also requires forethought with regards to defining features, with the interrelationships of various features in mind to promote the best chance of successfully updating the features. As a result, 3D feature-based CAD modeling systems can be difficult to use, even with models of modest complexity. SUMMARY OF THE INVENTION [0010] In general, in one aspect, the present invention features a computer-implemented method for processing data in a CAD system. The method includes determining that a feature of a three-dimensional model has a condition that requires correction. Action is taken to automatically correct the condition. The action is chosen from a number of actions, which include actions that reorder a sequence of features in the three-dimensional model, actions that change at least one parameter of the feature, and actions that delete or change feature references. Furthermore, the action has one or more constraints that bound the action to a set of features that are directly and indirectly related to the feature on which the action operates. [0011] Implementations may include features such as, by way of non-limiting example, notification via an event-driven mechanism that aids in determining that the feature has a condition that requires correction. Additionally, among the considerations when an action results in reordering the sequence of features are, with respect to one or more features, whether that feature is a parent feature or a child feature with respect to related features, and the feature type. By way of non-limiting example, if the feature is a fillet feature and a related feature is a draft feature, the draft feature can be ordered prior to the fillet feature, and a large fillet feature can be ordered prior to a smaller fillet feature, increasing the likelihood of successful updating to the model. [0012] The details of one or more embodiments of the invention are set forth in the accompanying drawings and the description that follows. Other features, objects, and advantages of the invention will be apparent from the description and drawings, and from the claims. DETAILED DESCRIPTION OF THE INVENTION [0013] FIG. 1 illustrates a procedure that evaluates and responds to a condition. [0014] FIG. 2 illustrates a procedure that iterates through each active and aware feature in a modeled part. [0015] FIG. 3 illustrates a procedure that initiates the appropriate action depending on the active and aware feature type. [0016] FIG. 4 illustrates a procedure for a generic action. [0017] FIG. 5A illustrates a procedure that constructs a reorder graph. [0018] FIG. 5B illustrates an example of a reorder graph. [0019] FIG. 6 illustrates a procedure that attempts to reorder an active and aware feature. [0020] FIG. 7 illustrates a procedure that takes action on related features. Continue reading... Full patent description for Aware and active features for computer-aided design systems Brief Patent Description - Full Patent Description - Patent Application Claims Click on the above for other options relating to this Aware and active features for computer-aided design systems patent application. Patent Applications in related categories: 20080234993 - Orthogonal basis bubble function element numerical analysis method, orthogonal basis bubble function element numerical analysis program, and orthogonal basis bubble function element numerical analyzing apparatus - A known analytical physical quantity of the analysis subject is obtained (S401) by a first acquiring unit (202). The element level consistent mass matrix of each element is obtained (S402) by a second acquiring unit (203). A bubble function is integrated per element (S403), and the element level diagonal mass ... ### 1. Sign up (takes 30 seconds). 2. Fill in the keywords to be monitored. 3. Each week you receive an email with patent applications related to your keywords. Start now! - Receive info on patent apps like Aware and active features for computer-aided design systems or other areas of interest. ### Previous Patent Application: Method for examining defect in prestressed tendon and apparatus therefor Next Patent Application: Remaining life prediction for individual components from sparse data Industry Class: Data processing: structural design, modeling, simulation, and emulation ### FreshPatents.com Support Thank you for viewing the Aware and active features for computer-aided design systems patent info. IP-related news and info Results in 0.27883 seconds Other interesting Feshpatents.com categories: Medical: Surgery , Surgery(2) , Surgery(3) , Drug , Drug(2) , Prosthesis , Dentistry |
||