Visual Components' Community

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

Browse by Tags

All Tags » C# (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
  • 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
  • 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
Page 1 of 1 (6 items)