ComponentBaseCreateBoltGroup(PartBase, PartBase, Vec3, Vec3, String, Double, UInt32, Boolean) Method |
返回用户文档首页Note: This API is now obsolete.
创建螺栓组
Namespace: LoongCAD.STC.Object3DAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax [ObsoleteAttribute("此方法已弃用,请使用不包含螺栓标准参数的CreateBoltGroup方法")]
BoltGroup CreateBoltGroup(
PartBase main,
PartBase sub,
Vec3 pos0,
Vec3 pos1,
string standard,
double size,
uint sectFlags,
bool bRuntime
)
Parameters
- main PartBase
-
- sub PartBase
-
- pos0 Vec3
-
- pos1 Vec3
-
- standard String
-
- size Double
-
- sectFlags UInt32
-
- bRuntime Boolean
-
Return Value
BoltGroupRemarks 此方法已弃用
See Also