CoCreate User Forum  

Go Back   CoCreate User Forum > Search Forums
Register FAQ Calendar Today's Posts Search

Showing results 1 to 25 of 75
Search took 0.01 seconds.
Search: Posts Made By: coroto
Forum: Customization 08-03-2012, 09:19 AM
Replies: 0
Views: 2,421
Posted By coroto
Question Event for part modification?

Hello,

Is there an EVENT triggered whenever a 3d model is modified? I see the *SD-CHANGE-MODIFIED-STATUS-EVENT* but it seems to be triggered only the first time an object is changed (its modified...
Forum: Customization 04-19-2012, 01:06 PM
Replies: 4
Views: 3,977
Posted By coroto
Re: drawing/view default settings

Ouch, you're right. I think I'm stumped. I looked around for other inquiries or likely functions but haven't found anything. I wonder why these settings are separate from the rest of the...
Forum: Customization 04-18-2012, 01:38 PM
Replies: 4
Views: 3,977
Posted By coroto
Re: drawing/view default settings

I had a hard time with this one, but I think this ought to do the job:

(oli:sd-get-persistent-data "ANNOTATION" "VIEW DEFAULTS" :subkey :view-view-gap)

That call should return a list like...
Forum: Enhancement Requests 04-13-2012, 09:27 AM
Replies: 4
Views: 9,499
Posted By coroto
Re: Better thread representation in Modeling

I've had some luck making things that look kind of like SolidWorks' "Cosmetic Threads" using the rendering module with the right kind of image for the material. It can be done as a decal also.
...
Forum: Customization 08-23-2011, 02:33 PM
Replies: 0
Views: 2,224
Posted By coroto
Automatically reload from MM?

Hello,

I have a group just starting to use Model Manager and they have years of work stored on a file system. As they are putting data into MM they often find the following situation: they load...
Forum: Customization 08-09-2011, 09:53 AM
Replies: 0
Views: 2,335
Posted By coroto
Question sd-defdialog question: instance/contents

I have a question on what is the recommended technique for implementing a dialog which modifies a part's properties, and the user needs to choose whether the instance or contents-level property...
Forum: Customization 07-28-2011, 08:15 AM
Replies: 3
Views: 2,739
Posted By coroto
Re: Environment Variables

That suggestion works, but not for the currently running session of Modeling. http://technet.microsoft.com/en-us/library/cc755104(WS.10).aspx

I was looking for a way to set an environment...
Forum: Customization 07-27-2011, 03:22 PM
Replies: 3
Views: 2,739
Posted By coroto
Question Environment Variables

With the integration kit function sd-sys-getenv one can inquire the environment variable values from the OS.

Is there a way (from LISP inside of Modeling) to actually create or set new environment...
Forum: Customization 03-11-2010, 03:40 PM
Replies: 1
Views: 1,892
Posted By coroto
Compile requirements for v17?

Does anyone know whether there are any special/different/new requirements to be able to compile DLLs of custom LISP code for the upcoming v17 release? Will MS Visual Studio 2005, which worked for...
Forum: CoCreate Modeling 10-22-2009, 02:58 PM
Replies: 6
Views: 4,115
Posted By coroto
Re: Load Bundle File as Version (v16.00)

The setting "Load as Part/Assy Version" is persistent. Even though the option will show unchecked and greyed out when you pick a File Type of Bundle to load, if you checked the checkbox for it when...
Forum: Customization 10-08-2009, 01:45 PM
Replies: 1
Views: 3,870
Posted By coroto
Re: excel to model manager

We have done something similar with Excel, but loading from a file system instead of from Model Manager. We use some VBA code in Excel to send LISP commands to a running Modeling session via DDE. ...
Forum: Jobs 07-21-2009, 04:43 PM
Replies: 4
Views: 6,236
Posted By coroto
Re: Part Time Designer (Cocreate OneSpace Designer) in Singapore

OK, so I'm dumb, but are you offering yourself to do design work part-time (on the side, as you already have a full-time job), or are you intending to hire someone to do design work part-time for you?
Forum: Annotation 05-21-2009, 01:59 PM
Replies: 2
Views: 3,615
Posted By coroto
Re: Data...New Drawing...

Looks to me like the issue no longer occurs with 16.00x .... time to upgrade?
Forum: Annotation 05-20-2009, 07:56 PM
Replies: 2
Views: 3,615
Posted By coroto
Re: Data...New Drawing...

Hmm, I recall complaining to PTC/CoCreate Support about that and thought they had an SPR on it... In fact, I could swear they said they were going to get rid of that annoying popup. When your...
Forum: CoCreate Drafting 05-20-2009, 07:45 PM
Replies: 2
Views: 3,678
Posted By coroto
Re: Kill beep sound possible?

At one time or another, Drafting's BEEP has driven most every user crazy. In the old days before there was an easy way to get rid of it I knew some users who disconnected the speaker wires on their...
Forum: Customization 04-08-2009, 08:18 AM
Replies: 4
Views: 2,196
Posted By coroto
Re: sd-get-customization-file

:p

Thanks, Claus. I like your examples better than the ones in the documentation. If only I had read the help just a little more closely perhaps!


If using :subdirectory the given string...
Forum: Customization 04-07-2009, 03:36 PM
Replies: 4
Views: 2,196
Posted By coroto
sd-get-customization-file

I've been trying to use the Integration Kit command sd-get-customization-file but have been getting nowhere.

Even when I try to get it to return an answer for well-known standard existing files...
Forum: CoCreate Modeling 04-02-2009, 03:19 PM
Replies: 3
Views: 3,922
Posted By coroto
Re: Analysis failure

This is a known issue for all FEA module users as of April 1st 2009. CoCreate is working on it.

See http://www.cocreateusers.org/forum/showthread.php?t=7188 also.
Forum: Customization 02-02-2009, 07:41 PM
Replies: 3
Views: 2,715
Posted By coroto
Re: Compile on Vista?

Yup, that seems to do it. Thanks! I'm still learning the quirks of using Vista... and hoping that Windows 7 is better :)
Forum: Customization 02-01-2009, 03:57 PM
Replies: 3
Views: 2,715
Posted By coroto
Compile on Vista?

I have Visual Studio 2005 installed on a PC running Vista. When I try to compile a lisp file the console window shows

Access is denied.
Access is denied.
C++ compilation failed.

and the...
Forum: Customization 01-26-2009, 02:50 PM
Replies: 0
Views: 3,092
Posted By coroto
Structure Browser collapse

Hello,

I had a user who routinely works on large assemblies with many subassembly levels ask the other day about how to collapse a given subassembly structure down to a single level.

There are...
Forum: Data Management 08-11-2008, 08:34 AM
Replies: 4
Views: 2,995
Posted By coroto
Re: Renaming SYSID

Doing a large changeover migration like this might get pretty complicated, depending on how you implemented the concept of part number and what other things in your process depend on it.

If the...
Forum: Web Site and Forum Info 06-27-2008, 01:54 PM
Replies: 42
Views: 40,859
Posted By coroto
Re: Proposal to Merge CoCreate User Forum with PTC/USER Portal Site

I share many of the concerns already voiced by others here. In many ways I think our existing setup is probably better. However, from my impressions at the PTC/User event it seems that PTC...
Forum: CoCreate Modeling 04-25-2008, 11:30 AM
Replies: 4
Views: 5,714
Posted By coroto
Re: dynamic modeling vs. synchronous technology

From the demos it looked like the holy grail of 3D modeling, fully combining the "parametric/history" world and the "direct/explicit" world into one. I liked the "live" feel of it, kind of like...
Forum: Customization 01-16-2008, 12:23 PM
Replies: 7
Views: 4,664
Posted By coroto
Re: Save & Restore Annotation settings?

Wolfgang,

Thanks for the example for am_create_text. I was trying to use the integration kit function sd-am-create-text instead, which doesn't provide the on-the-fly properties setting. So, it's...
Showing results 1 to 25 of 75

 
Forum Jump

All times are GMT -8. The time now is 02:06 AM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.