It is currently Wed Jun 19, 2013 6:42 am

All times are UTC





Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Scale
PostPosted: Wed Jun 09, 2010 11:39 pm 
Offline
MCAD Lurker

Joined: 09 Jun 2010
Posts: 3
Country: Brazil
State: Newfoundland
CAD System: Inventor
Hello everyone,
I made a parameterization using Excel, when I'm with the 200 model has enabled a range of 1:2 at IDW, when the active model 400 my IDW continues 1:2 and my drawing is too large, is doing a code or parameter to correct this error? I wanted something to fix the scale in the IDW and the change in design for example, 1:2 scale model = 200 - 1:4 scale model = 400 so on. can help me.
hugs


Share on FacebookShare on TwitterShare on DiggShare on DeliciousShare on TumblrShare on Google+
Top
 Profile  
 
 Post subject: Re: Scale
PostPosted: Thu Sep 02, 2010 3:56 pm 
Offline
MCAD Lurker

Joined: 18 Mar 2010
Posts: 8
Country: United States
State: Florida
CAD System: Inventor
Hello,
Scale is easy to control here is sample code:

Private Sub SubScaleUpdate()
Dim oScale As Double
Dim oSheet As Sheet
Dim oBaseView As DrawingView
oSheet = oDrawDoc.Sheets(1)
oBaseView = oSheet.DrawingViews.Item(1) '("BaseView") 'Selecting First view on the drawing
oScale = Here you calculating needed scale
oBaseView.[Scale] = oScale

End Sub


Top
 Profile  
 
 Post subject: Re: Scale
PostPosted: Sat Jan 15, 2011 10:18 am 
Offline
MCAD Lurker

Joined: 09 Jun 2010
Posts: 3
Country: Brazil
State: Newfoundland
CAD System: Inventor
Hello
Thanks for the help
Grateful
Alessandro


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
POWERED_BY