No REX for 64 bit?
‎Sep 12, 2011
06:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 12, 2011
06:29 PM
No REX for 64 bit?
Hi all,
How many of you have tried REX with Creo on a 64 bit OS?
Are the point cloud manipulation functions still missing on 64 bit version?
Now that all new machines are 64 bit, we have to install both 32 and 64 bit version of Wf5 for that.
Thanks
Marta
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Labels:
- Labels:
-
General
7 REPLIES 7
‎Sep 12, 2011
07:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 12, 2011
07:38 PM
Hi Marta
I can confirm the point cloud import and facet creation is fixed in Creo 1.0 on 64 bit machines.
Regards
Kevin
I can confirm the point cloud import and facet creation is fixed in Creo 1.0 on 64 bit machines.
Regards
Kevin
‎Sep 13, 2011
03:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 13, 2011
03:00 AM
Hi All,
It has long time since I shared my problem with this forum, which means I was out of ProE for a long time 🙂
Well, now I am working along with intralink 3.4 and Pro-E WF3. I have huge number of parts which are carrying some common name. I would like to change the common names with a prefix "Former". As little as I know is that common name is used only for database managing reasons. But, end user wishes to have common name changed.
Any one of you have came across such situation? If so, kindly let me know whats the method to achieve new name?
Thanks and regards,
KS Jnanesha
Sr. Designer - Rockdrills
Atlas Copco AB
It has long time since I shared my problem with this forum, which means I was out of ProE for a long time 🙂
Well, now I am working along with intralink 3.4 and Pro-E WF3. I have huge number of parts which are carrying some common name. I would like to change the common names with a prefix "Former". As little as I know is that common name is used only for database managing reasons. But, end user wishes to have common name changed.
Any one of you have came across such situation? If so, kindly let me know whats the method to achieve new name?
Thanks and regards,
KS Jnanesha
Sr. Designer - Rockdrills
Atlas Copco AB
‎Sep 13, 2011
04:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 13, 2011
04:50 AM
Are you sure?
I cannot confirm this on my Win7 64-bit. I can work only in 2th wrap phase, not with points clouds.
Radovan
‎Sep 13, 2011
04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 13, 2011
04:20 PM
In Creo 1.0 F000 and Windows 7 64 bit 100% yes it works, Creo Elements Pro no it doesn't work.
When importing the points you must tick the facet box for it to jump to the facet creation.
Regards
Kevin
When importing the points you must tick the facet box for it to jump to the facet creation.
Regards
Kevin
‎Sep 14, 2011
12:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 14, 2011
12:42 AM
Hi,
Should I assume no one has idea about this?
Cheers,
KS Jnanesha
Should I assume no one has idea about this?
Cheers,
KS Jnanesha
‎Sep 14, 2011
05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 14, 2011
09:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 14, 2011
09:44 AM
On 09/13/11 23:42, mechnix jnanisajjan wrote:
> Hi,
>
> Should I assume no one has idea about this?
The "common name" is the picommonname field in the pdm.pdm_productitem oracle table. So to update the common name via sql you could so something like this:
update pdm.pdm_productitem set picommonname = concat('Former ', picommonname);
Obviously you would need to have a "where clause" to this statement if you don't want to change all of the common names.
>
> Cheers,
> KS Jnanesha
>
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> *From:* mechnix jnanisajjan <->
> *To:* "-" <->
> *Sent:* Tuesday, September 13, 2011 12:30 PM
> *Subject:* [proecad] - Changing common name in Intralink Enviornment
>
> Hi All,
>
> It has long time since I shared my problem with this forum, which means I was out of ProE for a long time
>
> Well, now I am working along with intralink 3.4 and Pro-E WF3. I have huge number of parts which are carrying some common name. I would like to change the common names with a prefix "Former". As
> little as I know is that common name is used only for database managing reasons. But, end user wishes to have common name changed.
>
> Any one of you have came across such situation? If so, kindly let me know whats the method to achieve new name?
>
> Thanks and regards,
> KS Jnanesha
> Sr. Designer - Rockdrills
> Atlas Copco AB
>
> -----End Original Message-----
--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: -
Phone: 785-823-3276
Fax: 785-667-2695
------------------------------------------------------------------------
> Hi,
>
> Should I assume no one has idea about this?
The "common name" is the picommonname field in the pdm.pdm_productitem oracle table. So to update the common name via sql you could so something like this:
update pdm.pdm_productitem set picommonname = concat('Former ', picommonname);
Obviously you would need to have a "where clause" to this statement if you don't want to change all of the common names.
>
> Cheers,
> KS Jnanesha
>
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> *From:* mechnix jnanisajjan <->
> *To:* "-" <->
> *Sent:* Tuesday, September 13, 2011 12:30 PM
> *Subject:* [proecad] - Changing common name in Intralink Enviornment
>
> Hi All,
>
> It has long time since I shared my problem with this forum, which means I was out of ProE for a long time
>
> Well, now I am working along with intralink 3.4 and Pro-E WF3. I have huge number of parts which are carrying some common name. I would like to change the common names with a prefix "Former". As
> little as I know is that common name is used only for database managing reasons. But, end user wishes to have common name changed.
>
> Any one of you have came across such situation? If so, kindly let me know whats the method to achieve new name?
>
> Thanks and regards,
> KS Jnanesha
> Sr. Designer - Rockdrills
> Atlas Copco AB
>
> -----End Original Message-----
--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: -
Phone: 785-823-3276
Fax: 785-667-2695
------------------------------------------------------------------------