Revision: 56278
http://sourceforge.net/p/brlcad/code/56278
Author: brlcad
Date: 2013-07-28 06:10:33 +0000 (Sun, 28 Jul 2013)
Log Message:
-----------
we're not buying the module
Modified Paths:
--------------
brlcad/trunk/src/external/ProEngineer/proe-brl.c
Modified: brlcad/trunk/src/external/ProEngineer/proe-brl.c
===================================================================
--- brlcad/trunk/src/external/ProEngineer/proe-brl.c 2013-07-28 06:09:57 UTC
(rev 56277)
+++ brlcad/trunk/src/external/ProEngineer/proe-brl.c 2013-07-28 06:10:33 UTC
(rev 56278)
@@ -3378,27 +3378,6 @@
}
return;
}
-#if 0
- /* skeleton models have no solid parts, but Pro/E will not let you
recognize skeletons unless you buy the module */
- status = ProMdlIsSkeleton( model, &is_skeleton );
- if ( status != PRO_TK_NO_ERROR ) {
- (void)ProMessageDisplay(MSGFIL, "USER_ERROR", "Failed to determine if
model is a skeleton" );
- ProMessageClear();
- fprintf( stderr, "Failed to determine if model is a skeleton, error =
%d\n", status );
- (void)ProWindowRefresh( PRO_VALUE_UNUSED );
- ProUIDialogDestroy( "proe_brl" );
- return;
- }
-
- if ( is_skeleton ) {
- (void)ProMessageDisplay(MSGFIL, "USER_SKELETON" );
- ProMessageClear();
- fprintf( stderr, "current model is a skeleton, cannot convert
skeletons\n" );
- (void)ProWindowRefresh( PRO_VALUE_UNUSED );
- ProUIDialogDestroy( "proe_brl" );
- return;
- }
-#endif
/* get units, and adjust conversion factor */
if ( prodb_get_model_units( model, LENGTH_UNIT, &unit_subtype,
unit_name, &proe_conv ) ) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits