CoCreate User Forum  

Go Back   CoCreate User Forum > Search Forums

Showing results 1 to 25 of 83
Search took 0.01 seconds.
Search: Posts Made By: John van Doorn
Forum: CoCreate Modeling 11-25-2020, 09:24 AM
Replies: 2
Views: 4,542
Posted By John van Doorn
Re: Find Decimal Sheet Scale

What about:
(DOCU::INQ_CURR_SHEET_SCALE)
Forum: CoCreate Modeling 04-22-2020, 01:43 AM
Replies: 146
Views: 81,775
Posted By John van Doorn
Re: Graphics benchmark for OneSpace Designer Modeling

Hi,

Since the ftp site isn't working anymore, does someone still have the files available?


I'm want to have a look to see the difference in new hardware vs old hardware, to see how far we've...
Forum: Customization 05-15-2015, 11:08 AM
Replies: 7
Views: 6,201
Posted By John van Doorn
Re: inquire flat view attributes

You can use (DOCU::DOCU-GET-FLAT-INFOS "~21")
Where "~21" is the unique drafting part number, this will return a complete structure of the flat view eg.:
(:GENERATE-STRING
"(...
Forum: Customization 09-02-2011, 11:10 AM
Replies: 3
Views: 2,705
Posted By John van Doorn
Re: Environment Variables

I think (putenv "myvar" "1") should work
Forum: 3rd-Party Software and Services 03-31-2011, 05:22 AM
Replies: 0
Views: 6,348
Posted By John van Doorn
Xandorra releases new module Drawing Assistant for Creo Elements/Direct Model Manager

Drawing Assistant is an add-on module for Creo Elements/Direct Model Manager to list the status of 2D drawings.
By using Drawing Assistant you can see directly whether all drawings belonging to an...
Forum: CoCreate Modeling Personal Edition 12-22-2010, 06:10 AM
Replies: 4
Views: 5,938
Posted By John van Doorn
Re: Dimensioning units

If you would like to change the default behavior:
goto edit -> setttings -> Default Settings and change the value from DIN to ASME or another one of your liking.
You can also change anything beneat...
Forum: Data Management 09-13-2010, 11:58 AM
Replies: 7
Views: 7,458
Posted By John van Doorn
Re: Modeling and/or Model Manager and Solid State Drives?

I'm running an intel postville 160GB.
It's very fast and runs very well with the CoCreate products.
Forum: Customization 06-17-2010, 05:50 AM
Replies: 18
Views: 12,647
Posted By John van Doorn
Re: Configuration

Here is an example where the configurations are sorted based on their names:

(in-package :xandorra)
(use-package :oli)

(sd-defdialog 'animate_configurations

:variables '(
(assembly...
Forum: Customization 06-17-2010, 05:16 AM
Replies: 18
Views: 12,647
Posted By John van Doorn
Re: Configuration

Here is an example that returns the configuration names as well:

(in-package :xandorra)
(use-package :oli)

(sd-defdialog 'animate_configurations

:variables '(
(assembly :value-type...
Forum: Customization 06-16-2010, 07:57 AM
Replies: 18
Views: 12,647
Posted By John van Doorn
Re: Configuration

Hi Maximus172,

You can sort the list my_list before processing

John
Forum: Customization 06-16-2010, 06:02 AM
Replies: 18
Views: 12,647
Posted By John van Doorn
Re: Configuration

Hi Jaap,Maximus172

I've modified your example in a working lisp file.

(in-package :xandorra)
(use-package :oli)

(sd-defdialog 'animate_configurations

:variables '(
Forum: CoCreate Modeling 12-14-2009, 02:32 PM
Replies: 10
Views: 7,764
Posted By John van Doorn
Re: So long, and thanks for all the seafood .-)

Hi Claus,

Me too hate to see you leaving, but many thanks and good luck in your next job.

Cheers
John
Forum: CoCreate Modeling 11-11-2009, 02:29 PM
Replies: 2
Views: 3,498
Posted By John van Doorn
Re: Search for all logic-tables in Modeling

Hi,

You might have alook at:
http://www.cocreate.nl/viewtopic.php?f=4&t=8

John
Forum: Enhancement Requests 11-05-2009, 01:15 AM
Replies: 8
Views: 13,753
Posted By John van Doorn
Re: integrated lisp editor

I've found a solution for this which i like to share:
What I accomplished is that when i hit F6 in Notepad++ that the file is loaded in Modeling and that CoCreate Modeling pops to the front.
This...
Forum: Customization 10-06-2009, 11:32 PM
Replies: 4
Views: 4,867
Posted By John van Doorn
Re: Is there a lisp command for highlighting a model??

Hi Jaap,

Is this what your looking for?

(in-package :xandorra)
(use-package :oli)

(sd-defdialog 'highlight_curr_part
:variables '(
(My-part :value-type :part
Forum: Customization 10-06-2009, 02:59 PM
Replies: 4
Views: 4,867
Posted By John van Doorn
Re: Is there a lisp command for highlighting a model??

If you click on a part in the browser it is highlighted, is that what you try to achieve?
If so then maybe you can just select your part in the lisp code, haven't tried it but it could work.
Forum: Annotation 10-06-2009, 02:56 PM
Replies: 9
Views: 4,869
Posted By John van Doorn
Re: Annotation won't update Views (only 1 user)

Hi Jaap,

Have you tried to start modeling without any customization loaded?
Are you starting modeling from a script or just from the standard shortcut?
Forum: Annotation 10-03-2009, 01:48 PM
Replies: 9
Views: 4,869
Posted By John van Doorn
Re: Annotation won't update Views (only 1 user)

I've seen similar issues.
The problem was causes by one of the installed printers.
Try to remove all printers in windows and start annotation again and see if the problem went away. If so then add...
Forum: Enhancement Requests 09-24-2009, 12:24 PM
Replies: 8
Views: 13,753
Posted By John van Doorn
Re: integrated lisp editor

Notepad++ is great, but i like to see if it would be possible to hit F5 in notepad++ which would load the file into modeling.
Forum: Data Management 09-24-2009, 12:13 PM
Replies: 5
Views: 4,588
Posted By John van Doorn
Re: Model Manager Architectural Diagram

Maybe a bit out of date but have a look at: http://www.xandorra.com/doc/latest/osm/C/schema/Workmanager.htm
Forum: Data Management 09-24-2009, 12:01 PM
Replies: 6
Views: 5,290
Posted By John van Doorn
Re: Add drawing2d's attribute in the Bom editor

Hi,

If you want to show this in a report you can have a look at the Report generator which is able to include drawing_2d attributes into a report. If you want to have a demo license please drop me...
Forum: CoCreate Modeling 03-26-2008, 03:31 PM
Replies: 10
Views: 7,720
Posted By John van Doorn
Re: Any solution ; Next button too far away.

You could write a fnction that first inquire the current command
(sd-inq-curr-cmds)

Based on the result you could send the string :next or :do_it or whatever you need to send.

I haven't...
Forum: Data Management 02-25-2008, 07:52 AM
Replies: 1
Views: 2,724
Posted By John van Doorn
Re: org_created_by attribute in MM

Hi,

By default you can't change the value of the attribute org_created_by.
I have written some java code to achieve this.
If you are interessted in the code you can drop me an email.
John
Forum: Data Management 02-15-2007, 09:58 AM
Replies: 5
Views: 4,219
Posted By John van Doorn
Re: mandatory attribute

Hi,

If you would like to know if an Masterdata belongs to an assembly, you can use an existing method m.isAssembly() where m is an instance of a DMMasterdata object.


Kind Regards,
John
Forum: Customization 12-15-2006, 12:30 AM
Replies: 3
Views: 2,701
Posted By John van Doorn
Re: body drawings

Please have a look at:
http://www.cocreate.nl/viewtopic.php?t-70

The site is in dutch and you need to register in order to be able to download files.

Kind Regards,
John
Showing results 1 to 25 of 83

 
Forum Jump

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