« Launching a Stand-alone Executable | Main | Autodesk Exchange Apps Hackathon »

July 31, 2014

Comments

Thank you, Jeremy! you brings extremely exciting to us, always!

I ask your pardon for important question for me, that is not associated with the topic of discussion - Group to export in SAT-file:
- tried to isolate it and export - nothing;
- tried to convert in to Solid as in Your example
var geom = OneGroup.get_Geometry(opt);
var solid = geom.FirstOrDefault() as Solid;
SolidEl = FreeFormElement.Create(doc, solid);
view3d.IsolateElementTemporary(SolidEl.Id);
---> error while .Create - null reference;
I succeeded only by creating a new document, copying the group to it and performing the export with the new document, followed by removal of the group. Was forced to use the suppression of unwanted messages.
Is there an easier way?

Dear Valdemar,

I cannot really say at all off-hand. All I could possibly do would be to research it using RevitLookup and the other database exploration tools, just like you.

For more interactive API access to explore convoluted and nested properties like geometry and groups, you might also want to try out the Revit Ruby and Python shells:

http://thebuildingcoder.typepad.com/blog/2013/11/intimate-revit-database-exploration-with-the-python-shell.html

Cheers, Jeremy.

Hello,
I would like to ask about the license for View and Data API. Is it free? What other software I need to run a 3D or 2D file in the viewer?

Thanks

Dear Bilal,

Yes, the View and Data API is totally free.

You need no other software whatsoever to run it, just a WebGL-capable browser. All modern browsers are WebGL enabled.

The viewer will remain free forever. The translation and storage steps may or may not have a cost in the future. That is still undecided. Very probably, they will remain free for small volumes and non-commercial use.

More info here:

https://developer.autodesk.com

Cheers, Jeremy.

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Your Information

(Name and email address are required. Email address will not be displayed with the comment.)

Jeremy Tammik

AboutTopicsIndexSource