|
From: James W. <ja...@fr...> - 2007-11-07 19:16:49
|
Interstudio wrote: >> OK, you have a custom attribute in the attribute set of a Polygon >> geometry. I'm not sure what you want to happen to it, but I can tell >> you what does happen. > > Thank you James. > > The custom attributes in this case are used to select elements. I > have 3D parametric objects that are displayed in the Quesa view. The > custom attribute contains information about the type of element, the > part of the element, the layer etc. > > When I click on the 3D view I get the polygon, extract the attribute > to know what original object I clicked. With a double click I can > open the dialog parameters and change them. I can drag the object in > the 3D view, generating on the fly a Quesa model of the object and > others operations. > > Sauro It sounds like your best bet is to keep the original Polygon version for picking and editing, and use the optimized TriMesh version just for rendering. -- James W. Walker, Innoventive Software LLC <http://www.frameforge3d.com/> |