Click or drag to resize

Assembly Interface

返回用户文档首页
钢构件

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public interface Assembly : PreBuilt, 
	TFObject, ObjectBase, INumberable

The Assembly type exposes the following members.

Properties
 NameDescription
Public propertyChildren 子对象组
(Inherited from PreBuilt)
Public propertyCtrlPoints
(Inherited from TFObject)
Public propertyDisposed 对象是否已销毁
(Inherited from ObjectBase)
Public propertyEnabled 对象是否启用
(Inherited from ObjectBase)
Public propertyFlags 对象标志位
(Inherited from ObjectBase)
Public propertyGuid 对象GUID
(Inherited from TFObject)
Public propertyId 对象ID
(Inherited from ObjectBase)
Public propertyIsCompRuntimeChild 对象是否组件的运行时子节点
(Inherited from ObjectBase)
Public propertyIsManualNumber 是否指定编号
(Inherited from INumberable)
Public propertyLocalMatrix 对象本地空间坐标矩阵
(Inherited from TFObject)
Public propertyLocked 对象是否锁定
(Inherited from ObjectBase)
Public propertyMain 主零件(零件/构件)
(Inherited from PreBuilt)
Public propertyNumber 编号
(Inherited from INumberable)
Public propertyNumberFixed 是否以起始编号指定零件编号序列号
(Inherited from INumberable)
Public propertyNumberPostfix 编号后缀
(Inherited from INumberable)
Public propertyNumberPrefix 编号前缀
(Inherited from INumberable)
Public propertyNumberStart 起始编号
(Inherited from INumberable)
Public propertyObjectMatrix 对象在父空间的坐标矩阵
(Inherited from TFObject)
Public propertyObjectWorldMatrix 对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyParent 父对象
(Inherited from TFObject)
Public propertyParentMatrix 父对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyPhaseNoObsolete.
阶段编号
(Inherited from TFObject)
Public propertyPhaseNumber 阶段编号
(Inherited from TFObject)
Public propertyPreBuilt 所属构件
(Inherited from TFObject)
Public propertyPrebuiltNumberFixed 是否以起始编号指定构件编号序列号
(Inherited from INumberable)
Public propertyScene 所属场景
(Inherited from ObjectBase)
Public propertyType 对象类型
(Inherited from ObjectBase)
Public propertyUsageInComp
(Inherited from TFObject)
Public propertyViewId 对象所在视图ID,仅对部分对象有效
(Inherited from TFObject)
Public propertyWorkAxis 工作坐标系 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyWorldMatrix 对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Top
Methods
 NameDescription
Public methodAddSubObject 添加次对象(零件/构件)
(Inherited from PreBuilt)
Public methodAddSubObjects 添加一组次对象(零件/构件)
(Inherited from PreBuilt)
Public methodFlush 将对象属性同步到对应的内核对象
(Inherited from ObjectBase)
Public methodGetBoundingBox 获取对象在世界空间的包围盒
(Inherited from TFObject)
Public methodGetCentroid 获取构件重心,此坐标受GlobalTransform影响
(Inherited from PreBuilt)
Public methodGetGrossWeight 获取构件毛重
(Inherited from PreBuilt)
Public methodGetNetWeight 获取构件净重
(Inherited from PreBuilt)
Public methodGetSurfaceArea 获取构件表面积
(Inherited from PreBuilt)
Public methodGetVolume 获取构件体积
(Inherited from PreBuilt)
Public methodRefresh 刷新内核对象
(Inherited from ObjectBase)
Public methodSetLocalCtrlPoints 在本地坐标系下设置控制点
(Inherited from TFObject)
Public methodSetWorldCtrlPoints 在世界坐标系下设置控制点 NOTE: points中坐标位置受Scene.GlobalTransform影响
(Inherited from TFObject)
Top
See Also