Files
cadSet/SimpleCADAPI/docs/api/make_edge_connector_rconnector.md
2026-07-22 19:38:36 +08:00

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.