Visual Components' Community

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

Browse by Tags

All Tags » COM (RSS)
  • Is it possible to record properties during a simulation with C#?

    Hello! I would like to record property-values (variables) while the simulation is running with a C#-Application. These variables (e.g. SimTime and parts arrived) will be stored in a two-dimensional list. This list is then used for further calculations. I have tried to solve this problem using a timer...
    Posted to Forum by bluigi on ke, joulu 16 2009
  • 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
  • Re: How to select a component with COM API (C++)

    Could you provide the following additional information? Type of project you are developing (application, ActiveX DLL, ...) Development environment 3DCreate version The following code works in a native C++ application project in Visual Studio 2008, using 3DCreate 2009 SP2: vcCOM::IvcComponentPtr selectedComponent...
    Posted to Forum by stabi on ti, huhti 28 2009
  • Robotics: How to test for robot collisions using the COM interface

    Abstract This article explains how to test for collisions between a robot and its surrounding parts using the COM interface. Overview Collision testing in 3DCreate is implemented in the collision detector layout item , or collision detector. The collision detector contains two node lists, and these lists...
    Posted to Forum by stabi on to, marras 6 2008
  • Robotics: Motion interpolation using the COM interface

    Abstract This article describes how to interpolate robot motion using the COM interface. Overview Motion interpolation is the process of calculating where a robot is at any point in time as it moves from one point to another. 3DCreate can interpolate linear and point-to-point movements with or without...
    Posted to Forum by stabi on ti, marras 4 2008
  • Robotics: How to do kinematic calculations using the COM interface

    Abstract This article describes how to use the COM interface to calculate forward and inverse kinematics of a robot model. Overview The parts of a 3DCreate robot model that apply to kinematic calculation are as follows: A RobotController behaviour object. This object defines the joints, or axes, of the...
    Posted to Forum by stabi on pe, loka 31 2008
  • 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
  • New COM features in version 2009

    The following additions have been made to the 3DCreate COM API in version 2009: eCatalog COM API. This allows COM clients to query and configure the new model database that is included in 3DCreate 2009. Previously undocumented COM interfaces are now documented: IvcMotionTarget3 IvcQuantity IvcUnit IvcUnitFamily...
    Posted to Forum by stabi on ti, syys 2 2008
  • Python versus COM

    Python and COM serve different purpose to each other. Com serves for communication purposes and python for the simulation runtime. While this may seem superficially the same theres a lot that the internal python does that you cannot do with COM, the opposite also holds true. So use python when you design...
    Posted to Forum by Janne on pe, elo 15 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
Page 1 of 2 (16 items) 1 2 Next >