NX Open C++ Reference Guide
|
Represents a SketchAssociativeTrimBuilder
To create a new instance of this class, use SketchCollection::CreateSketchAssociativeTrimBuilder
Default values.
More...
Public Types | |
enum | TrimOption { TrimOptionKeep, TrimOptionDiscard } |
Represents the keep discard options for selected region. More... | |
Public Member Functions | |
NXOpen::Section * | CreateSection () |
The function creates a new empty section object and adds it to the builder. | |
void | DeselectRegion (const NXOpen::Point3d &helpPoint) |
The region corresponding to help point will be delsected from being kept/discarded depending on trim type Created in NX6.0.0. | |
std::vector< NXOpen::Section * > | GetSections () |
This function gets all sections of the trim constraint during create/edit. | |
NXOpen::SelectNXObjectList * | RecipeCurves () |
Returns the input curves. | |
void | RemoveSection (NXOpen::Section *section) |
The function removes the given section from the builder Created in NX6.0.0. | |
void | ResetRegions () |
The regions are forced to be deselected Created in NX6.0.0. | |
void | SelectRegion (const NXOpen::Point3d &helpPoint) |
The function sets help point for region select. | |
void | SetTrimType (NXOpen::SketchAssociativeTrimBuilder::TrimOption option) |
Sets the trim region type - if the region needs to be kept/discarded Created in NX6.0.0. | |
NXOpen::SketchAssociativeTrimBuilder::TrimOption | TrimType () |
Returns the trim region type - if the region needs to be kept/discarded Created in NX6.0.0. | |
void | UpdateRegions () |
The regions are recreated and updated to reflect the change in the boundary curves Created in NX6.0.0. |
Represents a SketchAssociativeTrimBuilder
To create a new instance of this class, use SketchCollection::CreateSketchAssociativeTrimBuilder
Default values.
Property | Value |
---|---|
TrimType |
Keep |
Created in NX5.0.0.
The function creates a new empty section object and adds it to the builder.
void NXOpen::SketchAssociativeTrimBuilder::DeselectRegion | ( | const NXOpen::Point3d & | helpPoint | ) |
The region corresponding to help point will be delsected from being kept/discarded depending on trim type
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
helpPoint | Help point for region selection |
std::vector<NXOpen::Section *> NXOpen::SketchAssociativeTrimBuilder::GetSections | ( | ) |
This function gets all sections of the trim constraint during create/edit.
Returns the input curves.
These curves must be a part of a single continuous recipe chain.
Created in NX6.0.0.
License requirements : None
void NXOpen::SketchAssociativeTrimBuilder::RemoveSection | ( | NXOpen::Section * | section | ) |
The function removes the given section from the builder
Created in NX6.0.0.
License requirements : None
section | Section object to remove |
The regions are forced to be deselected
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::SketchAssociativeTrimBuilder::SelectRegion | ( | const NXOpen::Point3d & | helpPoint | ) |
The function sets help point for region select.
The region corresponding to help point will be kept/discarded depending on trim type
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
helpPoint | Help point for region selection |
void NXOpen::SketchAssociativeTrimBuilder::SetTrimType | ( | NXOpen::SketchAssociativeTrimBuilder::TrimOption | option | ) |
Sets the trim region type - if the region needs to be kept/discarded
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
option | option |
Returns the trim region type - if the region needs to be kept/discarded
Created in NX6.0.0.
License requirements : None
The regions are recreated and updated to reflect the change in the boundary curves
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")