|
NX Open C++ 参考指南 2406 v1.1
|
毛坯排样构建器 更多...
#include <Tooling_BlankNestingBuilder.hxx>
友元 | |
| class | _BlankNestingBuilderBuilder |
毛坯排样构建器
PDW、EDW和模具工程的毛坯嵌套构建器。此构建器不返回任何对象。
要创建此类的新实例,请使用 NXOpen::Tooling::BlankNestingCollection::CreateBlankNestingBuilder
默认值。
| Property | Value |
|---|---|
| AngleResult | 0 |
| AngleResultExp.Value | 0 |
| AngleStep | 25 |
| AngleStepExp.Value | 25 |
| BlankArea | 0 |
| BlankAreaExp.Value | 0 |
| BoundarySegment | 200 |
| HeightStep | 25 |
| IsReNest | 0 |
| LayoutType | Rectangle |
| MinimumDistance | 0 |
| MinimumDistanceExp.Value | 0 |
| PitchResult | 0 |
| PitchResultExp.Value | 0 |
| StripWidthResult | 0 |
| StripWidthResultExp.Value | 0 |
| Utilization | 0 |
| WebDistance | 0 |
| WebDistanceExp.Value | 0 |
创建于NX8.5.0。
指定毛坯嵌套的布局类型。
| double NXOpen::Tooling::BlankNestingBuilder::AngleResult | ( | ) |
Returns the angle between processed blank and original blank.
Created in NX8.5.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::BlankNestingBuilder::AngleResultExp | ( | ) |
Returns the angle between processed blank and original blank.
Created in NX1872.0.0.
License requirements : None
| double NXOpen::Tooling::BlankNestingBuilder::AngleStep | ( | ) |
返回处理毛坯旋转时使用的角度增量(以度为单位)。
创建于NX8.5.0。
许可证要求:无
| NXOpen::Expression * NXOpen::Tooling::BlankNestingBuilder::AngleStepExp | ( | ) |
Returns the angle increment to use when rotating the blank during the processing to find the best layout. The angle is specified in degrees.
Created in NX1872.0.0.
License requirements : None
| double NXOpen::Tooling::BlankNestingBuilder::BlankArea | ( | ) |
Returns the up datum face area that was found in the processing.
Created in NX8.5.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::BlankNestingBuilder::BlankAreaExp | ( | ) |
Returns the up datum face area that was found in the processing.
Created in NX1872.0.0.
License requirements : None
| int NXOpen::Tooling::BlankNestingBuilder::BoundarySegment | ( | ) |
返回边界段数量。
创建于NX8.5.0。
许可证要求:无
| double NXOpen::Tooling::BlankNestingBuilder::HeightStep | ( | ) |
Returns the distance increment to use when translating the blank in the vertical direction during the processing to find the best layout.
Created in NX8.5.0.
License requirements : None
| bool NXOpen::Tooling::BlankNestingBuilder::IsReNest | ( | ) |
返回属性值,该属性指定是否重新嵌套
创建于 NX1872.0.0。
许可要求:无
| void NXOpen::Tooling::BlankNestingBuilder::LayoutCalculation | ( | ) |
计算所选实体的最大材料利用率方法。
创建于NX8.5.0。
许可证要求:无
| NXOpen::Tooling::BlankNestingBuilder::LayoutTypeSpecification NXOpen::Tooling::BlankNestingBuilder::LayoutType | ( | ) |
返回毛坯嵌套处理中使用的布局类型。
创建于NX8.5.0。
许可证要求:无
| double NXOpen::Tooling::BlankNestingBuilder::MinimumDistance | ( | ) |
返回相邻毛坯之间的最小距离。
创建于NX8.5.0。
许可证要求:无
| NXOpen::Expression * NXOpen::Tooling::BlankNestingBuilder::MinimumDistanceExp | ( | ) |
返回相邻毛坯之间的最小距离表达式。
创建于NX1872.0.0。
许可证要求:无
| double NXOpen::Tooling::BlankNestingBuilder::PitchResult | ( | ) |
Returns the distance between blanks that was found in the processing.
Created in NX8.5.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::BlankNestingBuilder::PitchResultExp | ( | ) |
Returns the distance between blanks that was found in the processing.
Created in NX1872.0.0.
License requirements : None
| NXOpen::ScCollector * NXOpen::Tooling::BlankNestingBuilder::SelectObject | ( | ) |
返回组成待嵌套毛坯的所选实体。
创建于NX8.5.0。
许可证要求:无
| void NXOpen::Tooling::BlankNestingBuilder::SetAngleResult | ( | double | angleResult | ) |
Sets the angle between processed blank and original blank.
Created in NX8.5.0.
License requirements : None
| angleResult | angleresult |
| void NXOpen::Tooling::BlankNestingBuilder::SetAngleStep | ( | double | angleStep | ) |
设置处理毛坯旋转时使用的角度增量(以度为单位)。
创建于NX8.5.0。
许可证要求:无
| angleStep | anglestep |
| void NXOpen::Tooling::BlankNestingBuilder::SetBlankArea | ( | double | blankArea | ) |
Sets the up datum face area that was found in the processing.
Created in NX8.5.0.
License requirements : None
| blankArea | blankarea |
| void NXOpen::Tooling::BlankNestingBuilder::SetBoundarySegment | ( | int | boundarySegment | ) |
设置边界段数量。
创建于NX8.5.0。
许可证要求:无
| boundarySegment | boundarysegment |
| void NXOpen::Tooling::BlankNestingBuilder::SetHeightStep | ( | double | heightStep | ) |
Sets the distance increment to use when translating the blank in the vertical direction during the processing to find the best layout.
Created in NX8.5.0.
License requirements : None
| heightStep | heightstep |
| void NXOpen::Tooling::BlankNestingBuilder::SetLayoutType | ( | NXOpen::Tooling::BlankNestingBuilder::LayoutTypeSpecification | layoutType | ) |
设置毛坯嵌套处理中使用的布局类型。
创建于NX8.5.0。
许可证要求:无
| layoutType | layouttype |
| void NXOpen::Tooling::BlankNestingBuilder::SetMinimumDistance | ( | double | minimumDistance | ) |
设置相邻毛坯之间的最小距离。
创建于NX8.5.0。
许可证要求:无
| minimumDistance | minimumdistance |
| void NXOpen::Tooling::BlankNestingBuilder::SetPitchResult | ( | double | pitchResult | ) |
Sets the distance between blanks that was found in the processing.
Created in NX8.5.0.
License requirements : None
| pitchResult | pitchresult |
| void NXOpen::Tooling::BlankNestingBuilder::SetReNest | ( | bool | isReNest | ) |
设置属性值,该属性指定是否重新嵌套
创建于 NX1872.0.0。
许可要求:无
| isReNest | 是否重新嵌套 |
| void NXOpen::Tooling::BlankNestingBuilder::SetStripWidthResult | ( | double | stripWidthResult | ) |
Sets the strip width.
Created in NX8.5.0.
License requirements : None
| stripWidthResult | stripwidthresult |
| void NXOpen::Tooling::BlankNestingBuilder::SetUtilization | ( | double | utilization | ) |
设置毛坯的最大材料利用率。
创建于 NX8.5.0。
许可要求:无
| utilization | 利用率 |
| void NXOpen::Tooling::BlankNestingBuilder::SetWebDistance | ( | double | webDistance | ) |
设置毛坯与条带之间的距离。
创建于NX8.5.0。
许可证要求:无
| webDistance | webdistance |
| double NXOpen::Tooling::BlankNestingBuilder::StripWidthResult | ( | ) |
Returns the strip width.
Created in NX8.5.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::BlankNestingBuilder::StripWidthResultExp | ( | ) |
Returns the strip width.
Created in NX1872.0.0.
License requirements : None
| double NXOpen::Tooling::BlankNestingBuilder::Utilization | ( | ) |
Returns the maximum material utilization of the blank.
Created in NX8.5.0.
License requirements : None
| double NXOpen::Tooling::BlankNestingBuilder::WebDistance | ( | ) |
返回毛坯与条带之间的距离。
创建于NX8.5.0。
许可证要求:无
| NXOpen::Expression * NXOpen::Tooling::BlankNestingBuilder::WebDistanceExp | ( | ) |
返回毛坯与条带之间的距离表达式。
创建于NX1872.0.0。
许可证要求:无