@stefanm2 said:
Hi Paullee,
nice... but my point is the tessellation of the faces in the corners, take a look at the screenshot... thats the way, how the corners normaly tessellated in .ifc, used as an object (without using profiles that are described as "code" and used for creating "beam-types")
https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2/HTML/schema/templates/body-tessellation-geometry.htm
Thanks, I added arc to the profile, and tested to export to IFC and re-imported again. Seems the arc is not tessellated, check ifc to verify.
#44=IFCTRIMMEDCURVE(#43,(IFCPARAMETERVALUE(90.)),(IFCPARAMETERVALUE(180.)),.T.,.PARAMETER.);
#45=IFCCOMPOSITECURVESEGMENT(.CONTINUOUS.,.T.,#44);
#46=IFCCARTESIANPOINT((0.0032,-0.0644,0.));
#47=IFCCARTESIANPOINT((0.00320000000000001,0.0643999999999999,0.));
#48=IFCPOLYLINE((#46,#47));
#49=IFCCOMPOSITECURVESEGMENT(.CONTINUOUS.,.T.,#48);
#50=IFCCARTESIANPOINT((0.00920000000000005,0.0644,0.));
#51=IFCAXIS2PLACEMENT3D(#50,#41,#6);
#52=IFCCIRCLE(#51,0.00600000000000002);
#53=IFCTRIMMEDCURVE(#52,(IFCPARAMETERVALUE(180.)),(IFCPARAMETERVALUE(270.)),.T.,.PARAMETER.);
#54=IFCCOMPOSITECURVESEGMENT(.CONTINUOUS.,.T.,#53);

