连接硬件
更多...
#include <Join_AttachmentHardware.hxx>
|
|
class | _AttachmentHardwareBuilder |
◆ Alignment()
| NXString NXOpen::Join::AttachmentHardware::Alignment |
( |
| ) |
|
返回连接硬件零件的对齐方式。
创建于 NX2007.0.0.
许可要求 : nx_join (" NX Join")
◆ GetBoltPoint()
| std::vector< NXOpen::Point3d > NXOpen::Join::AttachmentHardware::GetBoltPoint |
( |
| ) |
|
连接硬件零件的螺栓点
创建于 NX2007.0.0.
许可要求 : nx_join (" NX Join")
◆ GetConnectionPoint()
| std::vector< NXOpen::Point3d > NXOpen::Join::AttachmentHardware::GetConnectionPoint |
( |
| ) |
|
连接硬件零件的连接点
创建于 NX2007.0.0.
许可要求 : nx_join (" NX Join")
◆ SetAlignment() [1/2]
| void NXOpen::Join::AttachmentHardware::SetAlignment |
( |
const char * | alignment | ) |
|
设置连接硬件零件的对齐方式。
创建于 NX2007.0.0.
许可要求 : nx_join (" NX Join")
- 参数
-
◆ SetAlignment() [2/2]
| void NXOpen::Join::AttachmentHardware::SetAlignment |
( |
const NXString & | alignment | ) |
|
设置连接硬件零件的对齐方式。
创建于 NX2007.0.0.
许可要求 : nx_join (" NX Join")
- 参数
-
◆ SetBoltPoint()
| void NXOpen::Join::AttachmentHardware::SetBoltPoint |
( |
const std::vector< NXOpen::Point3d > & | bolts | ) |
|
连接硬件零件的螺栓点
创建于 NX2007.0.0.
许可要求 : nx_join (" NX Join")
- 参数
-
◆ SetConnectionPoint()
| void NXOpen::Join::AttachmentHardware::SetConnectionPoint |
( |
const std::vector< NXOpen::Point3d > & | connections | ) |
|
连接硬件零件的连接点
创建于 NX2007.0.0.
许可要求 : nx_join (" NX Join")
- 参数
-