This response is edited, as I found a much better way of doing it than my original response.
Code:
(sd-am-load-sketch :file_name file_name :position position
:owner_type :current-frame
:owner owner <- you do not need this if you set the owner_type to :current-frame.
:adjust adjustment)
Since
Code:
:current-frame
is set as the
Code:
:owner_type
, you will not need to fill out the
Code:
:owner field
. That is only used if you want the owner to be a specific view or specific sketch.
Hi @AR_01 , I wanted to see if you got the help you needed. If so, please mark the reply as the Accepted Solution. It will help other members who may have the same question. Of course, if you have more to share on your issue, please pursue the conversation.