LDraw.org Discussion Forums

Full Version: first created part
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im just figuring out how to build things and keeping how to build as a guide line.
Just finished a 1*1 block and just showing my first creation. always start something small and simple before going for a complex one. can anyone add comment and know how to get rid of:
0 ROTATION CENTER 0 0 0 1 "Custom"
0 ROTATION CONFIG 0 0

it keeps getting there after i save in MLCad.
Well, I couldn't open your file on my android phone. But for these lines created by MLCad, you can open your .dat file in any texteditor open delete it there.
I write nearly all of my parts by using LDDesignPad in combination with LDView.

/Max
Remco Canten Wrote:how to build as a guide line.

Glad it was useful ;-)

Remco Canten Wrote:can anyone add comment and know how to get rid of:
0 ROTATION CENTER 0 0 0 1 "Custom"
0 ROTATION CONFIG 0 0

http://ldraw.heidemann.org/index.php?page=datheader

w.
Hej Remco,
now I have time and the hardware to view your part.
Did you try to build a 1x1 Brick?
If yes;
  1. normally the boarders are 4 LDU thick.
  2. you should use a stud primitive for the stud. (See Primitive Reference)

and generally:
  1. you should BFC your part. (See LDraw.org Language Extension for Back Face Culling (BFC)
  2. you should use a stud primitive for the stud. (See Primitive Reference)
  3. if you are doing geometrical elements like the stud manually you could use a cylc or cylo primitive
  4. please note, that MLCad generates a strange header that doesn't confirm with our rules. You should use Datheader (see posted link by Willy) and/or read our specs for the header.

Happy building!

/Max

PS.: Please don't get shocked, when seeing the mass of specs we have. Most of them will you learn step by step and I can tell you, that I don't know all by myself ;-)