Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SKimi
  • Order by date
  1. SKimi

    Text Property

    [indent[/indent]int startString = 0; while (startString < usInputString.GetLengthInChar()) { int lengthOfString = usInputString.GetLengthInChar(); startString = usStringFoundInDoc.SearchSubString(usInputString, startString,CATUnicodeString::CATSearchModeForward); if...
  2. SKimi

    Text Property

    Hello, I am trying to create a CAA function to access the flagged text from the drawing. I'm currently checking every character whether it is flagged. But using SetSelection method from CAA the tool seems to crash at that line of code even after i do a ResetReselection. Can anyone suggest me...
  3. SKimi

    Accessing the Chamfer values using CAA CATIA

    yes, have already tried but it is returning me NULL.
  4. SKimi

    Accessing the Chamfer values using CAA CATIA

    Hello Little Cthulhu, I have tried using CATIDrwDimValue and also CATIDrwDimDimension.
  5. SKimi

    Accessing the Chamfer values using CAA CATIA

    Hello, I would like to know if anyone can help me to read/get the values of the chamfer dimensions under Drafting Workbench. For Example : "23.45 X 45.59" . I have used the method GetValue(), but only the first part of the dimension is available i.e. "23.45". How can i get the second part of...
  6. SKimi

    Visual Studio version for CATIA V5-R29

    Hi, Can anybody tell me for the above mentioned CATIA version, which version of visual studio for CAA development environment should/can be opted? Thanks in Advance!!
  7. SKimi

    CAA Command

    Ok, i will share it. Thanks !
  8. SKimi

    CAA Command

    Should i post it here, or is there any other way?
  9. SKimi

    CAA Command

    I find nothing from CATTemp that can help me to resolve. It's really strange !! Also i checked CallStack , yet i find nothing. All i see is the first time i launch ,command terminates. But the same command runs OK when launched for second time.
  10. SKimi

    CAA Command

    Hi Little Cthulhu, In the sample CAADrwCenterLine.m module , i see that they haven't used anything like a user-interface. But in my case i do have a user interface. So when i launch the command for the first time & perform the action , the UI gets terminated(destructor is being called). But...
  11. SKimi

    CAA Command

    Thanks for the response, i can surely check and see on it :-) Thanks once again
  12. SKimi

    CAA Command

    Hi Little Cthulhu, As you mentioned, creating two states. It could not resolve the issue. The destructor is being called at the end of the method. Thanks
  13. SKimi

    CAA Command

    Thank You Little Cthulhu For the suggestion, But what is the reason for the Dialog object destruction ?
  14. SKimi

    CAA Command

    So this is the method where once launched for the first time at the end UI is getting destroyed.
  15. SKimi

    CAA Command

    Command (Build-Graph)
  16. SKimi

    CAA Command

    Addin src
  17. SKimi

    CAA Command

    Hello, I am facing a weird issue in CATIA-CAA , the issue i observe is when i run the command it launches the User-Interface . So i observe that when i run the command for the first time , the User-Interface is getting destroyed i.e. the command is been killed completely. But, it runs ok when...
  18. SKimi

    Active View Size from Drafting Workbench using CAA.

    Hi Little Cthulhu, Thanks for the information. It really helped me to understand about ArrayVariant. Thanks again!! :-)
  19. SKimi

    Active View Size from Drafting Workbench using CAA.

    Hi Cthulhu, Thanks for the example. :-) Good News is , i was able to do something like this & its working : double * dArray = new double[4]; CATSafeArrayVariant* oValue = BuildSafeArrayVariant(dArray, 4); piVBViewObj->Size(*oValue); delete oValue; Thank you once again.
  20. SKimi

    Active View Size from Drafting Workbench using CAA.

    Thanks for the reply. But could you please elaborate on this, because i have tried init array yet i see no value.

Part and Inventory Search