Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All
The reference manual states:
GeometricConstraints.addCoincident Method
Parent Object: GeometricConstraints
Description
Creates a new coincident constraint between two entities. The first argument is a sketch point. The second argument is a sketch curve or point.
Defined in namespace "adsk.fusion" and the header file is "adsk/fusion/Sketch/GeometricConstraints.h".
Syntax
returnValue = geometricConstraints_var.addCoincident(point, entity)
But when I run this
CCC = CC.addCoincident(shank, intersectShank[1]) I get an error stating the add.Coincident needs 3 arguments only 2 given.
I'm trying to set coincident between a cure and project point. What am I doing wrong
InterectShanks[1] is a projected point.
Cheers, Stephen
Solved! Go to Solution.