Community
Inventor Forum
Welcome to Autodeskโ€™s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results forย 
Showย ย onlyย  | Search instead forย 
Did you mean:ย 

Editing an already created Detail view (detail view circle to be precise) using iLogic or creating detail view using sketched circle.

6 REPLIES 6
SOLVED
Reply
Message 1 of 7
sohaib.as01
1314 Views, 6 Replies

Editing an already created Detail view (detail view circle to be precise) using iLogic or creating detail view using sketched circle.

sohaib.as01
Advocate
Advocate

Hello everyone, hope you all are having a wonderful day.

I am currently assigned with a task of automating drawings for my client, so I am learning iLogic as I am proceeding towards my goal.

Currently the problem where I am stuck is that I want to reposition my detail view circle as the scale and size of the drawing view changes.

I would like to know if there is a way for that? I have searched everywhere and couldnt find any similar problem, except that there is a code available which lets you create a detail view from a selected drawing view, which I dont want to do as it generates another set of problems for me and will make the process lengthy.

The general logic with which I am working is that I have placed all the views on my sheet, dimensioned and all, and they just need re-scaling and relocating as the size of the model changes (which I have automated using API), this applies to detail view as well.

Another option I am thinking is if there is a way i can create my detail view circle using a predefined sketched circle that always centers in the geometry, and changes size accordingly, I want to take the detail of, this way the iLogic code can totally be avoided.

please see attached pic for further clarification

Any help will be very much appreciated ๐Ÿ™‚

Thanks ๐Ÿ™‚

0 Likes

Editing an already created Detail view (detail view circle to be precise) using iLogic or creating detail view using sketched circle.

Hello everyone, hope you all are having a wonderful day.

I am currently assigned with a task of automating drawings for my client, so I am learning iLogic as I am proceeding towards my goal.

Currently the problem where I am stuck is that I want to reposition my detail view circle as the scale and size of the drawing view changes.

I would like to know if there is a way for that? I have searched everywhere and couldnt find any similar problem, except that there is a code available which lets you create a detail view from a selected drawing view, which I dont want to do as it generates another set of problems for me and will make the process lengthy.

The general logic with which I am working is that I have placed all the views on my sheet, dimensioned and all, and they just need re-scaling and relocating as the size of the model changes (which I have automated using API), this applies to detail view as well.

Another option I am thinking is if there is a way i can create my detail view circle using a predefined sketched circle that always centers in the geometry, and changes size accordingly, I want to take the detail of, this way the iLogic code can totally be avoided.

please see attached pic for further clarification

Any help will be very much appreciated ๐Ÿ™‚

Thanks ๐Ÿ™‚

Labels (3)
6 REPLIES 6
Message 2 of 7
johnsonshiue
in reply to: sohaib.as01

johnsonshiue
Community Manager
Community Manager
Accepted solution

Hi! I am not 100% sure about iLogic. But, here is the manual workflow to do that. Right-click on the detail view -> Attach -> pick a vertex from the view. After that, the detail view will always go with the detail view.

Many thanks!

 



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer

Hi! I am not 100% sure about iLogic. But, here is the manual workflow to do that. Right-click on the detail view -> Attach -> pick a vertex from the view. After that, the detail view will always go with the detail view.

Many thanks!

 



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
Message 3 of 7
cadman777
in reply to: sohaib.as01

cadman777
Advisor
Advisor
Accepted solution

One thing I'd like to be able to do is use "Attach" on the detail circle @ midpoints of features, as well as workpoints.

That way you can anchor your detail circle to the midpoint of the feature you want to center around.

Another thing I'd like to be able to do is "Edit" the shape and to control the size of the circle or rectangle with add dimensions, like when you make a Cut-Away view boundary. This is just basic drafting that should be a default part of the software.

 

If we had these functions, we we would be able to easily automate our drafting with iLogic by creating relationships between the features and the detail view boundary. This is just basic stuff!

... Chris
Win 7 Pro 64 bit + IV 2010 Suite
ASUS X79 Deluxe
Intel i7 3820 4.4 O/C
64 Gig ADATA RAM
Nvidia Quadro M5000 8 Gig
3d Connexion Space Navigator

One thing I'd like to be able to do is use "Attach" on the detail circle @ midpoints of features, as well as workpoints.

That way you can anchor your detail circle to the midpoint of the feature you want to center around.

Another thing I'd like to be able to do is "Edit" the shape and to control the size of the circle or rectangle with add dimensions, like when you make a Cut-Away view boundary. This is just basic drafting that should be a default part of the software.

 

If we had these functions, we we would be able to easily automate our drafting with iLogic by creating relationships between the features and the detail view boundary. This is just basic stuff!

... Chris
Win 7 Pro 64 bit + IV 2010 Suite
ASUS X79 Deluxe
Intel i7 3820 4.4 O/C
64 Gig ADATA RAM
Nvidia Quadro M5000 8 Gig
3d Connexion Space Navigator
Message 4 of 7
sohaib.as01
in reply to: johnsonshiue

sohaib.as01
Advocate
Advocate

Man...you are a life saver...I was beating my head around this with programming and what not yet the solution was just to simple. Huge thanks for the reply ๐Ÿ™‚

Man...you are a life saver...I was beating my head around this with programming and what not yet the solution was just to simple. Huge thanks for the reply ๐Ÿ™‚

Message 5 of 7
sohaib.as01
in reply to: cadman777

sohaib.as01
Advocate
Advocate

Oh well, thankfully it does have the attached feature which is now accomplishing what I need. But yeah the detail view circle/rectangle should be controlled by sketched circle instead of a random circle centred at desired-random point.

And a fairly straight forward snippet should be their in the API to create or reference one

Oh well, thankfully it does have the attached feature which is now accomplishing what I need. But yeah the detail view circle/rectangle should be controlled by sketched circle instead of a random circle centred at desired-random point.

And a fairly straight forward snippet should be their in the API to create or reference one

Message 6 of 7
DRoam
in reply to: cadman777

DRoam
Mentor
Mentor

@cadman777 wrote:

Another thing I'd like to be able to do is "Edit" the shape and to control the size of the circle or rectangle with add dimensions, like when you make a Cut-Away view boundary. This is just basic drafting that should be a default part of the software.


I agree. Currently, there are a couple ideas you can vote for to get this functionality:

 

 

These ideas together with their duplicates/similar ideas have several hundred votes, going back as far as 2012. Hopefully we can get this soon.

0 Likes


@cadman777 wrote:

Another thing I'd like to be able to do is "Edit" the shape and to control the size of the circle or rectangle with add dimensions, like when you make a Cut-Away view boundary. This is just basic drafting that should be a default part of the software.


I agree. Currently, there are a couple ideas you can vote for to get this functionality:

 

 

These ideas together with their duplicates/similar ideas have several hundred votes, going back as far as 2012. Hopefully we can get this soon.

Message 7 of 7
cadman777
in reply to: DRoam

cadman777
Advisor
Advisor

OK, thanx!

... Chris
Win 7 Pro 64 bit + IV 2010 Suite
ASUS X79 Deluxe
Intel i7 3820 4.4 O/C
64 Gig ADATA RAM
Nvidia Quadro M5000 8 Gig
3d Connexion Space Navigator
0 Likes

OK, thanx!

... Chris
Win 7 Pro 64 bit + IV 2010 Suite
ASUS X79 Deluxe
Intel i7 3820 4.4 O/C
64 Gig ADATA RAM
Nvidia Quadro M5000 8 Gig
3d Connexion Space Navigator

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report