Message 1 of 4

Not applicable
08-28-2014
11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to add a dimension between a drawingcurve and a workaxis which is included from the 3d model.
I include the axis like this;
DrawingView.SetIncludeStatus(oDModel.rotationAxis, true);
I try to find the DrawingCurve related to this Axis in the drawingview, but some how it doens't work;
foreach (DrawingCurve oCurve in baseDrawingView. DrawingCurves)
{
if (oCurve.ModelGeometry == oDModel.rotationAxis)
{
....
Similar code works for "real" model edges, but it seams that a workaxis requires a different approach.
Any suggestions anybody?
thanks
Solved! Go to Solution.