481 B
481 B
make_edge_connector_rconnector
API Definition
def make_edge_connector_rconnector(connector_id: str, edge: Edge, name: Optional[str] = None, flip: bool = False) -> Connector
Source: operations.py
Import Surface
- top-level:
from simplecadapi import make_edge_connector_rconnector
Description
Create a connector anchored to an Edge.
Z axis follows the edge direction (start->end); origin is the edge midpoint. Set flip=True to negate the Z axis.