コード例 #1
0
ファイル: test_demo11.py プロジェクト: frkasper/MacroUtils
def test_cylinders_part_surfaces_count():
    for i in range(1, 10):
        test_utils.assert_part_surfaces_count(DEMO_ID, 'Cylinder%d' % i, 3)
コード例 #2
0
ファイル: test_demo13.py プロジェクト: frkasper/MacroUtils
def test_unite_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Unite', 7)
コード例 #3
0
def test_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Channel', 4)
コード例 #4
0
def test_unite_part_surfaces_count():
    test_utils.assert_part_surfaces_count(_grid_ss(), 'Unite', 11)
コード例 #5
0
ファイル: test_demo11.py プロジェクト: Alphabetliu/MacroUtils
def test_cylinders_part_surfaces_count():
    for i in range(1, 10):
        test_utils.assert_part_surfaces_count(DEMO_ID, 'Cylinder%d' % i, 3)
コード例 #6
0
def test_domain_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Domain', 3)
コード例 #7
0
ファイル: test_demo03.py プロジェクト: frkasper/MacroUtils
def test_channel_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Channel', 6)
コード例 #8
0
def test_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'radial_impeller', 5)
コード例 #9
0
def test_wing_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'WING', 4)
コード例 #10
0
def test_kart_wrap_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Kart Wrap', 91)
コード例 #11
0
ファイル: test_demo08.py プロジェクト: frkasper/MacroUtils
def test_wing_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'WING', 4)
コード例 #12
0
ファイル: test_demo14.py プロジェクト: frkasper/MacroUtils
def test_cylinder_part_surfaces_count():
    test_utils.assert_part_surfaces_count(_grid(1), 'Cylinder', 3)
コード例 #13
0
ファイル: test_demo10.py プロジェクト: frkasper/MacroUtils
def test_sphere_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Sphere', 1)
コード例 #14
0
def test_cylinders_part_surfaces_count():
    for cyl in ['Main', 'In', 'Out']:
        test_utils.assert_part_surfaces_count(DEMO_ID, 'Cyl%s' % cyl, 3)
コード例 #15
0
ファイル: test_demo01.py プロジェクト: frkasper/MacroUtils
def test_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Cylinder', 3)
コード例 #16
0
def test_unite_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Unite', 7)
コード例 #17
0
def test_cylinder_part_surfaces_count():
    test_utils.assert_part_surfaces_count(_grid(1), 'Cylinder', 3)
コード例 #18
0
ファイル: test_demo11.py プロジェクト: Alphabetliu/MacroUtils
def test_block_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Block', 6)
コード例 #19
0
def test_tunnel_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Block', 2)
コード例 #20
0
ファイル: test_demo11.py プロジェクト: Alphabetliu/MacroUtils
def test_subtract_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Subtract', 15)
コード例 #21
0
def test_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Cylinder', 3)
コード例 #22
0
def test_sphere_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Sphere', 1)
コード例 #23
0
ファイル: test_demo15.py プロジェクト: frkasper/MacroUtils
def test_unite_part_surfaces_count():
    test_utils.assert_part_surfaces_count(_grid_ss(), 'Unite', 11)
コード例 #24
0
ファイル: test_demo07.py プロジェクト: frkasper/MacroUtils
def test_tunnel_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Block', 2)
コード例 #25
0
ファイル: test_demo05.py プロジェクト: frkasper/MacroUtils
def test_tunnel_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Tunnel', 4)
コード例 #26
0
ファイル: test_demo11.py プロジェクト: frkasper/MacroUtils
def test_block_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Block', 6)
コード例 #27
0
ファイル: test_demo05.py プロジェクト: frkasper/MacroUtils
def test_kart_wrap_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Kart Wrap', 91)
コード例 #28
0
ファイル: test_demo11.py プロジェクト: frkasper/MacroUtils
def test_subtract_part_surfaces_count():
    test_utils.assert_part_surfaces_count(DEMO_ID, 'Subtract', 15)
コード例 #29
0
ファイル: test_demo13.py プロジェクト: frkasper/MacroUtils
def test_cylinders_part_surfaces_count():
    for cyl in ['Main', 'In', 'Out']:
        test_utils.assert_part_surfaces_count(DEMO_ID, 'Cyl%s' % cyl, 3)