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:
- assignment
str Name of the bondwire to replace.
- direction
list List of the
[x, y, z]coordinates for the axis direction of the bondwire. For example,[0, 1, 2].- min_size
float Minimum size of the subsegment of the new polyline. The default is
0.2.- number_of_segments
int,optional Number of segments. The default is
8.
- assignment
- Returns:
strName of the bondwire created.