topologicpy 0.8.33__py3-none-any.whl → 0.8.36__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
topologicpy/Wire.py CHANGED
@@ -42,7 +42,7 @@ class Wire():
42
42
  tolerance : float , optional
43
43
  The desired tolerance. The default is 0.0001.
44
44
  silent : bool , optional
45
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
45
+ If set to True, error and warning messages are suppressed. The default is False.
46
46
 
47
47
  Returns
48
48
  -------
@@ -173,7 +173,7 @@ class Wire():
173
173
  tolerance : float , optional
174
174
  The desired tolerance. The default is 0.0001.
175
175
  silent : bool , optional
176
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
176
+ If set to True, error and warning messages are suppressed. The default is False.
177
177
 
178
178
  Returns
179
179
  -------
@@ -224,7 +224,7 @@ class Wire():
224
224
  tolerance : float , optional
225
225
  The desired tolerance. The default is 0.0001.
226
226
  silent : bool , optional
227
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
227
+ If set to True, error and warning messages are suppressed. The default is False.
228
228
 
229
229
  Returns
230
230
  -------
@@ -358,7 +358,7 @@ class Wire():
358
358
  tolerance : float , optional
359
359
  The desired tolerance. The default is 0.0001.
360
360
  silent : bool , optional
361
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
361
+ If set to True, error and warning messages are suppressed. The default is False.
362
362
 
363
363
  Returns
364
364
  -------
@@ -446,7 +446,7 @@ class Wire():
446
446
  tolerance : float , optional
447
447
  The desired tolerance. The default is 0.0001.
448
448
  silent : bool , optional
449
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
449
+ If set to True, error and warning messages are suppressed. The default is False.
450
450
  numWorkers : int , optional
451
451
  Number of workers run in parallel to process. If you set it to 1, no parallel processing will take place.
452
452
  The default is None which causes the algorithm to use twice the number of cpu cores in the host computer.
@@ -721,7 +721,7 @@ class Wire():
721
721
  tolerance : float , optional
722
722
  The desired tolerance. The default is 0.0001.
723
723
  silent : bool , optional
724
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
724
+ If set to True, error and warning messages are suppressed. The default is False.
725
725
  numWorkers : int , optional
726
726
  Number of workers run in parallel to process. If you set it to 1, no parallel processing will take place.
727
727
  The default is None which causes the algorithm to use twice the number of cpu cores in the host computer.
@@ -863,7 +863,7 @@ class Wire():
863
863
  tolerance : float , optional
864
864
  The desired tolerance. The default is 0.0001.
865
865
  silent : bool , optional
866
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
866
+ If set to True, error and warning messages are suppressed. The default is False.
867
867
 
868
868
  Returns
869
869
  -------
@@ -937,7 +937,7 @@ class Wire():
937
937
  tolerance : float , optional
938
938
  The desired tolerance. The default is 0.0001
939
939
  silent : bool , optional
940
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
940
+ If set to True, error and warning messages are suppressed. The default is False.
941
941
 
942
942
  Returns
943
943
  -------
@@ -1498,7 +1498,7 @@ class Wire():
1498
1498
  tolerance : float , optional
1499
1499
  The desired tolerance. The default is 0.0001.
1500
1500
  silent : bool , optional
1501
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
1501
+ If set to True, error and warning messages are suppressed. The default is False.
1502
1502
 
1503
1503
  Returns
1504
1504
  -------
@@ -1682,7 +1682,7 @@ class Wire():
1682
1682
  tolerance : float , optional
1683
1683
  The desired tolerance. The default is 0.0001.
1684
1684
  silent : bool , optional
1685
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
1685
+ If set to True, error and warning messages are suppressed. The default is False.
1686
1686
 
1687
1687
  Returns
1688
1688
  -------
@@ -2295,7 +2295,7 @@ class Wire():
2295
2295
  tolerance : float , optional
2296
2296
  The desired tolerance. The default is 0.0001.
2297
2297
  silent : bool , optional
2298
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
2298
+ If set to True, error and warning messages are suppressed. The default is False.
2299
2299
 
2300
2300
  Returns
2301
2301
  -------
