This is Mikako Harada's Typepad Profile.
Join Typepad and start following Mikako Harada's activity
Mikako Harada
Recent Activity
Googling, found this on the product page:
https://knowledge.autodesk.com/support/bim-360-glue/troubleshooting/caas/sfdcarticles/sfdcarticles/BIM-360-Glue-The-model-is-too-large-to-open.html
Maybe try suggestions listed on the page.
Viewing a Navisworks File on Your iPad
By Mikako Harada Many of you probably heard about BIM 360 Glue by now. It has an iPad application. Being able to view and manipulate a model with your finger tips on your mobile device is truly break through. One tip that I learned from my colleague in Japan is that if you have BIM 360 Glue iPad...
Hi Peter,
I agree. I will pass your comment to the main admin owner of these dev blog.
CloningHelper moved to AecCoreMgd.dll
Q. I cannot find CloningHelper in ACA/AME 2017. A. The CloningHelper class has been moved to new assembly “AecCoreMgd.dll”. Please include reference to AecCoreMgd.dll.
Hi Sushil,
I'd suggest posting question to AutoCAD Customization forum:
http://forums.autodesk.com/t5/autocad-customization/ct-p/AutoCADTopic1
You can point to this post when you are describing the problem if it helps.
Balaji is no longer with Autodesk. I'm on BIM side now. I don't have brain to help you on this topic. But we have many other people who knows AutoCAD APIs.
Manipulate drawing SummaryInfo using ObjectARX
By Balaji Ramamoorthy You may want to update the "Last saved by" and "Revision number" properties and other custom properties associated with the drawing. The AcDbDatabaseSummaryInfo class of the ObjectARX SDK will help do that. The equivalent of this class in the AutoCAD .Net API is the "Databa...
Hi David,
Yes, you are absolutely right. That's why I pointed to the previous post about more detail where it explains why it sometime works and sometimes not. If you are able to make use of it, it is okay to use it. This is more about the status and history of LISP on ACA/AME for younger people who is just starting to learn LISP or AutoCAD products.
By the way, one of few left from the original ACA team told me that 2017 is the 20th release of ACA, including 3.3 and German only 2.0. Some of you who knows ACA for a long time, may feel nostalgic. Congratulations to the successful launch of 20th ACA!
Using LISP with AutoCAD Architecture and MEP
Occasionally, we still seem to get questions about using LISP with AutoCAD Architecture (ACA) and MEP (AME). ACA and AME dropped DXF/LISP support since ADT 2004. This blog post gives you a little bit of history and reasoning behind the decision. As new people joins, they sometimes assume whatev...
Hi John,
Thank you for the comments. Interesting - you are the third person who mentioned about hospital this few weeks. I was introducing Building Ops at ADN Developer Conferences at AU Vegas, Osaka and Tokyo. I immediately got feedback at those locations. I already passed the feedback to the Building Ops product manager.
Autodesk Cloud Services Health Dashboard
Health always comes first. Without it, we cannot do much. We feel helpless. Autodesk has just launched “Health Dashboard” for Autodesk Cloud Services. You can check the status of Autodesk Cloud Services as well as upcoming maintenance schedule right on the single web page: https://health.autodes...
Hi Adam,
You may want to add this is in the U.K. Not Manchester, NH, U.S. :-)
Join us at HackManchester in October
By Adam Nagy We’re excited to announce that Autodesk will be sponsoring a challenge at HackManchester this year in Manchester, UK. This is the first time we have been formally involved in the event, although some of our developers have taken part in previous years. This time I too will join this...
Adding High Level Category to the Issue Type
Posted Sep 4, 2015 at The 360° View
Comment
0
Hi Robert,
Glad to hear it's working now.
And thank you for sharing your experience.
Lab1 "Hello Field World"
(This is a continuation from the previous post: Field API Intro Labs Overview.) In this lab, we learn the first step into the Field API world and the basic of REST API call. This is a simple Windows Forms application written C#. The Field API service we use in this lab is api/login, which is ...
Retrieving Issues for Equipment
There is a small API enhancement that was made available in the latest update of BIM 360 Field. It allows you to retrieve a list of issues related to a given equipment. POST /fieldapi/issues/v1/search request has two additional parameters, source_id and source_type: source_id – an id of source object, i.e.,... Continue reading
Posted Sep 1, 2015 at The 360° View
Comment
0
Hi Robert,
One more:
https://github.com/VBA-tools/VBA-Web
Again, I haven't used VBA to do any restful things. This sounds interesting.
Lab1 "Hello Field World"
(This is a continuation from the previous post: Field API Intro Labs Overview.) In this lab, we learn the first step into the Field API world and the basic of REST API call. This is a simple Windows Forms application written C#. The Field API service we use in this lab is api/login, which is ...
Hi Robert,
I never used REST API with VBA. But when I Googled, I found this:
http://stackoverflow.com/questions/19553476/how-to-make-rest-call-with-vba-in-excel
You may want to give it a try from there?
Lab1 "Hello Field World"
(This is a continuation from the previous post: Field API Intro Labs Overview.) In this lab, we learn the first step into the Field API world and the basic of REST API call. This is a simple Windows Forms application written C#. The Field API service we use in this lab is api/login, which is ...
AU 2015 Las Vegas - Registration Is Open
Posted Aug 27, 2015 at The 360° View
Comment
0
Robotic Fabrication Workshop
Posted Aug 21, 2015 at The 360° View
Comment
0
BIM 360 Field Administration Feature Enhancement
Posted Aug 20, 2015 at The 360° View
Comment
2
For the sake of completeness, I'm adding a comment here. This turned out to be a product issue, not API specific.
Please see the discussion here:
http://forums.autodesk.com/t5/bim-360-api/curl-adding-underscores-to-file-names/td-p/5768595
Uploading a File to the Library
In my previous post, we looked at how to attach a file to an equipment programmatically. In this post, we will look at how to upload a file to the library with tags. The code is actually simpler with uploading to the library as we don’t require a secondary level parameter collections about th...
Single Team Hub for A360 Collaboration for Revit
Posted Aug 16, 2015 at The 360° View
Comment
0
Field /api/projects Returning Erroneous is_active Value?
Posted Aug 13, 2015 at The 360° View
Comment
0
Hi Justin,
I tried with my sample code, which is using RestSharp, it takes care of blank spaces as is. So sounds like it is curl usage issue.
When I googled, I found this article:
http://developers.curlap.com/curl/docs/caede/en/docs/en/dguide/basic-syntax.html
Escape Sequence Description
\n Newline character
\r Carriage return character
\t Tab character
\ (blank space) Non-breaking space character
...
Could you try with escape and see it helps?
Uploading a File to the Library
In my previous post, we looked at how to attach a file to an equipment programmatically. In this post, we will look at how to upload a file to the library with tags. The code is actually simpler with uploading to the library as we don’t require a secondary level parameter collections about th...
Uploading a File to the Library
Posted Aug 12, 2015 at The 360° View
Comment
3
Attaching a File to an Equipment
Posted Aug 8, 2015 at The 360° View
Comment
0
Thank You Card from NH Department of Education
Posted Aug 2, 2015 at The 360° View
Comment
0
Field API: Search Issues by Date Updated
Posted Jul 29, 2015 at The 360° View
Comment
0
Field API: Get the Number of Issues
This is a questions I got from my colleague. Quick one, yet, might be easy to miss if you are skimming through the document. Q. Is there a way to get the total number of issues in a given project without actually retrieving the issue records? A. You can use:... Continue reading
Posted Jul 25, 2015 at The 360° View
Comment
0
Hi Ruben,
Good question! Obviously, I'm not in a position to talk about future plan for any products. So please don't take this as official statement from Autodesk. But certainly, having the similar level of API is something we want. (I personally want very badly; current Glue display component is too limited in its capabilities.)
Another thing to think about is the fact that major browsers we commonly use are gradually dropping support for plugins. Web world is going WebGL. So certainly when it comes to viewer, plugin-less, pure web-based is the direction to go.
cf. http://the360view.typepad.com/blog/2015/05/google-chrome-drops-npapi-plugin-support.html
View and Data API still does not support all what Glue functionality needs. We'll see how things evolve...
cf. http://the360view.typepad.com/blog/2015/05/a360-viewer-vs-glue-viewer.html
LmvDbg - Learning Tool for View and Data API
In my previous posts, I pointed out a sample called “LmvDbg”. It’s an extremely helpful sample to learn about the client side of View and Data JavaScript API. In fact, I would attribute it as a learning “tool” beyond a sample application. When I “googled” about it, however, it appears that nobod...
Autodesk Cloud Services Health Dashboard
Posted Jul 21, 2015 at The 360° View
Comment
3
More...
Subscribe to Mikako Harada’s Recent Activity