NX Open C++ Reference Guide
|
Represents a builder for a paste face feature. More...
Public Types | |
enum | PasteOptionType { PasteOptionTypeAutomatic, PasteOptionTypeAdd, PasteOptionTypeSubtract } |
represents the paste option which defines whether the tool body is additive or subtractive. More... | |
Public Member Functions | |
NXOpen::Features::PasteFaceBuilder::PasteOptionType | PasteOption () |
Returns the paste option defines whether the tool body is additive or subtractive. | |
bool | ReverseTarget () |
Returns the reverse target. | |
bool | ReverseTool () |
Returns the reverse tool. | |
void | SetPasteOption (NXOpen::Features::PasteFaceBuilder::PasteOptionType pasteOption) |
Sets the paste option defines whether the tool body is additive or subtractive. | |
void | SetReverseTarget (bool reverseTarget) |
Sets the reverse target. | |
void | SetReverseTool (bool reverseTool) |
Sets the reverse tool. | |
NXOpen::SelectBody * | TargetBody () |
Returns the target body. | |
NXOpen::SelectBodyList * | ToolBody () |
Returns the collector holding the tool bodies. |
Represents a builder for a paste face feature.
To create a new instance of this class, use Features::FeatureCollection::CreatePasteFaceBuilder
Created in NX6.0.0.
represents the paste option which defines whether the tool body is additive or subtractive.
The paste option can be determined automatically from the add or subtract attributes on the tool body, or manually for a tool body lacking the said attributes.
NXOpen::Features::PasteFaceBuilder::PasteOptionType NXOpen::Features::PasteFaceBuilder::PasteOption | ( | ) |
Returns the paste option defines whether the tool body is additive or subtractive.
Created in NX6.0.0.
License requirements : None
Returns the reverse target.
A flag to indicate whether the target body direction is reversed, disabled if target body is solid.
Created in NX6.0.0.
License requirements : None
Returns the reverse tool.
A flag to indicate whether the tool body direction is reversed.
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::PasteFaceBuilder::SetPasteOption | ( | NXOpen::Features::PasteFaceBuilder::PasteOptionType | pasteOption | ) |
Sets the paste option defines whether the tool body is additive or subtractive.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
pasteOption | paste option |
void NXOpen::Features::PasteFaceBuilder::SetReverseTarget | ( | bool | reverseTarget | ) |
Sets the reverse target.
A flag to indicate whether the target body direction is reversed, disabled if target body is solid.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
reverseTarget | reverse target |
void NXOpen::Features::PasteFaceBuilder::SetReverseTool | ( | bool | reverseTool | ) |
Sets the reverse tool.
A flag to indicate whether the tool body direction is reversed.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
reverseTool | reverse tool |
Returns the target body.
The target body can be a solid or sheet.
Created in NX6.0.0.
License requirements : None
Returns the collector holding the tool bodies.
The tool bodies will be trimmed or extended then united to the target body. The tool bodies should be sheet bodies.
Created in NX6.0.0.
License requirements : None