Click or drag to resize

Connection Methods

返回用户文档首页

The Connection type exposes the following members.

Methods
 NameDescription
Public methodDelete 从场景删除对象
(Inherited from ModelObject)
Public methodGetAttribute(String, Vector) 获取Vector属性值
(Inherited from BaseComponent)
Public methodGetAttribute(String, Double) 获取double属性值
(Inherited from BaseComponent)
Public methodGetAttribute(String, Int32) 获取int属性值
(Inherited from BaseComponent)
Public methodGetAttribute(String, Int64) 获取int属性值
(Inherited from BaseComponent)
Public methodGetAttribute(String, String) 获取string属性值
(Inherited from BaseComponent)
Public methodGetBoundingBox 获取对象在世界空间的包围盒
(Inherited from ModelObject)
Public methodGetCommonAttributes
(Overrides BaseComponentGetCommonAttributes)
Public methodGetCoordinateSystem 获取对象在场景空间的坐标系
(Inherited from ModelObject)
Public methodGetLabel 获取对象标签, 标签用于插件中识别每次刷新修改的物体
(Inherited from ModelObject)
Public methodGetPhase 获取阶段号
(Inherited from ModelObject)
Public methodGetPrimaryObject 获取主零件
Public methodGetReportProperty(String, Point) 获取此对象的报告属性(点类型)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Vector) 获取此对象的报告属性(向量类型)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Double) 获取此对象的报告属性(双精度浮点类型)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Int32) 获取此对象的报告属性(32位整型类型)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Int64) 获取此对象的报告属性(64位整型类型)
(Inherited from ModelObject)
Public methodGetReportProperty(String, String) 获取此对象的报告属性(字符串类型)
(Inherited from ModelObject)
Public methodGetSecondaryObjects 获取次零件列表
Public methodGetUIAttributes
(Inherited from BaseComponent)
Public methodInsert
(Inherited from TFObject)
Public methodModify
(Inherited from TFObject)
Public methodRefresh
(Inherited from TFObject)
Public methodSelect 同Sync, 将场景中数据同步到对象
(Inherited from ModelObject)
Public methodSetAttribute(String, Double)
(Inherited from BaseComponent)
Public methodSetAttribute(String, Int32)
(Inherited from BaseComponent)
Public methodSetAttribute(String, Int64)
(Inherited from BaseComponent)
Public methodSetAttribute(String, String)
(Inherited from BaseComponent)
Public methodSetLabel 设置对象标签, 标签用于插件中识别每次刷新修改的物体
(Inherited from ModelObject)
Public methodSetPhase 设置阶段号
(Inherited from ModelObject)
Public methodSetPrimaryObject 设置主零件
Public methodSetSecondaryObject 设置次零件
Public methodSetSecondaryObjects 设置次零件列表
Public methodSync
(Inherited from TFObject)
Top
See Also