parametric line equation in vb
parametric line equation in vb
(OP)
tell me the code to draw line using parametric equation in vb
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
parametric line equation in vb
|
parametric line equation in vbparametric line equation in vb(OP)
tell me the code to draw line using parametric equation in vb
Red Flag SubmittedThank you for helping keep Eng-Tips Forums free from inappropriate posts. Reply To This ThreadPosting in the Eng-Tips forums is a member-only feature.Click Here to join Eng-Tips and talk with other members! |
ResourcesThe world has changed considerably since the 1980s, when CAD first started displacing drafting tables. Download Now
Prototyping has always been a critical part of product development. Download Now
As the cloud is increasingly adopted for product development, questions remain as to just how cloud software tools compare to on-premise solutions. Download Now
Engineering-centric businesses face a number of challenges today, but unmanageable design and change processes don’t need to be counted among them. Download Now
|
RE: parametric line equation in vb
www.nxjournaling.com
RE: parametric line equation in vb
The easiest way to discover code required for NX Modeling tasks is to:
a. Turn on Journal recording.
b. Give your new journal file a name and save it in a convenient location.
c. Perform the NX operation for which you want to create code. (In your case, drawing a line...)
d. Stop the Journal recording.
e. Open the journal file, and observe the code.
You can always search for things in the NX Open API Documentation, but just recording a Journal is almost always faster.
Oh... and remember that you can choose to record your Journal in VB, C#, Java, or C++, depending on your programming language of choice. (Tweak this setting in the UI Preferences dialog.)
Does that help?
Taylor Anderson
NX Product Manager, Knowledge Reuse and NX Design
Product Engineering Software
Siemens Product Lifecycle Management Software Inc.
(Phoenix, Arizona)
RE: parametric line equation in vb
all i want to do is construct a whole geometry(Art Designs) and i want to perform scale , rotate , translate etc operations about a point. please tell me the way to do it. journal recording is the way but i want to make it generalized so having a general code will be better i think.....
RE: parametric line equation in vb
www.nxjournaling.com
RE: parametric line equation in vb
The VB code to create (and draw) a line using NX/Open functions is:
CODE --> VB
If you use SNAP functions, it's a bit easier. The VB code is just:
CODE --> VB