CoCreate User Forum  

Go Back   CoCreate User Forum > Search Forums

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: Bobo82
Forum: Customization 03-09-2015, 03:07 AM
Replies: 2
Views: 4,860
Posted By Bobo82
Re: sd-inq-vp-corners: help plese!!!

Hi,
I finally found a solution :D.
Attached the new version if some one else will need it in future.

Thank's any way.

Andrea
Forum: Customization 02-27-2015, 12:08 AM
Replies: 2
Views: 4,860
Posted By Bobo82
sd-inq-vp-corners: help plese!!!

Hello,
i really need some help with a problem i'm facing.
I need to write a dialog that will create a worplane on the "origin" of the current viewport, and draw a rectangle that fit the viewport...
Forum: Web Site and Forum Info 07-03-2008, 12:35 AM
Replies: 42
Views: 40,243
Posted By Bobo82
Re: Proposal to Merge CoCreate User Forum with PTC/USER Portal Site

Hi all,
my opinion is that this forum is really useful and it's take me out of trouble a lot of time.
For me the best solution (if possible) is to insert a section about CoCreate in the PTC forums...
Forum: CoCreate Modeling 04-14-2008, 02:48 AM
Replies: 2
Views: 4,038
Posted By Bobo82
Problem load pkg file (error 398)

Hi all,
I have a big problem loading a pkg file.
When i load the file an error was displayed:
"Unable to decompress the file "c:\test.pkg". ecc... (Error 398)".
I found on this forum a thread...
Forum: Customization 04-06-2008, 11:25 PM
Replies: 4
Views: 5,171
Posted By Bobo82
Re: Creation of button box

Thanks a lot Wolfgang,
the solution of the dialog is certainly the best one.
I realy appreciated yuor suggestion :) .

Thanks a lot, again.
Forum: Customization 04-01-2008, 01:44 AM
Replies: 4
Views: 5,171
Posted By Bobo82
Re: Creation of button box

Thanks for your reaction Clausb,
the code I posted was little simplified...
I have already create my lisp package and the real name of the function is:

"setta_linea_continua"

so the buttonbox...
Forum: Customization 04-01-2008, 12:21 AM
Replies: 4
Views: 5,171
Posted By Bobo82
Creation of button box

Hi all,
I need help for solve this little problem.
I have create a simple function in lisp that modify the current style for the manual geometry in Annotation:


(defun line_style ()
...
Forum: Customization 12-06-2007, 06:29 AM
Replies: 3
Views: 3,505
Posted By Bobo82
Reference line for BOM Flag

Hi all,
is possible to create bom flags whit poligonal reference line during the position in Annotation? (see the attached immage). Actualy for all the flags I have to delete the original reference...
Forum: Customization 09-28-2007, 05:21 AM
Replies: 2
Views: 3,024
Posted By Bobo82
Re: List of string

Thank you very much Claus.
This is exactly what i need. :-)
Forum: Customization 09-28-2007, 02:54 AM
Replies: 2
Views: 3,024
Posted By Bobo82
List of string

Hi all,
i'm looking for a lisp function to sort in
alphabetical and numerical order a list of string if exist.

I have this:

(setf code_list (list "HL001" "GS003" "TS002" "GS000" "GA004" ...
Forum: Customization 09-28-2007, 02:38 AM
Replies: 6
Views: 4,383
Posted By Bobo82
Re: Store drawing in ModelManager

Hi Wolfgang,
the situation is similar at the starting of the DB but little different.
The customer need to import some drawing produced from another site where MM is not installed. For the...
Forum: Customization 09-27-2007, 11:25 PM
Replies: 6
Views: 4,383
Posted By Bobo82
Re: Store drawing in ModelManager

Yes Wolfgang,
what i need to do is to create a command that store programatically in MM all the drawing contained in a folder in the disk.
I created a lisp command that return the list of the .mi...
Forum: Customization 09-27-2007, 03:23 AM
Replies: 6
Views: 4,383
Posted By Bobo82
Re: Store drawing in ModelManager

Hi Wolfgang,
thanks for your reaction.
It's possible to store e drawing loaded in Annotation via macro.
Using the (sd-execute-annotator-command :cmd ...) or the (sd-execute-annotator-function...
Forum: Customization 09-26-2007, 02:44 AM
Replies: 6
Views: 4,383
Posted By Bobo82
Store drawing in ModelManager

Hi all,
any one know if there are a lisp function to store e drawing loaded in Annotation inside ModelManager?
Like the function sd-db-element-store for 3D model?
I tried if this function works...
Forum: Customization 09-23-2007, 11:54 PM
Replies: 8
Views: 5,227
Posted By Bobo82
Re: Licensed Module

The function is:
(sd-define-licensing-module product-name partner-key product-key)
It's used to create a module whit a license insert in the mels.conf.
When the module was started by the user this...
Forum: Customization 09-23-2007, 11:31 PM
Replies: 1
Views: 2,274
Posted By Bobo82
Re: Store in ModelManager via LISP

No one had used this function???
It's very important for me solve this problem...
Any suggestion can be really precious.

Thanks again...
Forum: Customization 09-22-2007, 12:18 AM
Replies: 1
Views: 2,274
Posted By Bobo82
Store in ModelManager via LISP

Hello,
I have a problem whit the integration kit function

sd-db-element-store

When I store a part alredy in ModelManager, by default the function store my part as Minor version. I need to...
Forum: Customization 06-27-2007, 11:18 PM
Replies: 8
Views: 5,227
Posted By Bobo82
Re: Licensed Module

Thanks to all for the precious help.
I made some test and the code posted by Fabrizio is correct!
I can't find documentation about mkpw.exe but anyway the utilisation is now fine and clear!
...
Forum: Customization 06-07-2007, 01:21 AM
Replies: 8
Views: 5,227
Posted By Bobo82
Licensed Module

Hello all,
I have created a new module for OSD Modeling and I'm trying to use the IK function:

(sd-define-licensing-module product-name partner-key product-key)

In the integration kit...
Forum: Customization 05-13-2007, 12:56 AM
Replies: 3
Views: 2,379
Posted By Bobo82
Re: Creation of library part

I've solved all my problem :) . I have used a face named element to inquire the correct direction of the part.

Thanks anyway.

Andrea
Forum: Customization 05-10-2007, 09:44 PM
Replies: 3
Views: 2,379
Posted By Bobo82
Re: Creation of library part

Thank you Wolfgang for your kind answer.

I have alredy used the sd-set-library-attr for identify the part however I have some problem on managing the part on the following load:
I have create a...
Forum: Customization 05-10-2007, 07:10 AM
Replies: 3
Views: 2,379
Posted By Bobo82
Creation of library part

Hello all.
I'm new about LISP programming and I'm looking for some help.
I'm writing a dialog to create a library part into Modeling.
When I generate the part for the first time all is ok but when...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -8. The time now is 07:47 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.