NX Open C++ Reference Guide
|
Represents a NormalCutout feature builder. More...
Public Types | |
enum | CutTypeOptions { CutTypeOptionsThicknessCut, CutTypeOptionsMidPlaneCut } |
This enum represents the cut type for the normal cutout. More... | |
enum | DepthSideOptions { DepthSideOptionsSectionNormalSide, DepthSideOptionsSectionReverseNormalSide, DepthSideOptionsSymmetric } |
This enum represents the depth direction for the normal cutout. More... | |
enum | DepthTypeOptions { DepthTypeOptionsFinite, DepthTypeOptionsFromTo, DepthTypeOptionsThroughNext, DepthTypeOptionsThroughAll } |
This enum represents the depth type for the normal cutout. More... | |
enum | SectionSideOptions { SectionSideOptionsLeft, SectionSideOptionsRight } |
This enum represents the side of the section that the normal cutout removes material. More... | |
enum | TypeOptions { TypeOptionsSketchType, TypeOptionsNonPlanarCurveType } |
Represents the type of the normal cutout - sketch type OR 3D-curve type. More... | |
Public Member Functions | |
NXOpen::Features::SheetMetal::NormalCutoutBuilder::CutTypeOptions | CutType () |
Returns the cut type for the normal cutout. | |
NXOpen::Expression * | Depth () |
Returns the depth of the cutout. | |
NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthSideOptions | DepthSide () |
Returns the depth side for the normal cutout. | |
NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptions | DepthType () |
Returns the depth type for the normal cutout. | |
NXOpen::ISurface * | From () |
Returns the face or datum plane from which the cutout begins. | |
NXOpen::Section * | Section () |
Returns the section used by the normal cutout. | |
NXOpen::Features::SheetMetal::NormalCutoutBuilder::SectionSideOptions | SectionSide () |
Returns the side of the section that the normal cutout removes material. | |
void | SetCutType (NXOpen::Features::SheetMetal::NormalCutoutBuilder::CutTypeOptions cutType) |
Sets the cut type for the normal cutout. | |
void | SetDepth (const NXString &depth) |
Created in NX4.0.0. | |
void | SetDepth (const char *depth) |
Created in NX4.0.0. | |
void | SetDepthSide (NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthSideOptions depthSide) |
Sets the depth side for the normal cutout. | |
void | SetDepthType (NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptions type) |
Sets the depth type for the normal cutout. | |
void | SetFrom (NXOpen::ISurface *ffrom) |
Sets the face or datum plane from which the cutout begins. | |
void | SetSection (NXOpen::Section *section) |
Sets the section used by the normal cutout. | |
void | SetSectionSide (NXOpen::Features::SheetMetal::NormalCutoutBuilder::SectionSideOptions sectionSide) |
Sets the side of the section that the normal cutout removes material. | |
void | SetSketch (NXOpen::Features::SketchFeature *sketch) |
Sets the internal sketch used by the normal cutout, if it exists. | |
void | SetTo (NXOpen::ISurface *to) |
Sets the face or datum plane at which the cutout ends. | |
void | SetType (NXOpen::Features::SheetMetal::NormalCutoutBuilder::TypeOptions type) |
Sets the type for the normal cutout. | |
NXOpen::Features::SketchFeature * | Sketch () |
Returns the internal sketch used by the normal cutout, if it exists. | |
NXOpen::ISurface * | To () |
Returns the face or datum plane at which the cutout ends. | |
NXOpen::Features::SheetMetal::NormalCutoutBuilder::TypeOptions | Type () |
Returns the type for the normal cutout. | |
int | ValidateBuilderData () |
Verify that the builder data is valid for creating a normal cutout. | |
![]() | |
NXOpen::Features::SheetMetal::ApplicationContext | GetApplicationContext () |
Get the application context. | |
void | SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext) |
Set the application context. | |
![]() | |
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 NormalCutout feature builder.
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateNormalCutoutFeatureBuilder
Created in NX4.0.0.
This enum represents the depth direction for the normal cutout.
Not used if the normal cutout is from-to.
DepthSideOptionsSectionNormalSide |
Material removed on the side of the section normal. |
DepthSideOptionsSectionReverseNormalSide |
Material removed on the side opposite to that of the section normal. |
DepthSideOptionsSymmetric |
Material removed in both directions equally. Only applies when the depth type is Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptionsFinite . |
This enum represents the side of the section that the normal cutout removes material.
The "left" option represents the side to the left of a person who is walking along the section in the direction of its curves when the section normal is pointing up. The "right" option represents the person's right hand side. This interpretation is the same regardless of whether the section is open or closed. The "right" side at any point along the section can also be represented by the vector resulting from the cross product of the curve tangent (of the section curve at that point) and the section normal. The "left" side is the opposite.
Represents the type of the normal cutout - sketch type OR 3D-curve type.
TypeOptionsSketchType |
Sketch type normal cutout. |
TypeOptionsNonPlanarCurveType |
3D curves type normal cutout |
NXOpen::Features::SheetMetal::NormalCutoutBuilder::CutTypeOptions NXOpen::Features::SheetMetal::NormalCutoutBuilder::CutType | ( | ) |
Returns the cut type for the normal cutout.
The options are in Features::SheetMetal::NormalCutoutBuilder::CutTypeOptions .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::NormalCutoutBuilder::Depth | ( | ) |
Returns the depth of the cutout.
Only applies when the depth type is Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptionsFinite .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthSideOptions NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthSide | ( | ) |
Returns the depth side for the normal cutout.
The options are in Features::SheetMetal::NormalCutoutBuilder::DepthSideOptions .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptions NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthType | ( | ) |
Returns the depth type for the normal cutout.
The options are in Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptions .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::ISurface* NXOpen::Features::SheetMetal::NormalCutoutBuilder::From | ( | ) |
Returns the face or datum plane from which the cutout begins.
This is only applicable if the depth type is Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptionsFromTo
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Section* NXOpen::Features::SheetMetal::NormalCutoutBuilder::Section | ( | ) |
Returns the section used by the normal cutout.
It can be open or closed.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::NormalCutoutBuilder::SectionSideOptions NXOpen::Features::SheetMetal::NormalCutoutBuilder::SectionSide | ( | ) |
Returns the side of the section that the normal cutout removes material.
The options are in Features::SheetMetal::NormalCutoutBuilder::SectionSideOptions .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetCutType | ( | NXOpen::Features::SheetMetal::NormalCutoutBuilder::CutTypeOptions | cutType | ) |
Sets the cut type for the normal cutout.
The options are in Features::SheetMetal::NormalCutoutBuilder::CutTypeOptions .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
cutType | cut type |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetDepth | ( | const NXString & | depth | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
depth | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetDepth | ( | const char * | depth | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
depth | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetDepthSide | ( | NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthSideOptions | depthSide | ) |
Sets the depth side for the normal cutout.
The options are in Features::SheetMetal::NormalCutoutBuilder::DepthSideOptions .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
depthSide | depth side |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetDepthType | ( | NXOpen::Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptions | type | ) |
Sets the depth type for the normal cutout.
The options are in Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptions .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
type | type |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetFrom | ( | NXOpen::ISurface * | ffrom | ) |
Sets the face or datum plane from which the cutout begins.
This is only applicable if the depth type is Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptionsFromTo
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
ffrom | From face or datum plane |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetSection | ( | NXOpen::Section * | section | ) |
Sets the section used by the normal cutout.
It can be open or closed.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
section | section |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetSectionSide | ( | NXOpen::Features::SheetMetal::NormalCutoutBuilder::SectionSideOptions | sectionSide | ) |
Sets the side of the section that the normal cutout removes material.
The options are in Features::SheetMetal::NormalCutoutBuilder::SectionSideOptions .
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
sectionSide | section side |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetSketch | ( | NXOpen::Features::SketchFeature * | sketch | ) |
Sets the internal sketch used by the normal cutout, if it exists.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
sketch | sketch |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetTo | ( | NXOpen::ISurface * | to | ) |
Sets the face or datum plane at which the cutout ends.
This is only applicable if the depth type is Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptionsFromTo
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
to | To face or datum plane |
void NXOpen::Features::SheetMetal::NormalCutoutBuilder::SetType | ( | NXOpen::Features::SheetMetal::NormalCutoutBuilder::TypeOptions | type | ) |
Sets the type for the normal cutout.
The options are in Features::SheetMetal::NormalCutoutBuilder::TypeOptions .
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
type | type |
NXOpen::Features::SketchFeature* NXOpen::Features::SheetMetal::NormalCutoutBuilder::Sketch | ( | ) |
Returns the internal sketch used by the normal cutout, if it exists.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::ISurface* NXOpen::Features::SheetMetal::NormalCutoutBuilder::To | ( | ) |
Returns the face or datum plane at which the cutout ends.
This is only applicable if the depth type is Features::SheetMetal::NormalCutoutBuilder::DepthTypeOptionsFromTo
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::NormalCutoutBuilder::TypeOptions NXOpen::Features::SheetMetal::NormalCutoutBuilder::Type | ( | ) |
Returns the type for the normal cutout.
The options are in Features::SheetMetal::NormalCutoutBuilder::TypeOptions .
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
int NXOpen::Features::SheetMetal::NormalCutoutBuilder::ValidateBuilderData | ( | ) |
Verify that the builder data is valid for creating a normal cutout.
<br> If the builder data is valid, a value of 0 is returned. <br> @return data validity flag (zero is valid, non-zero is invalid).
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")