Difference between revisions of "User:Plussai/GSoC 2012 log"

From BRL-CAD
(8 May 2012)
(8 May 2012)
Line 20: Line 20:
  
 
   ON_BrepVertexArray m_V;//vertexs
 
   ON_BrepVertexArray m_V;//vertexs
   figure:[http://brlcad.org/wiki/Image:Brep.jpg]
+
   figure:[http://brlcad.org/w/images/5/5e/Brep.jpg]
[[Image:http://brlcad.org/w/images/5/5e/Brep.jpg]]
 

Revision as of 06:59, 9 May 2012

7 May 2012

  • build the brl-cad svn on VM successfully.
  • build the brlcad-7.18.4 on windows(vs2005),but some link error occured from libtclcad.lib

8 May 2012

  • get familiar with the Brep structure.
 ON_CurveArray m_C2;//Pointers to parameter space trimming curves (used by trims)
 ON_CurveArray m_C3;//Pointers to 3d curves (used by edges)
 ON_BrepEdgeArray m_E;//edges
 ON_BrepFaceArray m_F;//faces
 ON_BrepLoopArray m_L;//loops
 ON_SurfaceArray m_S;//Pointers to parametric surfaces (used by faces)
 ON_BrepTrimArray m_T;//trims
 ON_BrepVertexArray m_V;//vertexs
 figure:[1]