NX Open C++ Reference Guide
|
Represents a @link Features::TrimAndExtend Features::TrimAndExtend@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateTrimAndExtendBuilder Features::FeatureCollection::CreateTrimAndExtendBuilder @endlink <br>
Default values. More...
Public Types | |
enum | ArrowSideType { ArrowSideTypeRetain, ArrowSideTypeDelete } |
Trim or Extend Arrow Side Results type. More... | |
enum | OperationType { OperationTypeUntilSelected, OperationTypeMakeCorner } |
Trim or Extend operation type. More... | |
Public Member Functions | |
NXOpen::Features::TrimAndExtendBuilder::ArrowSideType | ArrowSideOption () |
Returns the trim extend desired result type Created in NX9.0.0. | |
NXOpen::Features::ExtendSheetBuilder::BodyOutput | BodyOutputOption () |
Returns the body output type Created in NX9.0.0. | |
bool | CombineOption () |
Returns the combine option determines if two bodies that make a corner are combined into one body. | |
bool | CopyOriginalOption () |
Returns the copy original logical determines if the original body is modified or if a copy of the original is modified. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX9.0.0. | |
NXOpen::Features::TrimAndExtendBuilder::OperationType | Operation () |
Returns the trim extend type Created in NX9.0.0. | |
bool | ReverseTarget () |
Returns the target reverse side flag Created in NX9.0.0. | |
bool | ReverseTool () |
Returns the tool reverse side flag Created in NX9.0.0. | |
void | SetArrowSideOption (NXOpen::Features::TrimAndExtendBuilder::ArrowSideType arrowSideType) |
Sets the trim extend desired result type Created in NX9.0.0. | |
void | SetBodyOutputOption (NXOpen::Features::ExtendSheetBuilder::BodyOutput bodyOutputOption) |
Sets the body output type Created in NX9.0.0. | |
void | SetCombineOption (bool combine) |
Sets the combine option determines if two bodies that make a corner are combined into one body. | |
void | SetCopyOriginalOption (bool copyOriginal) |
Sets the copy original logical determines if the original body is modified or if a copy of the original is modified. | |
void | SetDistanceTolerance (double tolerance) |
Sets the distance tolerance Created in NX9.0.0. | |
void | SetOperation (NXOpen::Features::TrimAndExtendBuilder::OperationType operation) |
Sets the trim extend type Created in NX9.0.0. | |
void | SetReverseTarget (bool reverseTarget) |
Sets the target reverse side flag Created in NX9.0.0. | |
void | SetReverseTool (bool reverseTool) |
Sets the tool reverse side flag Created in NX9.0.0. | |
void | SetSurfaceShapeOption (NXOpen::Features::ExtendSheetBuilder::SurfaceShape surfaceShapeOption) |
Sets the extension method Created in NX9.0.0. | |
NXOpen::Features::ExtendSheetBuilder::SurfaceShape | SurfaceShapeOption () |
Returns the extension method Created in NX9.0.0. | |
NXOpen::ScCollector * | TargetSelection () |
Returns the target collector which contains either edge or face Created in NX9.0.0. | |
NXOpen::ScCollector * | ToolSelection () |
Returns the tool collector which contains either edges or faces Created in NX9.0.0. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link Features::TrimAndExtend Features::TrimAndExtend@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateTrimAndExtendBuilder Features::FeatureCollection::CreateTrimAndExtendBuilder @endlink <br>
Default values.
Property | Value |
---|---|
ArrowSideOption |
Retain |
BodyOutputOption |
ExtendOriginalSheet |
CombineOption |
true |
CopyOriginalOption |
false |
Operation |
UntilSelected |
SurfaceShapeOption |
NaturalCurvature |
Created in NX9.0.0.
NXOpen::Features::TrimAndExtendBuilder::ArrowSideType NXOpen::Features::TrimAndExtendBuilder::ArrowSideOption | ( | ) |
Returns the trim extend desired result type
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ExtendSheetBuilder::BodyOutput NXOpen::Features::TrimAndExtendBuilder::BodyOutputOption | ( | ) |
Returns the body output type
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::TrimAndExtendBuilder::CombineOption | ( | ) |
Returns the combine option determines if two bodies that make a corner are combined into one body.
Applicable only for TrimExtendType of MakeCorner.
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::TrimAndExtendBuilder::CopyOriginalOption | ( | ) |
Returns the copy original logical determines if the original body is modified or if a copy of the original is modified.
Created in NX9.0.0.
License requirements : None
double NXOpen::Features::TrimAndExtendBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance
Created in NX9.0.0.
License requirements : None
NXOpen::Features::TrimAndExtendBuilder::OperationType NXOpen::Features::TrimAndExtendBuilder::Operation | ( | ) |
Returns the trim extend type
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::TrimAndExtendBuilder::ReverseTarget | ( | ) |
Returns the target reverse side flag
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::TrimAndExtendBuilder::ReverseTool | ( | ) |
Returns the tool reverse side flag
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::TrimAndExtendBuilder::SetArrowSideOption | ( | NXOpen::Features::TrimAndExtendBuilder::ArrowSideType | arrowSideType | ) |
Sets the trim extend desired result type
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
arrowSideType | arrowsidetype |
void NXOpen::Features::TrimAndExtendBuilder::SetBodyOutputOption | ( | NXOpen::Features::ExtendSheetBuilder::BodyOutput | bodyOutputOption | ) |
Sets the body output type
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
bodyOutputOption | bodyoutputoption |
void NXOpen::Features::TrimAndExtendBuilder::SetCombineOption | ( | bool | combine | ) |
Sets the combine option determines if two bodies that make a corner are combined into one body.
Applicable only for TrimExtendType of MakeCorner.
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
combine | combine |
void NXOpen::Features::TrimAndExtendBuilder::SetCopyOriginalOption | ( | bool | copyOriginal | ) |
Sets the copy original logical determines if the original body is modified or if a copy of the original is modified.
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
copyOriginal | copyoriginal |
void NXOpen::Features::TrimAndExtendBuilder::SetDistanceTolerance | ( | double | tolerance | ) |
Sets the distance tolerance
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
tolerance | tolerance |
void NXOpen::Features::TrimAndExtendBuilder::SetOperation | ( | NXOpen::Features::TrimAndExtendBuilder::OperationType | operation | ) |
Sets the trim extend type
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
operation | operation |
void NXOpen::Features::TrimAndExtendBuilder::SetReverseTarget | ( | bool | reverseTarget | ) |
Sets the target reverse side flag
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
reverseTarget | reversetarget |
void NXOpen::Features::TrimAndExtendBuilder::SetReverseTool | ( | bool | reverseTool | ) |
Sets the tool reverse side flag
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
reverseTool | reversetool |
void NXOpen::Features::TrimAndExtendBuilder::SetSurfaceShapeOption | ( | NXOpen::Features::ExtendSheetBuilder::SurfaceShape | surfaceShapeOption | ) |
Sets the extension method
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
surfaceShapeOption | surfaceshapeoption |
NXOpen::Features::ExtendSheetBuilder::SurfaceShape NXOpen::Features::TrimAndExtendBuilder::SurfaceShapeOption | ( | ) |
Returns the extension method
Created in NX9.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::TrimAndExtendBuilder::TargetSelection | ( | ) |
Returns the target collector which contains either edge or face
Created in NX9.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::TrimAndExtendBuilder::ToolSelection | ( | ) |
Returns the tool collector which contains either edges or faces
Created in NX9.0.0.
License requirements : None