Visual Components' Community

New Thinking for Factory Simulation
Welcome to Visual Components' Community Sign in | Help
in Search

Browse by Tags

All Tags » COM » Visual Studio (RSS)
  • C# Example: Read STL files using Fast PolygonSet interface

    In order to make the following code snippet to work, create a new console application project and add COM references vc3DCreate, vcCOM and vcCOMgeo to it: using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text;...
    Posted to Forum by RenfoJu1 on pe, syys 4 2009
  • C# Example: Tracking interactive commands in 3DCreate

    Abstract This example project demonstrates how to track interactive commands in 3DCreate through the COM API. Project description The project is a .NET Windows executable, InteractiveListenerExample.exe, that displays a dialog showing the currently selected component, and its position coordinates. The...
    Posted to Forum by stabi on ti, loka 7 2008
  • Visual Basic: Basics of Debugging in Visual Studio

    While the purpose of this Community is not to describe all of Visual Studios features, or even promote it, this provides some additional foundation to those who are just starting out. We will be using the code out of Your First COM application , and expand it slightly in the process. I will include the...
    Posted to Forum by Janne on pe, elo 15 2008
  • C# Example: vcCOM Property objects

    Abstract This example project template implements a project that demonstrates the following vcCOM features: Accessing dynamic properties through the IvcPropertyList2 interface. Accessing dynamic property objects using the IvcProperty. Listening for changes in dynamic property objects by implementing...
    Posted to Forum by stabi on pe, elo 15 2008
  • Visual Basic: Your first COM application in Visual Studio

    Lets start simple. Open 3DCreate and drop a few components form the eCat to the layout (make sure you have only one session open). Set up a new Visual Basic Console Application project ( see Setting Up ). After setup go to the module1.vb Tab, which should be the default name of your code, and you will...
    Posted to Forum by Janne on pe, elo 15 2008
  • Visual Basic: How to set up the programming environment in Visual Studio

    Open Visual Studio choose either Visual Basic windows Forms Application, Class Library or Console Application as your application type. For early testing I suggest choosing console application . choose project -> applicationName Properties (its the last one on the list) Select the References tab and...
    Posted to Forum by Janne on pe, elo 15 2008
Page 1 of 1 (6 items)