Skip to content
Discussion options

You must be logged in to vote

CA must exist in 3d file. Those are not CA from the Userprofile.

In my example standard_connector_name = "CA"

import cadwork
import connector_axis_controller


def create_connector_axis(connector_name: str, start_point: cadwork.point_3d, direction: cadwork.point_3d) -> int:
    end_point = start_point + direction

    return connector_axis_controller.create_standard_connector(connector_name,
                                                               start_point,
                                                               end_point)


if __name__ == "__main__":
    standard_connector_name = "CA"
    start_pt = cadwork.point_3d(4940.0, 130.0, 4100.0)
    direction_vec = cadwork.poin…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mkloeck
Comment options

@Brunner246
Comment options

Answer selected by mkloeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants