Forum: CoCreate Modeling
11-23-2020, 12:43 PM
|
Replies: 2
Views: 643
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, 11:40 AM
|
Replies: 7
Views: 1,107
|
Forum: CoCreate Drafting
02-10-2020, 10:13 AM
|
Replies: 2
Views: 2,078
|
Forum: Customization
01-15-2020, 06:11 AM
|
Replies: 3
Views: 4,856
|
Forum: Annotation
12-12-2019, 07:32 AM
|
Replies: 1
Views: 2,602
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, 08:17 AM
|
Replies: 2
Views: 2,061
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, 04:45 AM
|
Replies: 2
Views: 2,418
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, 04:20 AM
|
Replies: 3
Views: 2,105
|
Forum: Annotation
11-28-2018, 08:23 AM
|
Replies: 3
Views: 2,105
|
Forum: CoCreate Modeling
11-05-2018, 12:24 PM
|
Replies: 7
Views: 2,938
|
Forum: CoCreate Modeling
11-02-2018, 04:32 AM
|
Replies: 7
Views: 2,938
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, 04:19 AM
|
Replies: 7
Views: 2,938
|
Forum: CoCreate Modeling
10-22-2018, 08:41 AM
|
Replies: 2
Views: 2,061
|
Forum: Annotation
10-12-2018, 07:11 AM
|
Replies: 4
Views: 3,852
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, 04:36 AM
|
Replies: 4
Views: 3,852
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, 05:15 AM
|
Replies: 2
Views: 2,369
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, 11:57 AM
|
Replies: 2
Views: 2,521
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, 04:18 AM
|
Replies: 3
Views: 3,225
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, 12:35 PM
|
Replies: 9
Views: 3,944
|
Forum: Annotation
03-13-2018, 06:24 AM
|
Replies: 11
Views: 4,562
|
Forum: Annotation
03-12-2018, 05:05 AM
|
Replies: 11
Views: 4,562
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, 06:21 AM
|
Replies: 11
Views: 4,562
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"
...
|
Forum: Customization
02-13-2018, 05:11 AM
|
Replies: 1
Views: 2,264
|
Forum: Modules
11-29-2017, 06:03 AM
|
Replies: 0
Views: 4,719
Parametric Part in the Part Library
I am creating belleville washers as parametric part to be used in the part library. I have created the part and added the parametric data to it using the Parametric Module from the Advanced Assembly...
|
Forum: CoCreate Modeling
11-08-2017, 07:45 AM
|
Replies: 11
Views: 3,503
Re: Not understanding how Spring Lisp File works
Typically we use standard sizes available from Smalley. The material is really the only custom thing, we often get washers made of inconel because of temperatures issues on a glass machine.
Tom
|