<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to make a Library object? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-a-Library-object/m-p/233844#M3517</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;There are occasions while using archicad where an GSM object in the library just isn't quite right for what a product I wish to use.&lt;BR /&gt;
&lt;BR /&gt;
This leads to the question, Can I make a variant or a new object to meet my needs?&lt;BR /&gt;
&lt;BR /&gt;
Modelling and 2D drawing an object isn't too hard, nor is selecting these items and saving out as a GSM into the embedded library. The problem is that once you want to combine a 3d object with a 2D top, side , front view onto one object working out how seems needlessly obscure.&lt;BR /&gt;
&lt;BR /&gt;
Tutorials online allow me to get into the Archicad GDL interface for a saved object and make some very minor changes or parameters.&lt;BR /&gt;
But once you start trying to dig deeper into GSM you get on the path of complicated GDL scripting to make 2d shapes that I can draw in seconds. &lt;BR /&gt;
&lt;BR /&gt;
So I ask am I off base with this approach?&lt;BR /&gt;
For example take the standard parametric Archicad Tea Cup object. &lt;BR /&gt;
Its a simple object, basic 2d, minimal parametric options etc.&lt;BR /&gt;
Is there a walk through tutorial on how a designer can make this library part that could then be applied to a chair, basin or a tap?&lt;BR /&gt;
&lt;BR /&gt;
Are these created in Archicad or another 3rd party tool? Is there a template system for inserting a 3d model with 2d views to quickly generate a custom object?&lt;BR /&gt;
&lt;BR /&gt;
I apologize if this is a constant question but searching the forums did not provide similar queries. &lt;BR /&gt;
I fear that  there answer is that there is no editor and that you need to learn GDL coding.&lt;BR /&gt;
Similar to telling somebody who wants to sketch that they first need to learn how to make paper.&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 15 Aug 2018 00:29:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-15T00:29:30Z</dc:date>
    <item>
      <title>How to make a Library object?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-a-Library-object/m-p/233844#M3517</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;There are occasions while using archicad where an GSM object in the library just isn't quite right for what a product I wish to use.&lt;BR /&gt;
&lt;BR /&gt;
This leads to the question, Can I make a variant or a new object to meet my needs?&lt;BR /&gt;
&lt;BR /&gt;
Modelling and 2D drawing an object isn't too hard, nor is selecting these items and saving out as a GSM into the embedded library. The problem is that once you want to combine a 3d object with a 2D top, side , front view onto one object working out how seems needlessly obscure.&lt;BR /&gt;
&lt;BR /&gt;
Tutorials online allow me to get into the Archicad GDL interface for a saved object and make some very minor changes or parameters.&lt;BR /&gt;
But once you start trying to dig deeper into GSM you get on the path of complicated GDL scripting to make 2d shapes that I can draw in seconds. &lt;BR /&gt;
&lt;BR /&gt;
So I ask am I off base with this approach?&lt;BR /&gt;
For example take the standard parametric Archicad Tea Cup object. &lt;BR /&gt;
Its a simple object, basic 2d, minimal parametric options etc.&lt;BR /&gt;
Is there a walk through tutorial on how a designer can make this library part that could then be applied to a chair, basin or a tap?&lt;BR /&gt;
&lt;BR /&gt;
Are these created in Archicad or another 3rd party tool? Is there a template system for inserting a 3d model with 2d views to quickly generate a custom object?&lt;BR /&gt;
&lt;BR /&gt;
I apologize if this is a constant question but searching the forums did not provide similar queries. &lt;BR /&gt;
I fear that  there answer is that there is no editor and that you need to learn GDL coding.&lt;BR /&gt;
Similar to telling somebody who wants to sketch that they first need to learn how to make paper.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Aug 2018 00:29:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-a-Library-object/m-p/233844#M3517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T00:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Library object?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-a-Library-object/m-p/233845#M3518</link>
      <description>Saving 3D elements as an object will automatically create the plan, front, side, section views so long as you view that object in plan, section or elevation views.&lt;BR /&gt;
If you save 2D line work as an object, you will only see that in a plan view, or if separately placed in an elevation/section.&lt;BR /&gt;
If you want 2D elevations and sections then you will need to create those objects separately and then place the object in the appropriate view.&lt;BR /&gt;
&lt;BR /&gt;
Saving elements as an object will not create parametric objects - i.e. they will not be adjustable by parameters.&lt;BR /&gt;
&lt;BR /&gt;
To have parametric objects or to have a single object that can produce various 2D views, you will need to learn GDL scripting.&lt;BR /&gt;
It is not common to create an object that has various 2D views only - although it can be done.&lt;BR /&gt;
Generally it would be a complete 3D script (the 2D plan script can be optional) that will give the correct image when viewed from any direction.&lt;BR /&gt;
&lt;BR /&gt;
For learning GDL I found the GDL Cookbook by David Nicholson-Cole to be excellent.&lt;BR /&gt;
It is a little old now but all of the basics and more are there.&lt;BR /&gt;
It is a pretty steep learning curve though depending on how far you want to get.&lt;BR /&gt;
I am still learning after nearly 20 years.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.nottingham.ac.uk/~lazwww/cookbook/" target="_blank"&gt;https://www.nottingham.ac.uk/~lazwww/cookbook/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 15 Aug 2018 01:08:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-a-Library-object/m-p/233845#M3518</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-08-15T01:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Library object?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-a-Library-object/m-p/233846#M3519</link>
      <description>You could go follow Graphisoft's object creation tutorial.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://helpcenter.graphisoft.com/videos/videos-archived/archicad-building-object-creation-training-guide/" target="_blank"&gt;&lt;LINK_TEXT text="https://helpcenter.graphisoft.com/video ... ing-guide/"&gt;https://helpcenter.graphisoft.com/videos/videos-archived/archicad-building-object-creation-training-guide/&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 15 Aug 2018 04:38:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-make-a-Library-object/m-p/233846#M3519</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-08-15T04:38:16Z</dc:date>
    </item>
  </channel>
</rss>

