Script: Fillet all edges

Fillet all edges picture
Type
Blockly logo indicatorblockly
Author
matas
Date Created
Feb 21, 2024, 4:59:09 PM
Last Edit Date
Feb 23, 2024, 1:32:45 PM

Project Information

This project contains demo scripts for Blockly based editor that are used as examples in the "Getting Started" section of the documentation.

View Full Project

Script Code

<xml xmlns="https://developers.google.com/blockly/xml">
 <block type="bitbybit.draw.drawAnyAsyncNoReturn" id="UO^K1-FNciNjT{DsaF2S" x="126" y="-931">
  <value name="Entity">
   <block type="bitbybit.occt.fillets.filletEdges" id="]d!qIi^FvTrfo6~}o~r!">
    <value name="Shape">
     <block type="bitbybit.occt.shapes.solid.createBox" id="}ti`95.Px,*VWdbe:+2(">
      <value name="Width">
       <block type="math_number" id="qKPm%W;J:H.3i8v#2Ibp">
        <field name="NUM">5</field>
       </block>
      </value>
      <value name="Length">
       <block type="math_number" id="KA!u62qD46=^mm()r/Kr">
        <field name="NUM">8</field>
       </block>
      </value>
      <value name="Height">
       <block type="math_number" id="1P/r/2V@?!Yd|dy3n78U">
        <field name="NUM">10</field>
       </block>
      </value>
      <value name="Center">
       <block type="bitbybit.point.pointXYZ" id="lyxO-q4()OdN=awoG:Y0">
        <value name="X">
         <block type="math_number" id="4bQJbGsRZ2NRQ)=dgggy">
          <field name="NUM">0</field>
         </block>
        </value>
        <value name="Y">
         <block type="math_number" id="(.66wVQ[,1%aY!?{k4(:">
          <field name="NUM">0</field>
         </block>
        </value>
        <value name="Z">
         <block type="math_number" id="C5,9wZ=aD7(*AhsLhq3%">
          <field name="NUM">0</field>
         </block>
        </value>
       </block>
      </value>
     </block>
    </value>
    <value name="Radius">
     <block type="math_number" id="Tl]m971f5#L-B6U8oI2$">
      <field name="NUM">1</field>
     </block>
    </value>
   </block>
  </value>
 </block>
</xml>