Circle3dLayout#

class pyaedt.modeler.pcb.object3dlayout.Circle3dLayout(primitives, name, is_void=False)[source]#

Manages Hfss 3D Layout circles.

Methods

Circle3dLayout.change_property(value[, names])

Modify a property.

Circle3dLayout.create_clearance_on_component([...])

Create a Clearance on Soldermask layer by drawing a rectangle.

Circle3dLayout.edge_by_point(point)

Return the closest edge to specified point.

Circle3dLayout.get_property_value(name)

Retrieve a property value.

Circle3dLayout.set_property_value(name, value)

Set a property value.

Attributes

Circle3dLayout.absolute_angle

Get the absolute angle location for 2 pins components.

Circle3dLayout.angle

Get/Set the circle radius.

Circle3dLayout.bottom_edge_x

Compute the lower edge in the layout on x direction.

Circle3dLayout.bottom_edge_y

Compute the lower edge in the layout on y direction.

Circle3dLayout.bounding_box

Get component bounding box.

Circle3dLayout.center

Get/Set the circle center.

Circle3dLayout.edges

Edges list.

Circle3dLayout.is_closed

Either if the Geometry is closed or not.

Circle3dLayout.location

Retrieve/Set the absolute location in model units.

Circle3dLayout.lock_position

Get/Set the lock position.

Circle3dLayout.name

Name of Primitive.

Circle3dLayout.negative

Get/Set the negative.

Circle3dLayout.net_name

Get/Set the net name.

Circle3dLayout.object_units

Object units.

Circle3dLayout.obounding_box

Bounding box of a specified object.

Circle3dLayout.placement_layer

Get/Set the placement layer of the object.

Circle3dLayout.points

Provide the polygon points.

Circle3dLayout.radius

Get/Set the circle radius.

Circle3dLayout.top_edge_x

Compute the upper edge in the layout on x direction.

Circle3dLayout.top_edge_y

Compute the upper edge in the layout on y direction.