CoCreate User Forum  

Go Back   CoCreate User Forum > Search Forums

Showing results 1 to 25 of 382
Search took 0.05 seconds.
Search: Posts Made By: jkramer
Forum: Make Test Posts Here 03-01-2022, 09:52 PM
Replies: 10
Views: 4,586
Posted By jkramer
Re: Help Need new ME10 tablet + software

With security device you mean the dongle for the license, right?? If it's a USB dingle, your license should work on Win10, I guess. Even if it's a serial port key, you could try and connect it with a...
Forum: Make Test Posts Here 02-15-2022, 11:30 PM
Replies: 10
Views: 4,586
Posted By jkramer
Re: Help Need new ME10 tablet + software

yes, that's a general problem with software. Trying to do maintanance on legacy versions of software takes a lot of effort for a software company. Especially since not only the software itself...
Forum: Make Test Posts Here 02-07-2022, 04:43 AM
Replies: 10
Views: 4,586
Posted By jkramer
Re: Help Need new ME10 tablet + software

from what I hear around me, using a tablet with Drafting is getting more and more of a problem, certainly in Windows 10. The tablets themselves are only available as second hand, and, as you...
Forum: Customization 11-26-2020, 11:22 PM
Replies: 13
Views: 16,892
Posted By jkramer
Re: Lisp tool for coloring ALMOST perfect...

Hi,

