| 102 PROPERTY (private, LDObjectWeakPtr, self, setSelf, STOCK_WRITE) |
102 PROPERTY (private, LDObjectWeakPtr, self, setSelf, STOCK_WRITE) |
| 103 |
103 |
| 104 // What winding the object is supposed to be wound in, depending on the BFC statements |
104 // What winding the object is supposed to be wound in, depending on the BFC statements |
| 105 // This is CW if the part is CW-certified at this object, and vice versa. Can also be |
105 // This is CW if the part is CW-certified at this object, and vice versa. Can also be |
| 106 // Winding::None for NOCERTIFY parts. |
106 // Winding::None for NOCERTIFY parts. |
| 107 PROPERTY (public, Winding, blockWinding, setBlockWinding, STOCK_WRITE) |
107 PROPERTY (public, Winding, blockWinding, setBlockWinding, CUSTOM_WRITE) |
| 108 |
108 |
| 109 public: |
109 public: |
| 110 LDObject (LDObjectPtr* selfptr); |
110 LDObject (LDObjectPtr* selfptr); |
| 111 |
111 |
| 112 // This object as LDraw code |
112 // This object as LDraw code |