create_faceted_bondwire_from_true_surface#

Modeler3D.create_faceted_bondwire_from_true_surface(assignment: str, direction: list, min_size: float = 0.2, number_of_segments: int = 8) str | bool#

Create a faceted bondwire from an existing true surface bondwire.

Parameters:
assignmentstr

Name of the bondwire to replace.

directionlist

List of the [x, y, z] coordinates for the axis direction of the bondwire. For example, [0, 1, 2].

min_sizefloat

Minimum size of the subsegment of the new polyline. The default is 0.2.

number_of_segmentsint, optional

Number of segments. The default is 8.

Returns:
str

Name of the bondwire created.