Message 1 of 6
Not applicable
08-04-2011
07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I really need help on that, I'm completely stuck.
In assembly, when I add constraint between EdgeProxy and WorkPointProxy, by default, it use the axis of the edge but I want to use the center point.
When I try this command:
doc.ComponentDefinition.Constraints.AddMateConstraint(oEdgeProxy, oWorkPointProxy, 0, InferredTypeEnum.kInferredPoint)
I got an ArgumentException (in .NET).
Something I missing??
Thanks,
Pascal
Solved! Go to Solution.