CoCreate User Forum  

Go Back   CoCreate User Forum > Search Forums

Showing results 1 to 25 of 52
Search took 0.01 seconds.
Search: Posts Made By: rvn
Forum: Customization 08-21-2023, 05:24 AM
Replies: 3
Views: 1,838
Posted By rvn
Re: BOM issue

Hi Wolfgang,

Thanks for all the information. This was very helpful and it helped me to achieve my goal.

thx
Forum: Customization 03-02-2023, 07:24 AM
Replies: 3
Views: 1,838
Posted By rvn
BOM issue

We run against some problems for the BOM and BOM flags in annotation, we are trying to explain everything to PTC, but it takes a long time.

So I want to create my own “current bom” in annotation...
Forum: Customization 06-15-2022, 04:03 AM
Replies: 1
Views: 2,363
Posted By rvn
elid (drafting) vs. sysid (annotation)

I want to create a lisp or macro to know which balloon is connected to which part. In drafting it is possible to find the elid by reading the correct infos on a balloon. In modeling it is possible to...
Forum: Annotation 10-12-2021, 01:00 PM
Replies: 1
Views: 6,229
Posted By rvn
ref-line geometry position

Hello,

If you have a drawing with pos. flags on it, is it possible to get the position of the ref-line on the geometry? With "sd-am-ref-text-line-attributes-struct" it is possible to get some...
Forum: Annotation 09-01-2021, 04:35 AM
Replies: 3
Views: 3,321
Posted By rvn
Re: sitecustomizedir

Hi Tom,

I figured it out already.
In the beginning of am_customize I typed the following.
(in-package :mei)
(use-package :oli)
I deleted these 2 lines and everything works like it should.
Forum: Annotation 08-26-2021, 10:34 AM
Replies: 3
Views: 3,321
Posted By rvn
sitecustomizedir

Hello,

I'm trying to set up a new environment of modeling 20.4. We want to start modeling and annotation directly in startup and that is working already. We have a sitecustomizedir where...
Forum: Customization 11-27-2016, 03:49 AM
Replies: 5
Views: 6,067
Posted By rvn
Re: Some questions in the code

No problem at all. Glad I could help.
Forum: Customization 11-24-2016, 05:45 AM
Replies: 5
Views: 6,067
Posted By rvn
Re: Some questions in the code

Hi Kting

In the normal dialog you give the angle in degrees but in the back (in the code) the angle is converted to radials.
So if you make use of the code with lisp then you should use radials...
Forum: Make Test Posts Here 11-24-2016, 04:35 AM
Replies: 1
Views: 4,112
Posted By rvn
Re: test

testtesttest
Forum: Make Test Posts Here 11-24-2016, 04:04 AM
Replies: 1
Views: 4,112
Posted By rvn
test

test to post new message
Forum: Customization 11-22-2016, 02:16 AM
Replies: 5
Views: 6,067
Posted By rvn
Re: Some questions in the code

Hi Kting,

You need to use radials instead of degrees.
Convert your degrees with (sd-deg-to-rad "angle in degrees") to radials and use this.
Normally this should work.

gr
Ruben
Forum: Customization 11-08-2016, 10:45 AM
Replies: 4
Views: 7,181
Posted By rvn
Re: Suppress Error Messages???

I retried this today and found a working solution for me.

make a lisp file with only this code in it.


(progn
(sd-uwgm-element-load (sd-uwgm-element-exists "number.mi"))
)
Forum: Customization 11-08-2016, 10:41 AM
Replies: 8
Views: 8,745
Posted By rvn
Re: visual studio and modeling

Hi AtomicBee,

I never got it to work this COM link. What I do now is the following:
I create a txt file in a temp folder and with cocreate I wait until there is a file in the temp folder. I read...
Forum: Customization 05-31-2016, 12:26 PM
Replies: 4
Views: 7,181
Posted By rvn
Re: Suppress Error Messages???

Hi Jaap,

I'm trying to do something simular, and I also get the same error "Illegal call to action routine". I also tried your alternative, but I get the same error again. Did you found some other...
Forum: Customization 11-05-2015, 11:00 PM
Replies: 2
Views: 5,262
Posted By rvn
Re: Position - Align Axis in Lisp - how?

I'm trying to use this command
(sd-call-cmds (POSITION_PA (sd-inq-parent-obj face1) (POSITION_PA_SA :MATE_ALIGN :MATE_FACES face1 face6)))
But I can't get it to work. Is there anybody who has some...
Forum: Customization 08-16-2015, 10:04 PM
Replies: 8
Views: 8,745
Posted By rvn
Re: visual studio and modeling

Where can I find some information about the COM/.NET API from modeling? I'm not familiar with all of this.
Forum: Customization 08-10-2015, 06:22 AM
Replies: 8
Views: 8,745
Posted By rvn
Re: visual studio and modeling

I want to talk to Modeling from an outside application. So I want to make a visual menu with buttons in visual studio and those buttons "do something" in Modeling.
Forum: Customization 06-29-2015, 12:16 AM
Replies: 8
Views: 8,745
Posted By rvn
visual studio and modeling

Hi,

Does somebody know how to connect visual studio 2013/2015 with Creo elements direct modeling 18.1? DDE doesn't exist anymore in visual studio. Somebody has an idea and/or example to do this?
...
Forum: Customization 05-18-2015, 01:49 AM
Replies: 7
Views: 6,131
Posted By rvn
Re: inquire flat view attributes

Hi Jaap,

Whit this command you should be able to get the name of the first flat on the current sheet.
(display (sd-am-inq-name (first (sd-am-sheet-struct-flats (sd-am-inq-sheet...
Forum: Customization 05-18-2015, 01:24 AM
Replies: 7
Views: 6,131
Posted By rvn
Re: inquire flat view attributes

Hi John,

This code did the trick.

Thank you

Ruben
Forum: Customization 04-21-2015, 10:39 PM
Replies: 7
Views: 6,131
Posted By rvn
Re: inquire flat view attributes

Tom thanks for your reply, but view-settings only shows the color of the linetypes and so on.
Forum: Customization 04-21-2015, 04:04 AM
Replies: 7
Views: 6,131
Posted By rvn
inquire flat view attributes

Does someone know how to inquire the :base_face, :flat_origin and :flat_direction of a flat view in annotation. I tried to do it with (sd-am-inq-view), but I can't find these things.
We already...
Forum: Annotation 03-03-2015, 10:57 PM
Replies: 7
Views: 8,658
Posted By rvn
Re: Delete view label

This command works great if you want to delete all the labels. Can this be changed to delete only a few selected labels? We only want to delete the following labels (front, top, left, ..., gen1, ...,...
Forum: Annotation 02-11-2015, 05:15 AM
Replies: 7
Views: 8,658
Posted By rvn
Re: Delete view label

Is there an awnser on this matter? We are facing the same problem and want to get rid of the empty boxes.

thanks in advance
Forum: Customization 06-30-2014, 05:13 AM
Replies: 0
Views: 2,975
Posted By rvn
Is there a possibility to block user customization?

Hi,

Is there some kind of code or setting that can prevent user customization (e.g. changing toolbars, making new commands, ...).

We want to prevent this in our firm, because everybody is...
Showing results 1 to 25 of 52

 
Forum Jump

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