Rect3dLayout#

class ansys.aedt.core.modeler.pcb.object_3d_layout.Rect3dLayout(primitives, name, is_void=False)[source]#

Manages Hfss 3D Layout rectangles.

Methods

Rect3dLayout.change_property(value[, names])

Modify a property.

Rect3dLayout.create_clearance_on_component([...])

Create a Clearance on Soldermask layer by drawing a rectangle.

Rect3dLayout.edge_by_point(point)

Return the closest edge to specified point.

Rect3dLayout.get_property_value(name)

Retrieve a property value.

Rect3dLayout.set_property_value(name, value)

Set a property value.

Attributes

Rect3dLayout.absolute_angle

Get the absolute angle location for 2 pins components.

Rect3dLayout.angle

Get/Set the circle radius.

Rect3dLayout.bottom_edge_x

Compute the lower edge in the layout on x direction.

Rect3dLayout.bottom_edge_y

Compute the lower edge in the layout on y direction.

Rect3dLayout.bounding_box

Get component bounding box.

Rect3dLayout.center

Get/Set the rectangle center.

Rect3dLayout.corner_radius

Get/Set the circle radius.

Rect3dLayout.edges

Edges list.

Rect3dLayout.height

Get/Set the circle radius.

Rect3dLayout.is_closed

Either if the Geometry is closed or not.

Rect3dLayout.location

Retrieve/Set the absolute location in model units.

Rect3dLayout.lock_position

Get/Set the lock position.

Rect3dLayout.name

Name of Primitive.

Rect3dLayout.negative

Get/Set the negative.

Rect3dLayout.net_name

Get/Set the net name.

Rect3dLayout.object_units

Object units.

Rect3dLayout.obounding_box

Bounding box of a specified object.

Rect3dLayout.placement_layer

Get/Set the placement layer of the object.

Rect3dLayout.point_a

Get/Set the Point A value if 2Point Description is enabled.

Rect3dLayout.point_b

Get/Set the Point A value if 2Point Description is enabled.

Rect3dLayout.points

Provide the polygon points.

Rect3dLayout.top_edge_x

Compute the upper edge in the layout on x direction.

Rect3dLayout.top_edge_y

Compute the upper edge in the layout on y direction.

Rect3dLayout.two_point_description

Get/Set the circle radius.

Rect3dLayout.width

Get/Set the circle radius.