on osd.cad.de there's another tool:
http://osd.cad.de/downloads/sd_teileumfaerben.lsp
That does the trick.
Beware that a color can be either an instance color or base color (instances...
Forum: CoCreate Modeling 02-08-2017, 02:47 AM
Replies: 2
Views: 4,054
Posted By jkramer
Re: 3D points

if it's also ok to use coordinate systems instead of 3d points, you can have the color, too.
Copy-paste the code below in a text file with extension .lsp, and drag that on the Modeling Viewport to...
Forum: Annotation 02-02-2017, 12:13 AM
Replies: 1
Views: 4,700
Posted By jkramer
Re: Bom balloon

The Part Library Module has a function to align BOM baloons nicely, if I remember correctly. It may even place them in one action...
Forum: CoCreate Drafting 07-29-2016, 12:38 AM
Replies: 1
Views: 5,524
Posted By jkramer
Re: A new approach

Hi,

well, the good thing about Creo Elements/Direct is that you have the freedom of doing it your way. You don't have to think too much about structures, skeletons and dependencies, because they...
Forum: Customization 06-01-2016, 04:56 AM
Replies: 4
Views: 7,238
Posted By jkramer
Re: Suppress Error Messages???

Sorry, no. I do know that wherever possible sd-call-cmds should be used, but this can only be done from within functions / sd-defdialog. So, when typing stuff in the command line, it won't work. Nice...
Forum: CoCreate Modeling 03-18-2016, 03:21 AM
Replies: 2
Views: 4,767
Posted By jkramer
Re: Jt open

As far as I know, this format is not supported yet by Creo Elements/Direct.
Jaap
Forum: CoCreate Modeling 03-07-2016, 12:22 AM
Replies: 1
Views: 4,002
Posted By jkramer
Re: Force SysId in a new model.

Hi,

you MAY have a chance to find the SysId with a command like this:
"C:\Program Files\PTC\Creo Elements\Direct Modeling 17.0\binx64\pb_pub" -S -i yourassy.sdac > yourassy.txt
Where:
- you...
Forum: CoCreate Modeling 01-15-2016, 12:23 AM
Replies: 2
Views: 4,519
Posted By jkramer
Re: Unfold Part that has Offset Lip

Hi,

You can create a flat with "Unfold 2D" or you can create a Flat View in Annotation, but unfolding the offset in the 3D model is not part of the functionallity of Modeling.
So, in short: you...
Forum: Annotation 12-15-2015, 01:20 AM
Replies: 11
Views: 10,454
Posted By jkramer
Re: Edit and sort BOM table

I'm afraid not... the BOM table functionality is fairly limited.
Jaap
Forum: Customization 09-04-2015, 12:04 AM
Replies: 2
Views: 5,315
Posted By jkramer
Position - Align Axis in Lisp - how?

Hi,

I'm trying to Position a part with Align Axis in Lisp, but whatever I try, it doesn't work... This is the most logical syntax I could come up with:
(sd-call-cmds(pos_dynamic...
Forum: Customization 08-17-2015, 11:09 PM
Replies: 11
Views: 25,371
Posted By jkramer
Re: Broken LISP in v18.1

Hi,

I made a "Rename All Shares" years ago, is this what you are looking for??
The field "Assembly" is the main assy in which you want to do your rename acgtion, "Part/Assy" is the part or assy...
Forum: Customization 08-17-2015, 01:03 AM
Replies: 11
Views: 25,371
Posted By jkramer
Re: Broken LISP in v18.1

Yes this can be done, but it takes some work. One possible solution is to put the Sys ID's of the selected parts in a hash table, and when you push the ok-button, the lisp routine should walk along...
Forum: Customization 06-17-2015, 06:05 AM
Replies: 1
Views: 7,203
Posted By jkramer
Re: Circular slot in Modeling

Hi,

just came across your post, and couldn't resist...
This kind of slots are too common not to have a button for it :-)
Here's my way of doing it. The code could be shorter if I would have...
Forum: CoCreate Modeling 06-03-2015, 04:42 AM
Replies: 5
Views: 6,626
Posted By jkramer
Re: Highlight a list of selected parts in LISP

Hi,

maybe this example helps:

(in-package :JAAPS_TOOLS)

(use-package :OLI)

(sd-defdialog 'Highlight_parts
Forum: CoCreate Modeling 05-27-2015, 10:22 PM
Replies: 5
Views: 6,626
Posted By jkramer
Re: Highlight a list of selected parts in LISP

Here's a thread about it:
http://www.cocreateusers.org/forum/showthread.php?t=7381
Regards, Jaap
Forum: Customization 05-19-2015, 01:01 AM
Replies: 7
Views: 6,173
Posted By jkramer
Forum: Customization 05-18-2015, 01:26 AM
Replies: 7
Views: 6,173
Posted By jkramer
Re: inquire flat view attributes

Wow, nice command, John!
Brings me to a question... I'm always fighting a bit with calling Drafting stuff in Lisp... how di I inquire the drafting part name of the Flat View in Lisp???
Thnx,
Jaap
Forum: Customization 04-10-2015, 03:54 AM
Replies: 1
Views: 4,567
Posted By jkramer
Re: DXF service

Hi,

you should look for <Program Folder of OSD 16>\dxfdwg.
In this folder is a DOS command line tool that can do just what you're looking for. If you start it from a Windows Explorer, the tool...
Forum: Customization 03-30-2015, 01:20 AM
Replies: 2
Views: 4,847
Posted By jkramer
Forum: Make Test Posts Here 02-13-2015, 12:03 AM
Replies: 2
Views: 6,603
Posted By jkramer
Re: Hello Everybody

By the way, Creo Direct is a completely different program than Creo Elements/Direct! Creo Direct (current version 3.0) is a young, "light" program based on Creo Parametric (Pro/Engineer). It has the...
Forum: Make Test Posts Here 02-12-2015, 11:58 PM
Replies: 2
Views: 6,603
Posted By jkramer
Re: Hello Everybody

Hi,

The trick is to use the Recorder tool, so that you can find out what command is used.
type:
(load "recorder")
In the command line. In the Toolbox you'll find the recorder tool. Choose a...
Forum: Customization 02-05-2015, 11:18 PM
Replies: 3
Views: 4,641
Posted By jkramer
Re: The file C:/local/B1.SD failed to load. The file "" was not found. (Error 337)

For information, here are all options of pb_pub:


C:\local> pb_pub -h
pb tool (CoCreate public) $Revision: #1 $ 2012-08-20 Build 17.0.6.2
Usage:
Function Output Encoding ...
Showing results 1 to 25 of 382

 
Forum Jump

All times are GMT -8. The time now is 01:32 PM.



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.