cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

jlink and dimension in drawing

AndreasVogt
5-Regular Member

jlink and dimension in drawing

hi,

i'm trying to get the orientation of a dimension in a drawing with jlink. It works for dimension created/saved in the drawing (addXX-dimension) with GetOrientationHint but not with dimensions from the 3D-model.

The documentation says for Get OrientationHint

Only applicable for dimensions created in drawing mode. This function does not support drawing dimensions created from intersections of geometric entities.

But how can I get the orientation of the other dimensions?

Thanks

Andreas


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2
FV
17-Peridot
17-Peridot
(To:AndreasVogt)

Hi all,

Andreas, In Pro/TOOLKIT there are ProDimensionLocationGet and ProDimlocationArrowsGet which wouldbe usedto get 3D dimension orientation in the specified solid model view.The solid model view needs to be derived from the drawing viewin questionorientation though.I don't know if those functions are available in J-Link.

HIH.

Feliks.

In Reply to Andreas Vogt:

hi,

i'm trying to get the orientation of a dimension in a drawing with jlink. It works for dimension created/saved in the drawing (addXX-dimension) with GetOrientationHint but not with dimensions from the 3D-model.

The documentation says for Get OrientationHint

Only applicable for dimensions created in drawing mode. This function does not support drawing dimensions created from intersections of geometric entities.

But how can I get the orientation of the other dimensions?

Thanks

Andreas

AndreasVogt
5-Regular Member
(To:AndreasVogt)

hi,

thank you for your help.

But there ist no such class.

cu

Andreas

Top Tags