Detrmining SketchLine Type from API

Detrmining SketchLine Type from API

Anonymous
Not applicable
383 Views
1 Reply
Message 1 of 2

Detrmining SketchLine Type from API

Anonymous
Not applicable

As you can (hopefully) see in the screenshot below, highlighting the a sketch from the browser, two distinct types of sketch lines are highlighted -- the actual profile lines in green/yellow, and the dotted lines in blue. I am trying to get the actual profile lines and filter out these dotted lines, however from the API, it seems both are label as SketchLines (I am using C#).

Does anyone know of a way to select out only the sketchlines actually used in the creation of the shape?

 

Thanks,

 

Philip

 

 

 

 

 

sketch_lines.png

0 Likes
Accepted solutions (1)
384 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

I believe I have found a solution.

Look for SketchEntity.Construction.

0 Likes