Search found 327 matches

by chakkree
Fri Jul 31, 2020 3:51 am
Forum: Draft, Arch & BIM
Topic: Improvements in SVG
Replies: 14
Views: 3340

Re: Improvements in SVG

+1
by chakkree
Fri Jul 24, 2020 7:31 am
Forum: TechDraw
Topic: Rebar Models will not render
Replies: 11
Views: 2691

Re: Rebar Models will not render

I'm think it will be same problem in rebar object. "Strange object appear on the face of structure, when create rebar" https://forum.freecadweb.org/viewtopic.php?f=23&t=48484#p415185 output5.iv is get from select footing object contain first rebar.(file size is about 5kB , approx. 22 d...
by chakkree
Fri Jul 24, 2020 12:11 am
Forum: Draft, Arch & BIM
Topic: [ Bug ] BIM_Setup: Vector not defined.
Replies: 2
Views: 879

Re: [ Bug ] BIM_Setup: Vector not defined.

Add pyrhon command at top of file.

Code: Select all

from FreeCAD import Vector
by chakkree
Sun Jul 19, 2020 4:20 am
Forum: Draft, Arch & BIM
Topic: Make structural object in "App::InventorObject"
Replies: 6
Views: 2630

Re: Make structural object in "App::InventorObject"

Create Pad Footing in InventorObject with input dialog(using PySide2). ---------------------- Feature: - input size of concrete footing (B, L,t) and set transparency. - assign covering of rebars. [Top, Bottom, Side(use same 4 sides)] - assign number, dia, and color of 3 types' rebar. [Primary rebar,...
by chakkree
Thu Jul 16, 2020 8:12 am
Forum: Draft, Arch & BIM
Topic: Make structural object in "App::InventorObject"
Replies: 6
Views: 2630

Re: Make structural object in "App::InventorObject"

1) Rename python script file from "RebarIV.py" to "PadFootingIV.py"
2) Create dialog for input(more comfortable).
3) Three selection of end rebar(None , 90Hooks, 180Hooks).

PadFooting_IV_dialog_01.png
PadFooting_IV_dialog_01.png (268.69 KiB) Viewed 2309 times
by chakkree
Wed Jul 15, 2020 5:11 am
Forum: Draft, Arch & BIM
Topic: Make structural object in "App::InventorObject"
Replies: 6
Views: 2630

Re: Make structural object in "App::InventorObject"

**Test concept before moved to pivy.coin** ------------------------------------------------------ Create an Isolated foundation model with Inventor string, set to Buffer property of App:: InventorObject. The Inventor string made by a python script that can change the size of footing, number, and dia...
by chakkree
Mon Jul 13, 2020 11:32 am
Forum: Draft, Arch & BIM
Topic: Make structural object in "App::InventorObject"
Replies: 6
Views: 2630

Re: Make structural object in "App::InventorObject"

Kunda1 wrote: Mon Jul 13, 2020 10:39 am These URLs are invalid
Already re-edit. I'm sorry, it not HTML tag. :oops:
by chakkree
Mon Jul 13, 2020 3:01 am
Forum: Draft, Arch & BIM
Topic: Make structural object in "App::InventorObject"
Replies: 6
Views: 2630

Make structural object in "App::InventorObject"

Make column and gridline with "App::InventorObject" and set Buffer property with inventor file's string. I try to learn the inventor file format before use pivy.coin attach to the object node. -------------------- The inventor file format is like VRML 1.0 Replace first line from "#VRM...
by chakkree
Sun Jul 12, 2020 1:09 pm
Forum: Draft, Arch & BIM
Topic: Strange object appear on the face of structure, when create rebar
Replies: 2
Views: 873

Re: [Solved] Strange object appear on the face of structure, when create rebar

when setting rebar to invisible, still see rebar in a concrete host. OK, No Problem on new version 0.19.21857 Rebar_still_in Host_when_set_invisible_to_rebar.png OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.21857 (Git) Build type: Release Branch: master Ha...
by chakkree
Sun Jul 12, 2020 5:51 am
Forum: TechDraw
Topic: Test create svg symbols on TechDraw
Replies: 16
Views: 6123

Re: Test create svg symbols on TechDraw

Test create RebarShape(stirrup) in SVG with lxml.etree.

Code: Select all

drawStirrup( d1=100,d2=240,d3=240,d4=240,d5=240,d6=100 )
RebarShape_Symbol_01.png
RebarShape_Symbol_01.png (259.97 KiB) Viewed 2134 times