Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Translate the entire conversation x

Converting CSYS ProFeature to ProSelection

AB_10248132
2-Explorer

Converting CSYS ProFeature to ProSelection

Hello All,

 

I have a function that create a CSYS from another CSYS. It works fine when I use the command ProSelect and use the ProSelection in the function.

 

ProError CreateCSYS(ProName name, ProMdl mdl, ProSelection CSYSREF, double tranX, double tranY, double tranZ, double rotX, double rotY, double rotZ) {}

 

Now, I'm trying to create de CSYS without asking for the selecion prompt from the user.

I'm trying to get the ProFeature of the CSYS and use the command ProFeatureSelectionGet(). But it doesn't work. I tryied many diferent ways and none worked.

 

How can I get the ProSelection of a CSYS to use in my function without asking it for the user?

 

I'm using Creo 8.0.10

1 REPLY 1
VIN
7-Bedrock
7-Bedrock
(To:AB_10248132)

Hi,can get the CSYS name, use API ProModelitemByNameInit(); ProSelectionAlloc(); to the ProSelection CSYSREF.

 

 

 

 

Announcements

Top Tags