Hi Turandhar, First please note that you are writing to our office adress [EMAIL PROTECTED] . If you want to communicate through the FME group plese refer to http://groups.yahoo.com/group/fme/ by replying to this message.
As for your question: DXF group 370 stores the entities lineweight. The page http://www.autodesk.com/techpubs/autocad/acad2000/dxf/group_codes_in_n umerical_order_dxf_01.htm tells: 370-379 Lineweight enum value (AcDb::LineWeight). Stored and moved around as a short. Custom non-entity objects may use the full range, but entity classes only use 371-379 DXF group codes in their representation, because AutoCAD and AutoLISP both always assume a 370 group code is the entity's lineweight. This allows 370 to behave like other "common" entity fields. Kind regards, Axel --- In [email protected], "Axel Axmann" <[EMAIL PROTECTED]> wrote: > Hi Turandhar, > To set the lineweight, you must expose the format attribute > "autocad_lineweight" in the destination feature type definition. Then you > will get an ACAD group 370 being filled with the value you direct into tis > additional attribute. > > Good luck, > Axel Axmann > > ++++++++++++++++++++++++++++++++++++++++ > ....................... axmann geoinformation ..................... > ............................ www.axmann.at ........................... > tel +43-2282-5000 ........................... [EMAIL PROTECTED] > fax +43-2282-5001 ......................... [EMAIL PROTECTED] > 2230 Gaenserndorf (Austria) ... Hans Kudlich-Gasse 11 > ++++++++++++++++++++++++++++++++++++++++ > > ----- Original Message ----- > From: "turandhar81" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, August 01, 2005 8:16 AM > Subject: [fme] AutoCAD line weight > > > > > > Hi, > > > > I am exporting smallworld data in to autocad 2000, Please anybody > > tell me how to give line weight in autocad by using FMW file. I already > > tried autocad_lineweight command but it does not works. > > > > > > > > > > > > > > > > > > Get the maximum benefit from your FME, FME Objects, or SpatialDirect via > our Professional Services team. Visit www.safe.com/services for details. > > Yahoo! Groups Links > > > > > > > > > > > > > > > > Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our Professional Services team. Visit www.safe.com/services for details. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
