Getting view offset from PMK file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-07-29
07:00 AM
- last edited on
2021-09-14
09:24 AM
by
Noemi Balogh
2021-07-29
07:00 AM
Hi all,
I would like to ask your help to understand the question of how to link a drawing view with a model, if the view is set through the PMK file.
I check linkTypeID:
if ( drawingLinkInfo-> linkTypeID == API_DrawingLink_PMKID)
{
if (drawingLinkInfo->viewType == API_ViewNodeStory)
{
here I am using drawing.offset as offset and also
In the usual case (if the view is set directly in the model, I use getting the View through the navigator)
and get offset also from view. But it doesn't work with PMK files.
if (ACAPI_Navigator (APINavigator_GetNavigatorItemID, & drawingLinkInfo-> linkGuid, & item)
{
}
}
}
Please tell me how can I get the linking matrix to the model from the PMK file?
Thank you!
I would like to ask your help to understand the question of how to link a drawing view with a model, if the view is set through the PMK file.
I check linkTypeID:
if ( drawingLinkInfo-> linkTypeID == API_DrawingLink_PMKID)
{
if (drawingLinkInfo->viewType == API_ViewNodeStory)
{
here I am using drawing.offset as offset and also
In the usual case (if the view is set directly in the model, I use getting the View through the navigator)
and get offset also from view. But it doesn't work with PMK files.
if (ACAPI_Navigator (APINavigator_GetNavigatorItemID, & drawingLinkInfo-> linkGuid, & item)
{
}
}
}
Please tell me how can I get the linking matrix to the model from the PMK file?
Thank you!
Labels:
- Labels:
-
Add-On (C++)
0 REPLIES 0