Skip to main content
Ctrl+K
Logo image Logo image

Site Navigation

  • Getting started
  • User guide
  • AEDT API
  • EDB API
  • Examples
dev0.16 (stable)0.150.14Older versions

Navigation

  • PyAnsys »
  • PyAEDT »
  • AEDT API »
  • Primitives »
  • Polyline »
  • unite

Site Navigation

  • Getting started
  • User guide
  • AEDT API
  • EDB API
  • Examples

Section Navigation

  • Application and solvers
  • Material and stackup
  • 3D modeler
  • 2D modeler
  • Primitives
    • Object3d
    • FacePrimitive
    • EdgePrimitive
    • VertexPrimitive
    • PolylineSegment
    • Polyline
      • clone
      • delete
      • duplicate_along_line
      • duplicate_around_axis
      • edges_by_length
      • export_image
      • faces_by_area
      • get_touching_faces
      • history
      • insert_segment
      • intersect
      • largest_face
      • longest_edge
      • mirror
      • move
      • plot
      • remove_point
      • remove_segments
      • rotate
      • section
      • set_crosssection_properties
      • shortest_edge
      • smallest_face
      • split
      • subtract
      • sweep_along_path
      • sweep_along_vector
      • sweep_around_axis
      • touching_conductors
      • unite
      • wrap_sheet
      • bottom_edge_x
      • bottom_edge_y
      • bottom_edge_z
      • bottom_face_x
      • bottom_face_y
      • bottom_face_z
      • bounding_box
      • bounding_dimension
      • color
      • color_string
      • display_wireframe
      • edges
      • end_point
      • face_closest_to_bounding_box
      • faces
      • faces_on_bounding_box
      • group_name
      • id
      • is3d
      • is_conductor
      • logger
      • mass
      • material_name
      • model
      • name
      • object_type
      • object_units
      • part_coordinate_system
      • points
      • segment_types
      • solve_inside
      • start_point
      • surface_material_name
      • top_edge_x
      • top_edge_y
      • top_edge_z
      • top_face_x
      • top_face_y
      • top_face_z
      • touching_objects
      • transparency
      • valid_properties
      • vertex_positions
      • vertices
      • volume
    • UserDefinedComponent
    • Point
    • Plane
    • HistoryProps
    • BinaryTreeNode
    • CoordinateSystem
    • GeometryOperators
    • Multi-part components
    • Stackup 3D components
  • Modeler in HFSS 3D Layout
  • Modeler and components Circuit
  • Boundary objects
  • Mesh operations
  • Setup
  • Postprocessing
  • Logger
  • Optimetrics
  • Variable
  • Constants
  • Configuration files
  • Setup templates
  • Cable modeling

unite#

Polyline.unite(object_list)[source]#

Unite a list of objects with this object.

Parameters:
object_listlist of str or list of pyaedt.modeler.cad.object3d.Object3d

List of objects.

Returns:
pyaedt.modeler.cad.object3d.Object3d

Object 3D object.

References

>>> oEditor.Unite
On this page
  • unite()
Edit on GitHub
Show Source

© Copyright (c) 2023 ANSYS, Inc. All rights reserved.

Created using Sphinx 7.2.6.

Built with the Ansys Sphinx Theme 0.11.2.
Last updated on May 13, 2025