Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This object is used to draw curves.

Example:

Code Block
languagexml
<O N="CadObject8" T="Project" Category="CAD Object" TransAlignRule="Right">
    <!-- created by ParamML Examples on 03.02.2023 -->
    <O N="CADD_Objects" T="CADD">
        <O T="CADDCurve" X="17.464067662693637" Y="28.26808156150774" RZ="0">
            <O T="Point" X="-1.3646626831661877" Y="-0.4585708611449171" />
            <O T="Point" X="-0.6326067903746093" Y="0.41160878500356546" />
            <O T="Point" X="-0.06629940161131387" Y="-0.3618842337950845" />
            <O T="Point" X="0.7348183678587148" Y="0.5773572890318484" />
            <O T="Point" X="1.3287505072933925" Y="-0.1685109790954229" />
        </O>
    </O>
</O>
Image Added

To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=CAD+Object&obj=objid82tdwkp5j2qagcdnnd5iu)

9) CADDFreeline:

This object is used to draw free hand line.

Example:

Code Block
languagexml
<O N="CadObject9" T="Project" Category="CAD Object" TransAlignRule="Right">
    <!-- created by ParamML Examples on 03.02.2023 -->
    <O N="CADD_Objects" T="CADD">
        <O T="CADDFreeline" X="17.676381101625957" Y="30.143253822442194" RZ="0">
            <O T="Point" X="-0.5096325613272583" Y="-0.029537330794706662" />
            <O T="Point" X="-0.4460136950001825" Y="-0.061346763958244566" />
            <O T="Point" X="-0.4062519035457619" Y="-0.08520383883089622" />
            <O T="Point" X="-0.36649011209133775" Y="-0.08520383883089622" />
            <O T="Point" X="-0.3187759623460309" Y="-0.08520383883089622" />
            <O T="Point" X="-0.27901417089160674" Y="-0.09315619712178247" />
            <O T="Point" X="-0.23130002114629988" Y="-0.09315619712178247" />
            <O T="Point" X="-0.18358587140099303" Y="-0.09315619712178247" />
            <O T="Point" X="-0.12791936336480347" Y="-0.09315619712178247" />
            <O T="Point" X="-0.08815757191037932" Y="-0.08520383883089622" />
            <O T="Point" X="-0.04044342216507246" Y="-0.06929912224912727" />
            <O T="Point" X="0.023175444162003345" Y="-0.045442047376475614" />
            <O T="Point" X="0.0708895939073102" Y="-0.02158497250382041" />
            <O T="Point" X="0.08679431048907915" Y="0.018176818950600193" />
            <O T="Point" X="0.0947466687799654" Y="0.06589096869590705" />
            <O T="Point" X="0.08679431048907915" Y="0.1056527601503312" />
            <O T="Point" X="0.04703251903465855" Y="0.1374621933138691" />
            <O T="Point" X="0.007270727580234393" Y="0.1454145516047518" />
            <O T="Point" X="-0.04044342216507246" Y="0.1454145516047518" />
            <O T="Point" X="-0.08020521361949307" Y="0.12950983502298286" />
            <O T="Point" X="-0.08815757191037932" Y="0.08974804356856225" />
            <O T="Point" X="-0.08815757191037932" Y="0.034081535532369145" />
            <O T="Point" X="-0.07225285532861037" Y="-0.01363261421293771" />
        </O>
    </O>
</O>
Image Added

To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=CAD+Object&obj=objid6n41i5pp5fmlxjb9e85zfa)

10) CADDText

This object allows to put text on the CADD drawing. Just like the "Text3D" object || Expressions written in the expression show the results.

Example:

Code Block
languagexml
<O N="CadObject10" T="Project" Category="CAD Object" TransAlignRule="Right">
    <!-- created by ParamML Examples on 03.02.2023 -->
    <O N="CADD_Objects" T="CADD">
        <O T="CADDLine" X="0" Y="0" RZ="0">
            <O T="Point" X="-1" Y="0" />
            <O T="Point" X="2" Y="-1" />
            <O T="Point" X="5" Y="0" />
        </O>
        <O T="CADDText" X="3.5" Y="0.1" RZ="0">
            <P N="W" V="5" />
            <P N="H" V="1" />
            <P N="Size" V="0.5" />
            <P N="Text" V="2D Line" T="Text" />
        </O>
    </O>
</O>
Image Added

To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=CAD+Object&obj=objid6512we9wy7cjwvqhn08so)

11) CADDDimensionLine:

CADDDimensionLine object provides dimension of a length measured in a 2D drawing.

Example:

Code Block
languagexml
<O N="CadObject11" T="Project" Category="CAD Object" TransAlignRule="Right">
    <!-- created by ParamML Examples on 03.02.2023 -->
    <O N="CADD_Objects" T="CADD">
        <O T="CADDRect" X="0" Y="0" RZ="0">
            <P N="W" V="4" />
            <P N="H" V="6" />
        </O>
        <O T="CADDDimensionLine" X="0" Y="H/2" RZ="0">
            <O T="Point" X="-W/2" Y="0" />
            <O T="Point" X="W/2" Y="0" />
            <O T="Point" X="0" Y="H/3" />
        </O>
    </O>
</O>
Image Added

To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=CAD+Object&obj=objidychuti00ege9xqpweh7ufg)

12) CADDDimensionRadius:

CADDDimensionRadius object provides dimension of a radius of a circle measured in a 2D drawing.

Example:

Code Block
languagexml
<O N="CadObject12" T="Project" Category="CAD Object" TransAlignRule="Right">
    <!-- created by ParamML Examples on 03.02.2023 -->
    <O N="CADD_Objects" T="CADD">
        <O T="CADDCircle" X="0" Y="0" RZ="0">
            <P N="Radius" V="4" />
        </O>
        <O T="CADDDimensionRadius" X="5" Y="-1.6" RZ="0">
            <P N="Radius" V="4.000" T="Text" />
            <O T="Point" X="-1.2" Y="0.4" />
            <O T="Point" X="-0.4" Y="-0.2" />
        </O>
    </O>
</O>
Image Added

To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=CAD+Object&obj=objidx557iw6uvequ6bjhwxfh)