Forum: CoCreate Modeling
10-22-2021, 06:33 AM
|
Replies: 2
Views: 1,074
Re: dynamic zooming on Modeling 23
Just out of my mind: there is / was only a setting to reverse zoom in/out for Annotation Viewport. But I can not remember that you can change it for 3D Modeling.
For Annotation: search in the big...
|
Forum: Annotation
10-22-2021, 06:30 AM
|
Replies: 1
Views: 743
Re: ref-line geometry position
You need to dig into some ME10 macro code.
You can also search in the installdir\...Direct Modeling\Annotation\win directory for existing macros. I assume there is some you can use / adapt.
|
Forum: CoCreate Modeling
08-08-2021, 02:48 AM
|
Replies: 0
Views: 680
|
Forum: CoCreate Modeling
04-14-2021, 12:40 PM
|
Replies: 8
Views: 3,595
|
Forum: Customization
11-27-2020, 10:56 AM
|
Replies: 13
Views: 11,683
|
Forum: CoCreate Modeling
11-27-2020, 10:48 AM
|
Replies: 2
Views: 2,142
|
Forum: CoCreate Drafting
10-31-2020, 10:10 AM
|
Replies: 3
Views: 2,460
Re: config file Password has expired
Jim , you can copy and paste the contents of your licence file into a page of the PTC Support pages and do a 'check' on that contents. I guess it is not the only problem in your file..
Also :...
|
Forum: CoCreate Drafting
10-31-2020, 10:07 AM
|
Replies: 3
Views: 2,460
|
Forum: CoCreate Modeling
10-31-2020, 10:05 AM
|
Replies: 8
Views: 3,595
|
Forum: CoCreate Modeling
10-29-2020, 11:04 AM
|
Replies: 8
Views: 3,595
|
Forum: CoCreate Modeling
10-13-2020, 08:55 AM
|
Replies: 8
Views: 3,595
|
Forum: CoCreate Modeling
10-02-2020, 05:42 PM
|
Replies: 8
Views: 3,595
|
Forum: CoCreate Drafting
03-28-2020, 03:36 AM
|
Replies: 2
Views: 3,359
Re: ubuntu
Once upon a time there have been a Linux variant of ME10.
but nowadays.. no.
|
Forum: System Administration
06-08-2019, 03:31 AM
|
Replies: 4
Views: 6,615
Re: Need to move License Server
So you have a 'perpetual' License / a life time license. You still should be able to transfer the existing licenses from MAC-ID-old to MAC-ID-new. Customers can do those things by their own. Login...
|
Forum: Annotation
12-17-2018, 08:44 AM
|
Replies: 13
Views: 7,047
Re: Add elemt info
Figure out!
try this(setf cmdstr (format nil "LINE (pnt_xy ~a ~a)" pnt-x pnt-y))....as command string in Andy's function. It should start a 'rubbel line' at the start point. Is that a point with...
|
Forum: CoCreate Modeling
12-16-2018, 01:36 AM
|
Replies: 1
Views: 3,476
|
Forum: Annotation
03-14-2018, 05:15 AM
|
Replies: 11
Views: 6,759
|
Forum: Annotation
03-14-2018, 05:05 AM
|
Replies: 11
Views: 6,759
Re: Load sketch, choose position
(oli:sd-am-define-annotation-template
:type :SKETCH
....
:2d-file the-filename
:action "am_load_sketch_multiple :adjust 8")
Make the :adjust 8 part of the action string.
Hope that...
|
Forum: Annotation
03-10-2018, 06:54 AM
|
Replies: 11
Views: 6,759
Re: Load sketch, choose position
perfect! :-)
---------------
a few LISP related remarks:
you don't need (OI_TOOLS:: prefix, because it is within your OWN package : (in-package :OI_TOOLS)
you don't need (oli:: prefix...
|
Forum: Annotation
03-08-2018, 02:37 PM
|
Replies: 11
Views: 6,759
Re: Load sketch, choose position
Marten already gave a good answer.
If we look to the IKIT documentation for the SD-DEFINE-AVAILABLE-COMMAND we will find the following for the action:
:action {STRING or LISP-form} - the command...
|
Forum: Customization
12-18-2017, 07:24 AM
|
Replies: 3
Views: 9,823
Re: Web Sites with Custom Source Code
Some of you might remember that there is an english version of osd.cad.de as well: ⇒ http://osd.cad.de/index.en.htm
Therefore also ⇒ http://osd.cad.de/lisp_3d.en.htm, ⇒...
|
Forum: CoCreate Modeling
12-04-2011, 06:38 AM
|
Replies: 2
Views: 3,911
Re: Creating external threads?
Both sound to me like you are using one of the Personal Evaluation versions. You definitely should ADD the version information to your posts - or to your system information. Otherwise you get...
|
Forum: System Administration
12-04-2011, 06:26 AM
|
Replies: 9
Views: 8,401
Re: Windows XP Pro ME10 DXF
Hi, this sounds strange to me.
The CoCreate translater directory contains the following files only:
* dxfdwg/cclogo.gif
* dxfdwg/DXFDWG.con
* dxfdwg/dxfdwg.exe
* dxfdwg/readme.htm
...
|
Forum: CoCreate Modeling
11-20-2011, 09:19 AM
|
Replies: 8
Views: 4,552
Re: density in structure three ?
Hell!! How old is this tread? 20 years? 10 years? LOL
No, I did not continue with mass calculation in sd_browser_views.lsp
In addition I left CAD business more than 2 years ago....
|
Forum: Customization
09-24-2011, 01:42 PM
|
Replies: 1
Views: 4,765
Re: Annotation GD&T Symbols
AFAIK PTC services in Sindelfingen is able to do so. I feel not permitted to give the details of how to do. Contact Support/Services. If you're on a current version the add on will work for...
|