实体修补构建器
更多...
#include <Tooling_SolidPatchBuilder.hxx>
|
|
class | _SolidPatchBuilderBuilder |
实体修补构建器
Represents a builder to be used to create a solid patch.
To create a new instance of this class, use NXOpen::Tooling::SolidPatchCollection::CreateBuilder
Default values.
| Property | Value |
| PatchType | SolidPatch |
| Subtract | 0 |
Created in NX7.5.0.
◆ SolidPatchType
Settings of the solid patch creation types.
| 枚举值 |
|---|
| SolidPatchTypeSolidPatch | Solid patch type indicates to create solid patch
|
| SolidPatchTypeLinkBody | Link body type indicates to create link body
|
◆ AddListPartToPatchData()
| void NXOpen::Tooling::SolidPatchBuilder::AddListPartToPatchData |
( |
std::vector< NXString > & | selectedListString | ) |
|
Add the selected list part as the destionation components.
Created in NX1980.0.0.
License requirements : None
- 参数
-
| selectedListString | Names of selected List |
◆ Patch()
Returns the tool bodies selected as linked source bodies for patching up the target body.
Created in NX7.5.0.
License requirements : None
◆ PatchType()
Returns the patch type of the solid patch creation.
Created in NX7.5.0.
License requirements : None
◆ Product()
Returns the product body selected as the target body for unite with tool bodies.
Created in NX7.5.0.
License requirements : None
◆ SetPatchType()
Sets the patch type of the solid patch creation.
Created in NX7.5.0.
License requirements : None
- 参数
-
◆ SetSubtract()
| void NXOpen::Tooling::SolidPatchBuilder::SetSubtract |
( |
bool | isSubtract | ) |
|
Sets the toggle for indicating if the tool is subtracted by the target or not.
Created in NX7.5.0.
License requirements : None
- 参数
-
◆ ShowResult()
| void NXOpen::Tooling::SolidPatchBuilder::ShowResult |
( |
| ) |
|
Show result button to write the patch and link this information to the list window.
Created in NX7.5.0.
License requirements : None
◆ Subtract()
| bool NXOpen::Tooling::SolidPatchBuilder::Subtract |
( |
| ) |
|
Returns the toggle for indicating if the tool is subtracted by the target or not.
Created in NX7.5.0.
License requirements : None