Submitted by sam17 on Fri, 06/28/2013 - 19:40
Forums:
taggedobjects-base class for any class used to define entities in model eg: line, extrude,
entities are saved when model are saved
on other end transientobjects represents something that doesnt have tag & is not saved when part is saved, can i have example of transient objcts?
re: transient objects
If you open the net_ref.chm file and use search or index to find the TransientObject class documentation; it will list all of the object types that inherit from the TransientObject class. Some examples include:
thanks again
thanks again