admin 发表于 2017-10-7 22:07:07

Tecnomatix 14.0 二次开发新功能

Folders in Object Tree

From version 14.0, users can arrange the data loaded in the Object Tree using hierarchical structure of folders. A set of new classes and interfaces has been added to the .NET API to support the creation of folders and manage their content.
The Object Tree contains 3 types of folders:


[*]Root folder - It is hard coded, cannot be manipulated by the API.
[*]Main Folders - Categorize the objects by their type. They are represented by the TxMainFolder class. That class implements the ITxMainFolder interface.
Main folders are created by the application, they cannot be created or deleted with the .NET API. To access the main folders, call to the MainFolders property of the TxDocument class. To distinguish among the main folders use the FolderType property of ITxMainFolder interface.
[*]Regular folders - New type of folder objects. Represented by TxFolder class and corresponding ITxFolder interface. To create a TxFolder use the CreateFolder method of ITxFolderCreation interface. A parent of a regular folder can be a main folder or another regular folder.
Folders, both regular and main, are represented as ordered object collections. Use the methods and properties of ITxObjectCollection and ITxOrderedObjectCollection interfaces to add model objects as children of a folder or to change the order of the objects within the folder.

TxFrameEditBoxCtrl Updates

In previous versions, there were problems editing some of the properties of the control in design time, in the Properties window of the Visual Studio.
Properties like Text, ValidatorType and PickLevel, could not be edited in the Properties window. Others like IsFrameEditorOpened and EnableRelativeToWorkingFrameCoordinates failed to display their values.All these issues are now fixed in version 14.0.

To apply the changes in the Visual Studio environment, users need to perform Reset Toolbox on the tab that contains the Tecnomatix controls.
After that, add the controls again, manually to the tab. (See UI Classes chapter at Tecnomatix.NET.chm)

Simulation Player
Use the JumpToEnd method of TxSimulationPlayer to jump the simulation to the end.

Components
Use the CanOpenForModeling property of ITxComponent to check if it supports modeling.

RRS Services
Use the GetInverseKinematic method of TxRRSServicesProvider class to compute the inverse pose with respect to the configuration and external axis values.

Controllers
If a custom controller need to be supported in Olp Debugger, use the SimulationMode property of TxOlpControllerUtilities class to define the simulation mode.
A new ITxRoboticMarkupDownloader interface is now available that provides support for downloading one or more robotic programs and operations with simulation markups.

174659562 发表于 2018-12-24 11:13:05

Tecnomatix 14.0 二次开发新功能

zwz 发表于 2021-9-2 13:30:44

很有用的新功能,学习学习
页: [1]
查看完整版本: Tecnomatix 14.0 二次开发新功能