Click or drag to resize

BoltGroup Class

返回用户文档首页
螺栓组
Inheritance Hierarchy
SystemObject
  LoongCAD.UtilSyncProxy
    LoongCAD.STC.Object3DObjectBase
      LoongCAD.STC.Object3DTFObject
        LoongCAD.STC.Object3DBoltGroup

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class BoltGroup : TFObject, IGroup

The BoltGroup type exposes the following members.

Constructors
 NameDescription
Public methodBoltGroup 构造函数
Top
Properties
 NameDescription
Public propertyArrayStrideX X方向螺栓间距
Public propertyArrayStrideY Y方向螺栓间距
Public propertyBolts 螺栓对象数组
Public propertyBoltSize 螺栓尺寸
Public propertyBoltStandard 螺栓标准
Public propertyChildren 子对象数组
Public propertyCircleCount 圆形螺栓组螺栓个数
Public propertyCircleDiameter 圆形螺栓组圆直径
Public propertyCtrlPoints
(Inherited from TFObject)
Public propertyCutLength 切割长度
Public propertyDepthOffset 深度方向偏移
Public propertyDetailConnectType 细部连接方式
Public propertyDisposed 对象是否已销毁
(Inherited from ObjectBase)
Public propertyEnabled 对象是否启用
(Inherited from ObjectBase)
Public propertyExtLength 附加长度
Public propertyFlags 对象标志位
(Inherited from ObjectBase)
Public propertyGuid 对象GUID
(Inherited from TFObject)
Public propertyHeadOffsetX 头部X方向偏移
Public propertyHeadOffsetY 头部Y方向偏移
Public propertyHeadOffsetZ 头部Z方向偏移
Public propertyHoleBottom 孔底部位置
Public propertyHoleTol 孔容差范围
Public propertyHoleTop 孔顶部位置
Public propertyHoleType 孔类型
Public propertyHoleX 孔X方向扩大尺寸
Public propertyHoleY 孔Y方向扩大尺寸
Public propertyId 对象ID
(Inherited from ObjectBase)
Public propertyIgnoreIndices 忽略的螺栓索引
Public propertyIsCompRuntimeChild 对象是否组件的运行时子节点
(Inherited from ObjectBase)
Public propertyListX X方向螺栓位置列表
Public propertyListY Y方向螺栓位置列表
Public propertyLocalMatrix 对象本地空间坐标矩阵
(Inherited from TFObject)
Public propertyLocked 对象是否锁定
(Inherited from ObjectBase)
Public propertyMadeType 螺栓制作类型(工厂/工地)
Public propertyMain 主零件,可能为null
Public propertyNutEnable0 是否启用下方第一螺帽
Public propertyNutEnable1 是否启用下方第二及后续螺帽
Public propertyObjectMatrix 对象在父空间的坐标矩阵
(Inherited from TFObject)
Public propertyObjectWorldMatrix 对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyOverSizeHoleEnable0 连接的第一零件是否启用扩大孔
Public propertyOverSizeHoleEnable1 连接的第二零件是否启用扩大孔
Public propertyOverSizeHoleEnable2 连接的第三零件是否启用扩大孔
Public propertyOverSizeHoleEnable3 连接的第四零件是否启用扩大孔
Public propertyOverSizeHoleEnable4 连接的第五及后续零件是否启用扩大孔
Public propertyParent 父对象
(Inherited from TFObject)
Public propertyParentMatrix 父对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyPhaseNo 阶段编号
(Inherited from TFObject)
Public propertyPreBuilt 所属构件
(Inherited from TFObject)
Public propertyRadialAngleInterval 放射环形螺栓组间隔角度
Public propertyRadialCount 放射环形螺栓组螺栓个数
Public propertyRadialDiameter 放射环形螺栓组直径
Public propertyRadialStrideX 放射性螺栓组X方向间距
Public propertyRotateSlot 孔开槽旋转方式
Public propertyRotation 旋转角度
Public propertyRotationSide 旋转基准侧
Public propertyScene 所属场景
(Inherited from ObjectBase)
Public propertySectionFlags 螺栓部件开关标志位
Public propertyShape 螺栓形状
Public propertyStudLength 剪力钉长度
Public propertySubs 次零件组,至少连接一个次零件
Public propertyTailOffsetX 尾部X方向偏移
Public propertyTailOffsetY 尾部Y方向偏移
Public propertyTailOffsetZ 尾部Z方向偏移
Public propertyThreadInMtrl 是否包含螺纹
Public propertyType 对象类型
(Inherited from ObjectBase)
Public propertyVerticalOffset 纵向偏移
Public propertyVertOffsetObsolete.
纵向偏移
Public propertyViewId 对象所在视图ID,仅对部分对象有效
(Inherited from TFObject)
Public propertyWasherDownEnable0 是否启用下方第一垫片
Public propertyWasherDownEnable1 是否启用下方第二及后续垫片
Public propertyWasherUpEnable 是否启用上方垫片
Public propertyWorkAxis 工作坐标系 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyWorldMatrix 对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Top
Methods
 NameDescription
Public methodFlush 将对象属性同步到对应的内核对象
(Inherited from TFObject)
Public methodNeedFlush 是否需要传递
(Inherited from SyncProxy)
Public methodRefresh 刷新螺栓组结构
(Overrides ObjectBaseRefresh)
Public methodRefreshBoltsObsolete.
刷新螺栓组
Public methodSetLocalCtrlPoints 在本地坐标系下设置控制点
(Inherited from TFObject)
Public methodSetWorldCtrlPoints 在世界坐标系下设置控制点 NOTE: points中坐标位置受Scene.GlobalTransform影响
(Inherited from TFObject)
Public methodSplitBolts 根据螺栓孔拆分螺栓组
Top
See Also