|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
Folders in Object Tree$ r! o! Y6 w [
; [; H( y8 y( H% VFrom 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.) l! g! N9 l$ ~& ?
The Object Tree contains 3 types of folders:
" n, b% i$ C$ V8 U5 E! d$ i) q% U& P0 N: Y% M
- 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.
7 A4 K" }9 X4 X: X4 ?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.
1 P- n- ?8 O7 N3 }9 ?; I 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.) Y' L; m! C9 |3 i
! L% x0 p4 S" s. D D2 J- [ \TxFrameEditBoxCtrl Updates
& Z( t* S7 X: @3 S( P5 n' Y
# c; \! _- C/ j6 r3 \. j- I7 OIn previous versions, there were problems editing some of the properties of the control in design time, in the Properties window of the Visual Studio. ( r5 s" O- W6 K$ [; Z: i2 d
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.0 Z0 X/ T7 a7 q9 K
$ K# M. u, ?& x! |( RTo apply the changes in the Visual Studio environment, users need to perform Reset Toolbox on the tab that contains the Tecnomatix controls.
; A- ], F; d% X3 L1 z3 c% [, UAfter that, add the controls again, manually to the tab. (See UI Classes chapter at Tecnomatix.NET.chm)
! R6 W9 }+ V+ `+ L9 p0 w0 u# A! ]! L0 R7 A, [4 H
Simulation Player8 G: h$ ^) g5 T8 ^7 j
Use the JumpToEnd method of TxSimulationPlayer to jump the simulation to the end.. x( W0 A0 f8 a6 K* t3 T9 j
2 ?% L# z0 R/ I
Components1 q, `1 @! a9 [* F( a0 R' p
Use the CanOpenForModeling property of ITxComponent to check if it supports modeling.
* c" `) x/ U% {) ^& R+ D( [/ c/ I* k* z1 p: \
RRS Services# Q2 z: @* z$ ^7 S
Use the GetInverseKinematic method of TxRRSServicesProvider class to compute the inverse pose with respect to the configuration and external axis values.
. P) A7 v. |1 n) z
* C+ d n4 S; X5 g) A/ r3 ^6 N, IControllers4 I5 \( e3 |, K' J, p- R+ {
If a custom controller need to be supported in Olp DebUGger, use the SimulationMode property of TxOlpControllerUtilities class to define the simulation mode.5 ^) W7 r2 R S. m
A new ITxRoboticMarkupDownloader interface is now available that provides support for downloading one or more robotic programs and operations with simulation markups." |. P6 g! F! l: A; v$ n
# y6 l0 U1 x; P5 V4 W
|
|