嵌套原材料类
更多...
#include <NestingStock.hxx>
◆ Priorities
此枚举定义零件的优先级等级。
| 枚举值 |
|---|
| PrioritiesLowest | 最低
|
| PrioritiesLow | 低
|
| PrioritiesNormal | 正常
|
| PrioritiesHigh | 高
|
| PrioritiesHighest | 最高
|
◆ ~NestingStock()
| virtual NXOpen::NestingStock::~NestingStock |
( |
| ) |
|
|
virtual |
释放与该实例关联的资源。调用此方法后,该对象将不可再使用。在.NET中,当垃圾回收器删除对象时会自动调用此方法。
创建于NX2007.0.0。
许可要求: 无
◆ Length()
| double NXOpen::NestingStock::Length |
( |
| ) |
|
获取原材料长度。
创建于NX2007.0.0。
许可要求: 无
◆ Name()
获取原材料名称。
创建于NX2007.0.0。
许可要求: 无
◆ Priority()
获取原材料优先级。
创建于NX2007.0.0。
许可要求: 无
◆ Quantity()
| int NXOpen::NestingStock::Quantity |
( |
| ) |
|
获取原材料数量。
创建于NX2007.0.0。
许可要求: 无
◆ SetLength()
| void NXOpen::NestingStock::SetLength |
( |
double | length | ) |
|
设置原材料长度。
创建于NX2007.0.0。
许可要求: nx_2d_nesting("NX 2D排样")
- 参数
-
◆ SetPriority()
设置原材料优先级。
创建于NX2007.0.0。
许可要求: nx_2d_nesting("NX 2D排样")
- 参数
-
◆ SetQuantity()
| void NXOpen::NestingStock::SetQuantity |
( |
int | quantity | ) |
|
设置原材料数量。
创建于NX2007.0.0。
许可要求: nx_2d_nesting("NX 2D排样")
- 参数
-
◆ SetThickness()
| void NXOpen::NestingStock::SetThickness |
( |
double | thickness | ) |
|
设置原材料厚度。
创建于NX2007.0.0。
许可要求: nx_2d_nesting("NX 2D排样")
- 参数
-
◆ SetWidth()
| void NXOpen::NestingStock::SetWidth |
( |
double | width | ) |
|
设置原材料宽度。
创建于NX2007.0.0。
许可要求: nx_2d_nesting("NX 2D排样")
- 参数
-
◆ Thickness()
| double NXOpen::NestingStock::Thickness |
( |
| ) |
|
获取原材料厚度。
创建于NX2007.0.0。
许可要求: 无
◆ Width()
| double NXOpen::NestingStock::Width |
( |
| ) |
|
获取原材料宽度。
创建于NX2007.0.0。
许可要求: 无