Hi, you lovely fellow FME-people! I have a question that I have tried in this forum before but I really didn't get help so now I'm trying it again. I use FME to create earth samples speedy and elegantly in an output DWG-file using the DWGStyler. I point out a cylinder block in a template file and then use it in the output REALDWG (after inputting x,y and z and length to each individual sample). The challenge is that I also want to use FME to add tilt and rotation to the block in the output file. Is this possible? Or do you have other suggestions. It is important for me that the geometry can hold attributes and that the output file size is kept to an absolute minimum.
Solved
Efficient creation of cylinders in Autocad output files?
Best answer by daveatsafe
Hi @peteralstorp,
You can use the feature attributes:
- autocad_extrusion_x
- autocad_extrusion_y
- autocad_extrusion_z
to set the tilt of the block.
The attributes describe the vector to use as the Z axis of the block, and should have values between 0 and 1. You can rotate around this axis using the attribute autocad_rotation.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.