Line3dLayout#

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

Manages Hfss 3D Layout lines.

Methods

Line3dLayout.add(point[, position])

Add a new point to the center line.

Line3dLayout.change_property(value[, names])

Modify a property.

Line3dLayout.create_clearance_on_component([...])

Create a Clearance on Soldermask layer by drawing a rectangle.

Line3dLayout.edge_by_point(point)

Return the closest edge to specified point.

Line3dLayout.get_property_value(name)

Retrieve a property value.

Line3dLayout.remove(point)

Remove one or more points from the center line.

Line3dLayout.set_property_value(name, value)

Set a property value.

Attributes

Line3dLayout.absolute_angle

Get the absolute angle location for 2 pins components.

Line3dLayout.angle

Get/Set the circle radius.

Line3dLayout.bend_type

Get/Set the line bend type.

Line3dLayout.bottom_edge_x

Compute the lower edge in the layout on x direction.

Line3dLayout.bottom_edge_y

Compute the lower edge in the layout on y direction.

Line3dLayout.bounding_box

Get component bounding box.

Line3dLayout.center_line

Get the center line points and arc height.

Line3dLayout.edges

Edges list.

Line3dLayout.end_cap_type

Get/Set the line end type.

Line3dLayout.is_closed

Either if the Geometry is closed or not.

Line3dLayout.length

Get the line length.

Line3dLayout.location

Retrieve/Set the absolute location in model units.

Line3dLayout.lock_position

Get/Set the lock position.

Line3dLayout.name

Name of Primitive.

Line3dLayout.negative

Get/Set the negative.

Line3dLayout.net_name

Get/Set the net name.

Line3dLayout.object_units

Object units.

Line3dLayout.obounding_box

Bounding box of a specified object.

Line3dLayout.placement_layer

Get/Set the placement layer of the object.

Line3dLayout.points

Provide the polygon points.

Line3dLayout.start_cap_type

Get/Set the line start type.

Line3dLayout.top_edge_x

Compute the upper edge in the layout on x direction.

Line3dLayout.top_edge_y

Compute the upper edge in the layout on y direction.

Line3dLayout.width

Get/Set the line width.