Forum: Annotation
09-01-2021, 04:35 AM
|
Replies: 3
Views: 944
|
Forum: Annotation
08-30-2021, 04:44 AM
|
Replies: 3
Views: 944
|
Forum: Customization
03-01-2021, 03:20 AM
|
Replies: 14
Views: 5,950
Re: OSD => Save current WP into .mi file
I have this macro, that takes a workplane, saves it as an MI file and then loads it into annotation.
(sd-defdialog 'wp2anno
:dialog-title "WP to Annotation"
:variables
'(...
|
Forum: CoCreate Modeling
11-23-2020, 11:43 AM
|
Replies: 2
Views: 2,251
Find Decimal Sheet Scale
I am trying to find a numerical value for the sheet scale.
'docu::docu_inq_curr_sheet_scale_text) returns a text value. I actually would like a decimal value.
Is this possible?
Thank you
...
|
Forum: CoCreate Modeling
10-06-2020, 10:40 AM
|
Replies: 8
Views: 3,816
|
Forum: CoCreate Drafting
02-10-2020, 09:13 AM
|
Replies: 2
Views: 3,440
|
Forum: Customization
01-15-2020, 05:11 AM
|
Replies: 3
Views: 6,927
|
Forum: Annotation
12-12-2019, 06:32 AM
|
Replies: 1
Views: 4,554
Re: line thicknesses in pdf print
This can be done similar to how you set up line thickness for other printers.
I will attach a couple of samples.
The am_PensTrafoStyle* file sets the line weight based on color. In our case,...
|
Forum: Annotation
09-10-2019, 07:17 AM
|
Replies: 2
Views: 3,641
searchable text in PDF
I know that the newest version of Creo Elements/Direct Modeling has the ability to search text in cad. Does this allow the creation of PDFs with searchable text?
Thanks
tom
|
Forum: Annotation
04-29-2019, 03:45 AM
|
Replies: 2
Views: 3,925
Re: Creating a custom symbol
Wayne
When you create the symbol and give it a name, click on each piece of text individually. You can add default text in the parameter box.
Tom
|
Forum: Annotation
12-03-2018, 03:20 AM
|
Replies: 3
Views: 3,252
|
Forum: Annotation
11-28-2018, 07:23 AM
|
Replies: 3
Views: 3,252
|
Forum: CoCreate Modeling
11-05-2018, 11:24 AM
|
Replies: 7
Views: 4,382
|
Forum: CoCreate Modeling
11-02-2018, 03:32 AM
|
Replies: 7
Views: 4,382
Re: Wrong view by face of a part
This is going to be a long explanation. First, what I found is that view by face goes back to how the face was created. In the first image below, the part was drawn at 45° off of vertical in the...
|
Forum: CoCreate Modeling
10-30-2018, 03:19 AM
|
Replies: 7
Views: 4,382
|
Forum: CoCreate Modeling
10-22-2018, 07:41 AM
|
Replies: 2
Views: 3,146
|
Forum: Annotation
10-12-2018, 06:11 AM
|
Replies: 4
Views: 5,191
Re: Hidden and Tangent lines on/off
I tried this and it works. I added these lines to my am_customize file.
;; *** Set isometric view profile for small assembly/part ***
(docu-register-view-exception-profile
:name ...
|
Forum: Annotation
10-11-2018, 03:36 AM
|
Replies: 4
Views: 5,191
Re: Hidden and Tangent lines on/off
Phi
I have not tested this yet, but I believe the "DOCU-REGISTER-VIEW-EXCEPTION-PROFILE" option could do what you want. You can find this in help.
Regards
Tom
|
Forum: CoCreate Modeling
09-25-2018, 04:15 AM
|
Replies: 2
Views: 3,498
Re: Sheet Metal Tool Replacement macro?
I would start out by using the recorder to record the steps you have described above.
From that you might be able to create a lisp program. Also, you can post the results of the recorder file...
|
Forum: CoCreate Modeling
07-10-2018, 10:57 AM
|
Replies: 2
Views: 3,766
Re: hatching section clipping
I am not sure about version 20, but in version 19 go to Viewport Settings, Show and click the check box of for Clip Hatches.
|
Forum: CoCreate Modeling
06-28-2018, 03:18 AM
|
Replies: 3
Views: 5,285
Re: SDKill notes
Hitting the Esc after the Pause/Break helps. I have been in the above situation often enough.
|
Forum: Customization
05-29-2018, 11:35 AM
|
Replies: 9
Views: 5,931
|
Forum: Annotation
03-13-2018, 05:24 AM
|
Replies: 11
Views: 6,999
|
Forum: Annotation
03-12-2018, 04:05 AM
|
Replies: 11
Views: 6,999
Re: Load sketch, choose position
Thank you Wolfgang.
I will make these changes and give it a try.
I am not familiar with the proper use of the (LET(..)...) statement.
Regards
Tom
|
Forum: Annotation
03-09-2018, 05:21 AM
|
Replies: 11
Views: 6,999
Re: Load sketch, choose position
You can add an adjustment (insert) point to your insert sketch command.
(oli:sd-am-define-annotation-template
:type :SKETCH
:adjust 8
:name "Notes - Plastic"
:path "/Notes"
...
|