Script: Fillet all corners 2d wire

Fillet all corners 2d wire picture
Type
Blockly logo indicatorblockly
Author
matas
Date Created
Feb 22, 2024, 10:20:42 AM
Last Edit Date
Feb 22, 2024, 10:22:16 AM

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="112" y="-911">
  <value name="Entity">
   <block type="bitbybit.occt.fillets.fillet2d" id="C9O)i|qmEJgLap43-Z;L">
    <value name="Shape">
     <block type="bitbybit.occt.shapes.wire.createSquareWire" id="H3^18TfO9slzrT21aztx">
      <value name="Size">
       <block type="math_number" id="^LeJ!`3jIgdZDn}p=/bh">
        <field name="NUM">1</field>
       </block>
      </value>
      <value name="Center">
       <block type="bitbybit.point.pointXYZ" id="mzmQQh/*F|$K,Yc?3.}k">
        <value name="X">
         <block type="math_number" id="oh:NburJx[a!Ofti2S.Y">
          <field name="NUM">0</field>
         </block>
        </value>
        <value name="Y">
         <block type="math_number" id="VYEX8LF=Ou3uq3A,N6GT">
          <field name="NUM">0</field>
         </block>
        </value>
        <value name="Z">
         <block type="math_number" id="%Wf,`I{_m0gkmBbNqB1W">
          <field name="NUM">0</field>
         </block>
        </value>
       </block>
      </value>
      <value name="Direction">
       <block type="bitbybit.vector.vectorXYZ" id="l0hSQuR6ry``rvJ9QHk3">
        <value name="X">
         <block type="math_number" id="o4=QGwqlf{--K1gP)M#M">
          <field name="NUM">0</field>
         </block>
        </value>
        <value name="Y">
         <block type="math_number" id="}yFeDDSKT_@.{16TJ{/u">
          <field name="NUM">1</field>
         </block>
        </value>
        <value name="Z">
         <block type="math_number" id="SBLFXbbDZxZ,T+!5$[dh">
          <field name="NUM">0</field>
         </block>
        </value>
       </block>
      </value>
     </block>
    </value>
    <value name="Radius">
     <block type="math_number" id="M!i:8)[8Bg_8_~nA)0Br">
      <field name="NUM">0.24</field>
     </block>
    </value>
   </block>
  </value>
 </block>
</xml>