2020-08-30 09:12 AM - last edited on 2024-09-15 02:55 AM by Laszlo Nagy
2020-09-11 07:56 PM
2020-09-14 01:35 PM
Braza wrote:Thank you
@Yves
You are welcome Yves!
Braza wrote:I did it yesterday
About the Cut Pen for each skin: Sorry, but my GDL kung fu is not that strong. Perhaps someone here can give it a try...
Braza wrote:I also created a "multi-language" user interface (currently English French)
Regarding the French translation: Feel free to use/edit/distribute this object as you wish and at your own risk.
Braza wrote:I just tested it's not a good idea because we add a material that takes the place of the side surface
The Hotspot object is a great solution! I checked the BIM Components site and found a very good one created by Eric Bobrow. For those interested, look there for "Hotspot Placement Tool".
2020-09-14 03:51 PM
Yves wrote:
I did it yesterday
2020-09-14 07:23 PM
2020-09-15 12:12 PM
Yves wrote:Thank you. I'm amazed....
For A. Smith. and other users,
Here is the object AC 21
Composite Mesh Object_V5 AC21.zip
2020-09-15 12:33 PM
Braza wrote:Indeed Braza the cutting lines overlap and I see how to do otherwise.
Unfortunately your solution for this is not acceptable. Ideally, I would be satisfied if I could control the inner and contour cut pens. I will see if I can put some consistency to this.
Braza wrote:Perhaps by adding at the end of the script a subgroup which takes up the total thickness of the skins with a transparent material and a dedicated pen that would only be displayed in section
Ideally, I would be satisfied if I could control the inner and contour cut pens.
2020-09-16 10:33 AM
Yves wrote:Nice one! I will give it a try.
Perhaps by adding at the end of the script a subgroup which takes up the total thickness of the layers with a transparent material and a dedicated pen that would only be displayed in section
2020-09-17 09:59 PM
Yves wrote:It seems it did the trick.
Perhaps by adding at the end of the script a subgroup which takes up the total thickness of the skins with a transparent material and a dedicated pen that would only be displayed in section
IF language = "English" THEN ui_text_ObjTitle = "COMPOSITE MESH OBJECT" ui_text_MeshObjName = "Object/Name >>>" ui_text_skin = "Skin" ui_text_skins = "Skins" ui_text1_bMesh3D = "Mesh/3D" ui_text_PenCon3d = "Pen/3D" ui_text_TopSurf = "Surface/Top" ui_text_lThick = "Thickness" ui_text_BMAT = "Material" ui_text_SideSurf = "Surface/Side" ui_text_BotSurf = "Surface/Bottom" ui_text_PenCut = "Pen/Cut" width_intruc = 210 intruc_text_tit = "Instructions:" intruc_text_01 = "01. Create a solid mesh with the mesh tool and place 2d hotspots on a reference nodes;" intruc_text_02 = "02. Select your mesh and open its 'Settings Dialog';" intruc_text_03 = "03. Open the 'FLOOR PLAN & SECTION' dropdown menu;" intruc_text_04 = "04. Set your 'CUT SURFACES', 'OUTLINES' and 'COVER FILLS'(Always On) for this object;" intruc_text_05 = "05. Open the 'MODEL' dropdown menu;" intruc_text_06 = "06. Override top, skirt and bottom surfaces with 3 diferent surfaces (one for each);" intruc_text_07 = "07. Set the 3d appearence for this object;" intruc_text_08 = "08. Click OK on the 'Mesh Selection Settings';" intruc_text_09 = "09. Select your mesh and reference hotspots and go to File > Libraries & Objects > Save Selection as... > Object;" intruc_text_10 = "10. Save your object in the embedded library with an unique name;" intruc_text_11 = "11. Click OK on the 'Change Object's Basic Settings Dialog';" intruc_text_12 = "12. Select this object (Composite Mesh Object) and open its 'Settings Dialog';" intruc_text_13 = "13. Open the 'CUSTOM SETTINGS' dropdown menu; ;" intruc_text_14 = "14. On 'Mesh Object Name >>>>>>' type the name of your saved embedded mesh object;" intruc_text_15 = "15. Finally set the following parameters as you wish!" intruc_text_obs = "Obs.: If you need to edit the original mesh, repeat steps 09 to 11 and reload your library." ENDIFAnd finally here is the object.
2020-09-18 03:49 PM
2020-09-21 05:49 PM