Revision: 57059
          http://sourceforge.net/p/brlcad/code/57059
Author:   starseeker
Date:     2013-08-22 10:55:37 +0000 (Thu, 22 Aug 2013)
Log Message:
-----------
List out the C++ structs we'll need to populate and link up for shape definition

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp

Modified: brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp
===================================================================
--- brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp       2013-08-22 10:06:04 UTC 
(rev 57058)
+++ brlcad/trunk/src/conv/step/g-step/ON_Brep.cpp       2013-08-22 10:55:37 UTC 
(rev 57059)
@@ -427,19 +427,20 @@
 }
 
 /* Defining a shape, we need:
- * SHAPE_DEFINITION_REPRESENTATION
- * PRODUCT_DEFINITION_SHAPE
- * PRODUCT_DEFINITION
- * PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE
- * PRODUCT
- * MECHANICAL_CONTEXT
- * APPLICATION_CONTEXT
- * DESIGN_CONTEXT
+ * SHAPE_DEFINITION_REPRESENTATION (SdaiShape_definition_representation -> 
SdaiProperty_definition_representation)
+ * PRODUCT_DEFINITION_SHAPE (SdaiProduct_definition_shape -> 
SdaiProperty_definition)
+ * PRODUCT_DEFINITION (SdaiProduct_definition)
+ * PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE 
(SdaiProduct_definition_formation_with_specified_source -> 
SdaiProduct_definition_formation) Can we just use PRODUCT_DEFINITION_FORMATION 
here?
+ * PRODUCT (SdaiProduct)
+ * MECHANICAL_CONTEXT (SdaiMechanical_context -> SdaiProduct_context -> 
SdaiApplication_context_element)
+ * APPLICATION_CONTEXT (SdaiApplication_context)
+ * DESIGN_CONTEXT (SdaiDesign_context -> SdaiProduct_definition_context -> 
SdaiApplication_context_element)
  *
  * Also of possible interest here - APPLICATION_PROTOCOL_DEFINITION
  *
  * Need to figure out which of these are global and which are specific
  * to the particular shape definition.  Some clearly are global...
+ *
  */
 STEPentity *
 Add_Shape_Definition(Registry *registry, InstMgr *instance_list)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to