Changes between Version 1 and Version 2 of AttributeWarnings

Show
Ignore:
Timestamp:
06/14/09 11:15:19 (5 months ago)
Author:
tautges (IP: 75.100.71.244)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AttributeWarnings

    v1 v2  
     1'''I get warnings about "Attribute type -1 not recognized"''' 
     2 
    13CGM has a "geometry attributes" capability which allows applications to define their own attributes, and write those attributes to the geometric model when the model is saved to a file.  Attribute types are registered with the attribute manager upon instantiation of CGM, and are assigned an ID number.  When reading in a new model, CGM matches the attribute name to a previously-registered attribute name and returns the ID number.  If an attribute is found whose name has not been registered, CGM emits the error: 
    24