CoCreate User Forum  

Go Back   CoCreate User Forum > Search Forums

Showing results 1 to 25 of 139
Search took 0.01 seconds.
Search: Posts Made By: Marten
Forum: CoCreate Modeling 04-13-2018, 04:13 AM
Replies: 3
Views: 5,766
Posted By Marten
Re: create structure browser to assigne density and color at part

You can build your own tree-list tab in the doc of the structure browser. Search for sd-create-graphical-browser in the documentation. there is a complete example available.

Marten
Forum: CoCreate Modeling 03-22-2018, 12:54 AM
Replies: 2
Views: 4,962
Posted By Marten
Re: export point coordinates

Hi Sonat,

Something like this should work:

(with-open-file (stream PATHTOFILE :direction :output :if-exists :supersede :external-format :system)
(dolist (coordinate coordinateslist)
...
Forum: Annotation 03-15-2018, 12:54 AM
Replies: 11
Views: 10,743
Posted By Marten
Re: Load sketch, choose position

Hi Wolfgang,

I had tried adding :adjust to the :action, but that doesn't work either. It seems that the string passed to :action is not the command which is executed, but is a string to specify...
Forum: Annotation 03-13-2018, 04:26 AM
Replies: 11
Views: 10,743
Posted By Marten
Re: Load sketch, choose position

Hi Tom,

Have you tried the :adjust keyword? If I add it to "sd-am-define-annotation-template" I get the error: Keyword :ADJUST is not allowed

I also tried to add it to :action, but that also...
Forum: Annotation 02-26-2018, 11:57 PM
Replies: 11
Views: 10,743
Posted By Marten
Re: Load sketch, choose position

It depends on the context what works, but here are two options:

Put it in avail_cmds like this:

(oli::sd-put-buffer "AM_LOAD_SKETCH :FILENAME (format nil...
Forum: CoCreate Modeling 11-13-2017, 11:22 PM
Replies: 4
Views: 6,717
Posted By Marten
Re: HELP! First Lisp Program & of Course Running into Errors

Do you mean you want to show an image in the command dialog? You can do that. You have to define a variable of type 'image'


(picture
:value-type :image
...
Forum: CoCreate Modeling 11-13-2017, 03:20 AM
Replies: 4
Views: 6,717
Posted By Marten
Re: HELP! First Lisp Program & of Course Running into Errors

Yes, those errors can be hard to track down if your new to lisp. The problem in your file is that you have not named your local function and don't have any content in your ok-action:

...
Forum: Annotation 07-26-2017, 12:19 AM
Replies: 1
Views: 4,912
Posted By Marten
Re: Edit and Fill BOM attribute / table

Hi Shaba,

We use PDM, but we don't use the Bill of Materials from PDM. So we had to build our own scan of the BOM and add our own columns to it. In order to do this I had to find out what OSD does...
Forum: CoCreate Modeling 02-07-2017, 01:04 AM
Replies: 2
Views: 4,037
Posted By Marten
Re: 3D points

Yes, you can create 3D points from a table, but you have to write some lisp code to do this. However, as far as I know, you cannot set a color of a 3D point. It seems you are trying to visualize some...
Forum: Customization 11-26-2010, 02:22 AM
Replies: 0
Views: 2,962
Posted By Marten
Push/pull without closed profiles

Hi,

Has anybody seen documentation about using workplanes without properly closed profiles? In version 16 I had my own implementation of the extrude and turn commands. The new commands contained...
Forum: CoCreate Modeling Personal Edition 11-24-2010, 08:18 AM
Replies: 11
Views: 8,111
Posted By Marten
Re: Helix on a curve

I would argue that Creo Elements Direct is the Bee's knees... :-)
Forum: CoCreate Modeling Personal Edition 11-24-2010, 08:13 AM
Replies: 11
Views: 8,111
Posted By Marten
Re: Helix on a curve

Well, that better tool is the full version, CoCreate Modeling (or Creo elements direct or whatever...)

:-)
Forum: CoCreate Modeling Personal Edition 11-24-2010, 07:08 AM
Replies: 11
Views: 8,111
Posted By Marten
Re: Helix on a curve

Yes, you need a special command for this to do it fast, but that one is missing from CoCreate. I also would like to have the ability to create a helix with a progressive pitch...

Regards,

Marten
Forum: Customization 11-24-2010, 12:43 AM
Replies: 1
Views: 2,780
Posted By Marten
Re: finding detailed views for modelled parts/assembly

Hi,

It depends on how things are organized. From your description I think you use one annotation drawing for a complete assembly, with separate sheets to created part drawings. You can go and loop...
Forum: CoCreate Modeling Personal Edition 11-24-2010, 12:37 AM
Replies: 11
Views: 8,111
Posted By Marten
Re: Helix on a curve

Hi,

I think you have to do this manually:

1. Setup the points of the spiral (using workplanes)
2. Draw a 3D spline through those points
3. Create a workplane normal to the spiral direction...
Forum: Regional User Groups 11-23-2010, 07:09 AM
Replies: 2
Views: 9,446
Posted By Marten
Re: Dutch user conference on (November 30)

Thanks! We hope the users like it. Last year we received lots of positive reactions.

It's one of the few options you have to discuss solving real world problems with cocreate software with other...
Forum: Regional User Groups 11-23-2010, 06:50 AM
Replies: 2
Views: 9,446
Posted By Marten
Dutch user conference on (November 30)

For the dutch CoCreate users:

Ook dit jaar is er weer een Conferentie van de gebruikers groep. Dit is het uitgelezen moment om veel te leren over CoCreate producten van andere gebruikers. Ook de...
Forum: CoCreate Modeling Personal Edition 09-29-2010, 06:52 AM
Replies: 7
Views: 6,306
Posted By Marten
Re: How to keep cylinders cocentric?

Hi Joe,

Hope you find a job soon... In the mean time Modeling PE is a good way to learn another way of 3D modeling. This way you can get a wider view of your options. I know you will come across...
Forum: Customization 09-29-2010, 04:20 AM
Replies: 3
Views: 3,646
Posted By Marten
Re: Macro

(sd-defdialog 'yourcommand
:dialog-title "Command"
:toolbox-button nil

With ':toolbox-button nil' you prevent it from showing up in the toolbox.

Regards,

Marten
Forum: CoCreate Modeling Personal Edition 09-29-2010, 01:45 AM
Replies: 7
Views: 6,306
Posted By Marten
Re: How to keep cylinders cocentric?

Oh, forgot:

This thread is also about a user which tries to use CoCreate the SolidWorks way:
http://www.cocreateusers.org/forum/showthread.php?p=23796#post23796

Mike added a link to some...
Forum: CoCreate Modeling Personal Edition 09-29-2010, 01:42 AM
Replies: 7
Views: 6,306
Posted By Marten
Re: How to keep cylinders cocentric?

Hi Joe,

Yes, you can do this. You need the parametrics module for this (part of advanced design), and when you modify the model you need to specify that CoCreate Modeling updates the parametric...
Forum: CoCreate Modeling Personal Edition 09-29-2010, 01:15 AM
Replies: 4
Views: 5,159
Posted By Marten
Re: A little confused...

Like Mike says, you are trying to work with modeling like you are used to with a history based modeler. But CoCreate Modeling works fundamentally different, so you need to try and work the CoCreate...
Forum: CoCreate Modeling Personal Edition 09-29-2010, 12:51 AM
Replies: 7
Views: 6,306
Posted By Marten
Re: How to keep cylinders cocentric?

Using dimensions for these tasks is making it more complex than needed. Just select the cylinder you want to modify, and use the 'change radius' command. If you want to use dimensions I think your...
Forum: Data Exchange 09-29-2010, 12:17 AM
Replies: 9
Views: 11,927
Posted By Marten
Re: Opening STEP (Pro/E) file in Solid Designer

Have you tried setting the resolution manually when loading the file (this can be done in the 'options' screen when you select the file to load.

Marten
Forum: Customization 09-14-2010, 11:20 PM
Replies: 1
Views: 2,209
Posted By Marten
Re: Rendering

Version 17 has the function sd-render-to-file which you can use in a macro to create a rendered image.

Regards,

Marten
Showing results 1 to 25 of 139

 
Forum Jump

All times are GMT -8. The time now is 02:23 AM.



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.