How to check dimension is attached to silhouette edges

How to check dimension is attached to silhouette edges

Lalchetaketan022
Contributor Contributor
319 Views
4 Replies
Message 1 of 5

How to check dimension is attached to silhouette edges

Lalchetaketan022
Contributor
Contributor

Hi

 

I just got type of dimension and it's text. Need to know to what it is attached to. Is it possible to get this idea? I am looking for filtering diameter dimensions attached to silhouette edges.

0 Likes
320 Views
4 Replies
Replies (4)
Message 2 of 5

basautomationservices
Advocate
Advocate

The class 'LinearGeneralDimension' has two properties, IntentOne and IntentTwo. They both have a dynamic property Geometry, from here you can retrieve the model geometry / curve type, etc. 

Contact me for custom app development info@basautomationservices.com. Follow below links to view my Inventor appstore apps.

Free apps: Smart Leader | Part Visibility Utility | Mate Origins

Paid apps: Frame Stiffener Tool | Constrain Plane Toggle | Property Editor Pro


Message 3 of 5

Lalchetaketan022
Contributor
Contributor

thanks for response.

 

I am trying on C++ and could not find relevant API. Is there separate community for same or this place is ok for C++ API query as well?

0 Likes
Message 4 of 5

basautomationservices
Advocate
Advocate

The API is the same, just iLogic is a bit different, but it uses the same API too. 


The only C++ reference I know is: http://www.ransensoftware.com/Inventor-CPP/index.html

Contact me for custom app development info@basautomationservices.com. Follow below links to view my Inventor appstore apps.

Free apps: Smart Leader | Part Visibility Utility | Mate Origins

Paid apps: Frame Stiffener Tool | Constrain Plane Toggle | Property Editor Pro


Message 5 of 5

Lalchetaketan022
Contributor
Contributor

Thanks. You are correct. C++ does have an option of GeometryIntent found from LinearGeneralDimension.

 

Now I am again stuck to get this class LinearGeneralDimension. Actually I have GeneralDimension got from sheet. I could not directly assign GeneralDimension to LinearGeneralDimension. How to get LinearGeneralDimension?

0 Likes