@@ -2636,7 +2636,7 @@ class Wire():
2636
2636
  wire : topologic_core.Wire
2637
2637
  The input wire.
2638
2638
  silent : bool , optional
2639
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
2639
+ If set to True, error and warning messages are suppressed. The default is False.
2640
2640
 
2641
2641
  Returns
2642
2642
  -------
@@ -2800,7 +2800,7 @@ class Wire():
2800
2800
  tolerance : float , optional
2801
2801
  The desired tolerance. The default is 0.0001.
2802
2802
  silent : bool , optional
2803
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
2803
+ If set to True, error and warning messages are suppressed. The default is False.
2804
2804
 
2805
2805
  Returns
2806
2806
  -------
@@ -3046,7 +3046,7 @@ class Wire():
3046
3046
  tolerance : float , optional
3047
3047
  The desired tolerance. The default is 0.0001.
3048
3048
  silent : bool , optional
3049
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
3049
+ If set to True, error and warning messages are suppressed. The default is False.
3050
3050
 
3051
3051
  Returns
3052
3052
  -------
@@ -3168,7 +3168,7 @@ class Wire():
3168
3168
  tolerance : float , optional
3169
3169
  The desired tolerance. The default is 0.0001.
3170
3170
  silent : bool , optional
3171
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
3171
+ If set to True, error and warning messages are suppressed. The default is False.
3172
3172
 
3173
3173
  Returns
3174
3174
  -------
@@ -3586,7 +3586,7 @@ class Wire():
3586
3586
  tolerance : float , optional
3587
3587
  The desired tolerance. The default is 0.0001.
3588
3588
  silent : bool , optional
3589
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
3589
+ If set to True, error and warning messages are suppressed. The default is False.
3590
3590
 
3591
3591
  Returns
3592
3592
  -------
@@ -3656,7 +3656,7 @@ class Wire():
3656
3656
  tolerance : float, optional
3657
3657
  The desired tolerance. The default is 0.0001.
3658
3658
  silent : bool, optional
3659
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
3659
+ If set to True, error and warning messages are suppressed. The default is False.
3660
3660
 
3661
3661
  Returns
3662
3662
  -------
@@ -3831,7 +3831,7 @@ class Wire():
3831
3831
  tolerance : float , optional
3832
3832
  The desired tolerance. The default is 0.0001.
3833
3833
  silent : bool, optional
3834
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
3834
+ If set to True, error and warning messages are suppressed. The default is False.
3835
3835
 
3836
3836
  Returns
3837
3837
  -------
@@ -4006,7 +4006,7 @@ class Wire():
4006
4006
  between any point and the current line segment; points falling within this distance are discarded.
4007
4007
  The default is 0.0001.
4008
4008
  silent : bool , optional
4009
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
4009
+ If set to True, error and warning messages are suppressed. The default is False.
4010
4010
 
4011
4011
  Returns
4012
4012
  -------
@@ -4629,7 +4629,7 @@ class Wire():
4629
4629
  """
4630
4630
  sv, ev = Wire.StartEndVertices(wire)
4631
4631
  return sv
4632
-
4632
+
4633
4633
  @staticmethod
4634
4634
  def Trapezoid(origin= None, widthA: float = 1.0, widthB: float = 0.75, offsetA: float = 0.0, offsetB: float = 0.0, length: float = 1.0, direction: list = [0, 0, 1], placement: str = "center", tolerance: float = 0.0001):
4635
4635
  """
@@ -4738,7 +4738,7 @@ class Wire():
4738
4738
  tolerance : float , optional
4739
4739
  The desired tolerance. The default is 0.0001.
4740
4740
  silent : bool , optional
4741
- If set to True, no error and warning messages are printed. Otherwise, they are. The default is False.
4741
+ If set to True, error and warning messages are suppressed. The default is False.
4742
4742
 
4743
4743
  Returns
4744
4744
  -------
topologicpy/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '0.8.33'
1
+ __version__ = '0.8.36'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: topologicpy
3
- Version: 0.8.33
3
+ Version: 0.8.36
4
4
  Summary: An AI-Powered Spatial Modelling and Analysis Software Library for Architecture, Engineering, and Construction.
