×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

KF: How to use Methods?

KF: How to use Methods?

KF: How to use Methods?

(OP)
Hello,

my Name is Christian and I'm NX beginner. This is my first post here, hopefully you can help me a little bit.

At the moment I'm trying to get into Knowledge Fusion but still don't understand how to use methods.

For Example:
I've got a part-File with an internal spreadsheet. If I instantiate the class "ug_spreadsheet" I get a lot of different methods under its attribute node, e.g. the Method "ask_value" with followong description:

#+
  Return a number, string or formula depending on the contents of the cell
      row      : Row index of the cell
      column   : Column index of the cell
      sheet_no : sheet index of the cell (current worksheet, if nothing
                 is specified)
#-

(Integer $row;
                            Integer $column;
                            Integer ($sheet_no; 0))
    @{
        ug_spreadsheet_askValue(%%spreadsheet_port:;
                                 $row;
                                 $column;
                                 $sheet_no);
    };


How and where can I use this method?

What is the spreadsheet_port and where do I get this information?

Thank You and Greetings,
Christian

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources