Click or drag to resize

DetailComponent Methods

返回用户文档首页

The DetailComponent type exposes the following members.

Methods
 NameDescription
Public methodAddChild 将对象添加为组件的子对象
(Inherited from ComponentBase)
Public methodCreateAlignPlane(PartBase, Plane, Boolean) 创建零件的对齐面(对目标零件执行面对齐,只对直梁、折形梁零件有效)
(Inherited from ComponentBase)
Public methodCreateAlignPlane(PartBase, Plane, Double, Double, Boolean) 创建零件的对齐面(对目标零件执行面对齐,只对直梁、折形梁零件有效)
(Inherited from ComponentBase)
Public methodCreateAutoWeld 创建自动焊缝
(Inherited from ComponentBase)
Public methodCreateBeamCutter 创建梁切割体
(Inherited from ComponentBase)
Public methodCode exampleCreateBoltGroup(PartBase, PartBase, Vec3, Vec3, Boolean) 创建螺栓组
(Inherited from ComponentBase)
Public methodCode exampleCreateBoltGroup(PartBase, PartBase, Vec3, Vec3, Boolean) 创建螺栓组
(Inherited from ComponentBase)
Public methodCreateBoltGroup(PartBase, PartBase, Vec3, Vec3, String, Double, UInt32, Boolean)Obsolete.
创建螺栓组
(Inherited from ComponentBase)
Public methodCreateBoltGroup(PartBase, PartBase, Vec3, Vec3, String, Double, UInt32, Boolean)Obsolete.
创建螺栓组
(Inherited from ComponentBase)
Public methodCreateBoltHoles(PartBase, PartBase, Vec3, Vec3, Boolean) 创建螺栓孔组
(Inherited from ComponentBase)
Public methodCreateBoltHoles(PartBase, PartBase, Vec3, Vec3, Boolean) 创建螺栓孔组
(Inherited from ComponentBase)
Public methodCreateCutGeo 创建切割体(对目标零件执行切割)
(Inherited from ComponentBase)
Public methodCreateCutPlane(PartBase, Plane, Boolean) 创建零件的切割面(对目标零件执行面切割)
(Inherited from ComponentBase)
Public methodCreateCutPlane(PartBase, Plane, Double, Double, Boolean) 创建零件的切割面(对目标零件执行面切割)
(Inherited from ComponentBase)
Public methodCreateLine 创建辅助线
(Inherited from ComponentBase)
Public methodCreateObject(DefineObjectType, Boolean) 创建对象,新对象会作为组件的子对象
(Inherited from ComponentBase)
Public methodCreateObject(DefineObjectType, Vec3, Boolean) 创建对象,
(Inherited from ComponentBase)
Public methodCreatePlateCutter(PartBase, Plane, Plane, Plane, Boolean) 创建板切割体(对目标零件执行切割)
(Inherited from ComponentBase)
Public methodCreatePlateCutter(PartBase, Vec3, Double, DefineObjectSide, Boolean)
(Inherited from ComponentBase)
Public methodCreatePoint 创建辅助点
(Inherited from ComponentBase)
Public methodCreatePolyWeld 创建多边形焊缝
(Inherited from ComponentBase)
Public methodCreateQuad 创建辅助面片
(Inherited from ComponentBase)
Public methodCreateSteelBeam 创建钢梁
(Inherited from ComponentBase)
Public methodCreateSteelPlate(Plane, Plane, Plane, Boolean) 创建钢板
(Inherited from ComponentBase)
Public methodCreateSteelPlate(Plane, Double, Plane, Boolean) 创建钢板
(Inherited from ComponentBase)
Public methodCreateSteelPlate(Vec3, Double, DefineObjectSide, Boolean) 创建钢板
(Inherited from ComponentBase)
Public methodCreateSteelPolyBeam 创建钢折形梁
(Inherited from ComponentBase)
Public methodDeleteObject 删除子对象
(Inherited from ComponentBase)
Public methodDeleteObjects 删除子对象组
(Inherited from ComponentBase)
Public methodFlush 将对象属性同步到对应的内核对象
(Inherited from TFObject)
Public methodGetUserVariable 获取组件中配置的用户变量
(Inherited from ComponentBase)
Public methodModifyPropsObsolete.
修改UI交互属性
(Inherited from ComponentBase)
Public methodModifyUIProps 修改UI交互属性
(Inherited from ComponentBase)
Public methodNeedFlush 是否需要传递
(Inherited from SyncProxy)
Public methodRefresh 刷新组件
(Inherited from ComponentBase)
Public methodRefreshCompObsolete.
刷新组件,此方法已弃用,请使用Refresh()代替
(Inherited from ComponentBase)
Public methodSetLocalCtrlPoints 在本地坐标系下设置控制点
(Inherited from TFObject)
Public methodSetWorldCtrlPoints 在世界坐标系下设置控制点 NOTE: points中坐标位置受Scene.GlobalTransform影响
(Inherited from TFObject)
Top
See Also