5
5
  Author-email: Wassim Jabi <wassim.jabi@gmail.com>
6
6
  License: AGPL v3 License
@@ -0,0 +1,38 @@
1
+ topologicpy/ANN.py,sha256=DrNAhNHp-jSvsPc1fb7KVPU46cYmejAvghhknOM430Y,47932
2
+ topologicpy/Aperture.py,sha256=wNn5miB_IrGCBYuQ18HXQYRva20dUC3id4AJCulL7to,2723
3
+ topologicpy/BVH.py,sha256=Iwp_8VDG8ETE4330k7ifWxdI4jmWmv9h8e8IIIZZFGY,13043
4
+ topologicpy/CSG.py,sha256=uDkOSmc8m1V_k7T3UCerODhOSyYNO4FRDzoOqt0kEt8,15590
5
+ topologicpy/Cell.py,sha256=7goddVyduyeZFbBBMAUG4_JGa-bjvjgpVm42fOvF9sk,173110
6
+ topologicpy/CellComplex.py,sha256=NP6yptbkGXYmlfBv9fRimOnNle0mkjV8Yo_ug5NKpKE,60877
7
+ topologicpy/Cluster.py,sha256=wvfMAx6aPrSAt5nQ4--KnqD4EK9MGjch6Dg985WF7JQ,58748
8
+ topologicpy/Color.py,sha256=ZVVQRKGjebY9aOU1gpN_AbssdRRiVKlZV3f8TrsTNgg,20307
9
+ topologicpy/Context.py,sha256=G3CwMvN8Jw2rnQRwB-n4MaQq_wLS0vPimbXKwsdMJ80,3055
10
+ topologicpy/DGL.py,sha256=HQXy9iDnrvWGDxaBfe5pRbweQ2zLBvAf6UdjfhKkQYI,139041
11
+ topologicpy/Dictionary.py,sha256=PageNwgFmLakb0cKizsCEGkL_u_JV0CVqYGRM60XdsI,40837
12
+ topologicpy/Edge.py,sha256=CPdQKaE7ft6zgh0vxekkfGRRUY_yEqkEJ14NvjSgJOA,73190
13
+ topologicpy/EnergyModel.py,sha256=Pyb28gDDwhzlQIH0xqAygqS0P3SJxWyyV7OWS_AAfRs,53856
14
+ topologicpy/Face.py,sha256=L7D1rO3ntZ1vCWFMN0Pd-G6dEq_Fe6Eg3_Ms5X5yJN8,201370
15
+ topologicpy/Graph.py,sha256=kk0c7Vl40jjQ72qn56cc6SbGHduIqBwLOdEIOPsdjK4,581757
16
+ topologicpy/Grid.py,sha256=EbI2NcYhQDpD5mItd7A1Lpr8Puuf87vZPWuoh7_gChQ,18483
17
+ topologicpy/Helper.py,sha256=qEsE4yaboEGW94q9lFCff0I_JwwTTQnDAFXw006yHaQ,31203
18
+ topologicpy/Honeybee.py,sha256=yctkwfdupKnp7bAOjP1Z4YaYpRrWoMEb4gz9Z5zaWwE,21751
19
+ topologicpy/Matrix.py,sha256=LqVckk2qTwKwEo79eyNsOrHVSHdO82JCREcfy6WIk4I,22716
20
+ topologicpy/Neo4j.py,sha256=ELKmON7R16j1kQD8xRHDGGCvzjIM2HGHNekdaXDUw6w,22371
21
+ topologicpy/Plotly.py,sha256=uqAfiSKpi1eCgoanA1ddgR9C31aeQgv0m0IQMDByfkY,120519
22
+ topologicpy/Polyskel.py,sha256=oVfM4lqSMPTjnkHfsRU9VI8Blt6Vf0LVPkD9ebz7Wmw,27082
23
+ topologicpy/PyG.py,sha256=zvV6jtnol_aFiN6JRoMpYwBVfOU2aFs9gdWSdEo6mtU,109757
24
+ topologicpy/ShapeGrammar.py,sha256=UVb8VPwVKd6V3zDTNzpBecQPgYo1EjSsS10XJ8k5YcI,23364
25
+ topologicpy/Shell.py,sha256=fx0WTndC8blkvWe38nKsJsI_AmklOA0qsjU0gbZp4b4,90501
26
+ topologicpy/Speckle.py,sha256=-eiTqJugd7pHiHpD3pDUcDO6CGhVyPV14HFRzaqEoaw,18187
27
+ topologicpy/Sun.py,sha256=_VBBAUIDhvpkp72JBZlv7k9qx9jYubm3yM56UZ1Nc6c,36837
28
+ topologicpy/Topology.py,sha256=27KbYx9-W8j5Ef44eMLnTMh0avkTI8WcT5TD0isDu9A,466111
29
+ topologicpy/Vector.py,sha256=X12eqskn28bdB7sLY1EZhq3noPYzPbNEgHPb4a959ss,42302
30
+ topologicpy/Vertex.py,sha256=epBfbD7fm87T-TZ0WuwrioXdYqg9NgRlHn_qUFtVbkc,84562
31
+ topologicpy/Wire.py,sha256=nNsBhzHdg2TXj24OTtuOkQ6AGNcITE5h_I3j02Ckoyg,231299
32
+ topologicpy/__init__.py,sha256=RMftibjgAnHB1vdL-muo71RwMS4972JCxHuRHOlU428,928
33
+ topologicpy/version.py,sha256=ImLBq3Km5E4vhZfPIT4-5gepfQy6e8kz6LS9ac50W7U,23
34
+ topologicpy-0.8.36.dist-info/licenses/LICENSE,sha256=FK0vJ73LuE8PYJAn7LutsReWR47-Ooovw2dnRe5yV6Q,681
35
+ topologicpy-0.8.36.dist-info/METADATA,sha256=4BPPT871pkw8SfY3nUotK3Bukgd5-yrXz21uKPxHr0c,10535
36
+ topologicpy-0.8.36.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
+ topologicpy-0.8.36.dist-info/top_level.txt,sha256=J30bDzW92Ob7hw3zA8V34Jlp-vvsfIkGzkr8sqvb4Uw,12
38
+ topologicpy-0.8.36.dist-info/RECORD,,
@@ -1,38 +0,0 @@
1
- topologicpy/ANN.py,sha256=DrNAhNHp-jSvsPc1fb7KVPU46cYmejAvghhknOM430Y,47932
2
- topologicpy/Aperture.py,sha256=wNn5miB_IrGCBYuQ18HXQYRva20dUC3id4AJCulL7to,2723
3
- topologicpy/BVH.py,sha256=ti-23A2HIxaqnJ3C9GWhCjQev9qQwdrSfZVfXVZujYE,13127
4
- topologicpy/CSG.py,sha256=hqFPg3RvAnRgzwyyWbc4N80ZYO9AfvbWn0RsjXvaz8k,15695
5
- topologicpy/Cell.py,sha256=WQyi2xKT5PFovGZzu1oiw0ICuJultsOXnNbfELrMLTI,173467
6
- topologicpy/CellComplex.py,sha256=nrQmlqr0wUkd6CrpaMRfgBo6O8Crgk1rM1jDEphiDmc,70051
7
- topologicpy/Cluster.py,sha256=Wv81yPlQ3Qlnylpvs2aBVNV77M0Z9oHTUfTeLbAuX74,58790
8
- topologicpy/Color.py,sha256=ZVVQRKGjebY9aOU1gpN_AbssdRRiVKlZV3f8TrsTNgg,20307
9
- topologicpy/Context.py,sha256=G3CwMvN8Jw2rnQRwB-n4MaQq_wLS0vPimbXKwsdMJ80,3055
10
- topologicpy/DGL.py,sha256=HQXy9iDnrvWGDxaBfe5pRbweQ2zLBvAf6UdjfhKkQYI,139041
11
- topologicpy/Dictionary.py,sha256=Lf24WHW8q_RCq0l8VpT3XJTn6UuStY66JI4Lb4W08jI,34126
12
- topologicpy/Edge.py,sha256=6M7UMPZj_JXXH9mFieEcQu3haYQ6Rn64yRcL0b_axl8,73484
13
- topologicpy/EnergyModel.py,sha256=Pyb28gDDwhzlQIH0xqAygqS0P3SJxWyyV7OWS_AAfRs,53856
14
- topologicpy/Face.py,sha256=1r6j4DOhDJEVyRTuFhxh1wmRMEvqZe8FQ0_Yy-J0pzg,202021
15
- topologicpy/Graph.py,sha256=0w3GP1CuJyE6xq1mALB93R3s4OFJnF6k9HkRZDhwkoQ,581043
16
- topologicpy/Grid.py,sha256=EbI2NcYhQDpD5mItd7A1Lpr8Puuf87vZPWuoh7_gChQ,18483
17
- topologicpy/Helper.py,sha256=JdvC30WMrla46mTj5TdwCV_bRv-6y8vK5Bkx0prluy4,29100
18
- topologicpy/Honeybee.py,sha256=yctkwfdupKnp7bAOjP1Z4YaYpRrWoMEb4gz9Z5zaWwE,21751
19
- topologicpy/Matrix.py,sha256=BHGDRkBn1pf5DkRoY8feAhDGHTF3bjFM4jluiEb_A0w,22779
20
- topologicpy/Neo4j.py,sha256=vNMaqTWerwr-3luLjYEXNhf8T97aFee6x5sIKBHY73s,22392
21
- topologicpy/Plotly.py,sha256=5E6M2N0MbdkA5iMZ_Y71PaPB9wilEneYVUba8RqeKe0,119400
22
- topologicpy/Polyskel.py,sha256=oVfM4lqSMPTjnkHfsRU9VI8Blt6Vf0LVPkD9ebz7Wmw,27082
23
- topologicpy/PyG.py,sha256=zvV6jtnol_aFiN6JRoMpYwBVfOU2aFs9gdWSdEo6mtU,109757
24
- topologicpy/ShapeGrammar.py,sha256=ay2kOkMvoa_KqGd_ZCLgDk0hmyMniI636N_YbMsyM60,23259
25
- topologicpy/Shell.py,sha256=h8S2nP1e0JtMxeOdAFZVhOYTJWTW8vlZRM5lxK0gu2o,89577
26
- topologicpy/Speckle.py,sha256=-eiTqJugd7pHiHpD3pDUcDO6CGhVyPV14HFRzaqEoaw,18187
27
- topologicpy/Sun.py,sha256=_VBBAUIDhvpkp72JBZlv7k9qx9jYubm3yM56UZ1Nc6c,36837
28
- topologicpy/Topology.py,sha256=SFC3YBiLDH5zoZgJ1fPyZ72W_fTSbjkMOoXPI2mexU8,457623
29
- topologicpy/Vector.py,sha256=mx7fgABdioikPWM9HzXKzmqfx3u_XBcU_jlLD4qK2x8,42407
30
- topologicpy/Vertex.py,sha256=sY9M7sMep7iTGiRYlmr8ed18Yz_RLyH6-Fm_L6SJTTw,84688
31
- topologicpy/Wire.py,sha256=5k6KflNQv2HGI1ncWLywwjqdNzJGJT2IsPbU7qnfM2Q,231723
32
- topologicpy/__init__.py,sha256=RMftibjgAnHB1vdL-muo71RwMS4972JCxHuRHOlU428,928
33
- topologicpy/version.py,sha256=n8OQUN0fcpz2N9lYYXEoI8M_7OTKzN9D-4I2JYQIW6s,23
34
- topologicpy-0.8.33.dist-info/licenses/LICENSE,sha256=FK0vJ73LuE8PYJAn7LutsReWR47-Ooovw2dnRe5yV6Q,681
35
- topologicpy-0.8.33.dist-info/METADATA,sha256=UeGTrzifYBHgIosB2QHKADZQ3Kd8PmoG4ZRUAgWhp6A,10535
36
- topologicpy-0.8.33.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
- topologicpy-0.8.33.dist-info/top_level.txt,sha256=J30bDzW92Ob7hw3zA8V34Jlp-vvsfIkGzkr8sqvb4Uw,12
38
- topologicpy-0.8.33.dist-info/RECORD,,