Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Arc End Condition

Status
Not open for further replies.

Arkamis

Mechanical
Joined
Sep 14, 2010
Messages
1
Location
CA
Hi there,

i'm trying to bring a dimension to his far end point (edge).

There is my code :

boolstatus = Model.Extension.SelectByID2("Line1", "SKETCHSEGMENT", 0, 0, 0, False, 0, Nothing, 0)
boolstatus = RefEdge.Select4(True, SelData)
Set Annotation = Model.AddDimension2(0, 0, 0)
Set Dimension = Model.Parameter("D1@" & Feature.Name)
retval = Dimension.SetArcEndCondition(2, 3)
Model.GraphicsRedraw2

So, it seems that the Arc Condition is changed at this state, but i dont see that in graphic view and when i rebuild the model, my sketch become red.

Someone have a tip for me ?

Thanks!

J-S
P.S.: Forgive me for my bad english speaking.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top