2011 Moving Geometry from Flat Pattern sketch space to Flat Pattern Space.

2011 Moving Geometry from Flat Pattern sketch space to Flat Pattern Space.

Anonymous
Not applicable
292 Views
1 Reply
Message 1 of 2

2011 Moving Geometry from Flat Pattern sketch space to Flat Pattern Space.

Anonymous
Not applicable

I am trying to export geometry found in a flat pattern sketch overlaid onto the flat pattern.

 

Since I am creating the output file manually I gather the flat pattern boundaries and bend center lines for output to a file.

When I add flat pattern sketch entities to the mix they do not overlay properly.  What matrix would I have to push the sketch entities through to get them to the same coordinates as the flat pattern?

0 Likes
293 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Okay,

 

Looks like the SketchToModelSpace() method is what I needed.

 

  With oLine.Geometry

     Set sPt = oSketch.SketchToModelSpace(.StartPoint)

     Set ePt = oSketch.SketchToModelSpace(.EndPoint)

  End With

0 Likes