532 B
532 B
add_line_rsketch
API Definition
def add_line_rsketch(sketch: Sketch, entity_id: str, start: Union[SketchRef, str], end: Union[SketchRef, str], *, construction: bool = False) -> Sketch
Source: operations.py
Import Surface
- top-level:
from simplecadapi import add_line_rsketch
Description
Add an identified line entity and return an updated sketch document. During
profile promotion, entity_id becomes the local segment of the canonical
topology-identity tag for the corresponding profile Edge.