NX Open C++ Reference Guide
|
Represents a Features::SheetMetal::SolidPunchBuilder
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateSolidPunchBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | Types { TypesPunchType, TypesDieType } |
Represents the punch type. More... | |
Public Member Functions | |
bool | AutoCentroid () |
Returns the option to create centroid automatically. | |
bool | ConstantThickness () |
Returns the option to maintain constant thickness during thickening. | |
NXOpen::Expression * | DieRadius () |
Returns the Radius value of the sharp edges of the bottom face Created in NX5.0.0. | |
NXOpen::CoordinateSystem * | FromCsys () |
Returns the csys that defines the start of transformation of the tool body. | |
bool | HideTool () |
Returns the option to hide the tool body after creating the punch. | |
bool | IncludeRounding () |
Returns the option to round the sharp edges of bottom face and top face. | |
bool | InferThickness () |
Returns the option to infer the thickness from the target body. | |
NXOpen::SelectFaceList * | PierceFaces () |
Returns the pierce faces of the tool body. | |
NXOpen::Expression * | PunchRadius () |
Returns the Radius value of the sharp edges on the top face Created in NX5.0.0. | |
void | SetAutoCentroid (bool autoCentroid) |
Sets the option to create centroid automatically. | |
void | SetConstantThickness (bool constantThickness) |
Sets the option to maintain constant thickness during thickening. | |
void | SetFromCsys (NXOpen::CoordinateSystem *fromCsys) |
Sets the csys that defines the start of transformation of the tool body. | |
void | SetHideTool (bool hideTool) |
Sets the option to hide the tool body after creating the punch. | |
void | SetIncludeRounding (bool includeRounding) |
Sets the option to round the sharp edges of bottom face and top face. | |
void | SetInferThickness (bool inferThickness) |
Sets the option to infer the thickness from the target body. | |
void | SetToCsys (NXOpen::CoordinateSystem *toCsys) |
Sets the csys that defines the end of transformation of the tool body. | |
void | SetType (NXOpen::Features::SheetMetal::SolidPunchBuilder::Types type) |
Sets the type Created in NX5.0.0. | |
NXOpen::SelectFace * | TargetFace () |
Returns the target face Created in NX5.0.0. | |
NXOpen::Expression * | Thickness () |
Returns the thickness expression to use when the option to infer thickness is turned off. | |
NXOpen::CoordinateSystem * | ToCsys () |
Returns the csys that defines the end of transformation of the tool body. | |
NXOpen::SelectBody * | ToolBody () |
Returns the tool body Created in NX5.0.0. | |
NXOpen::Features::SheetMetal::SolidPunchBuilder::Types | Type () |
Returns the type Created in NX5.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 Features::SheetMetal::SolidPunchBuilder
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateSolidPunchBuilder
Created in NX5.0.0.
bool NXOpen::Features::SheetMetal::SolidPunchBuilder::AutoCentroid | ( | ) |
Returns the option to create centroid automatically.
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::SheetMetal::SolidPunchBuilder::ConstantThickness | ( | ) |
Returns the option to maintain constant thickness during thickening.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::SheetMetal::SolidPunchBuilder::DieRadius | ( | ) |
Returns the Radius value of the sharp edges of the bottom face
Created in NX5.0.0.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::Features::SheetMetal::SolidPunchBuilder::FromCsys | ( | ) |
Returns the csys that defines the start of transformation of the tool body.
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::SheetMetal::SolidPunchBuilder::HideTool | ( | ) |
Returns the option to hide the tool body after creating the punch.
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::SheetMetal::SolidPunchBuilder::IncludeRounding | ( | ) |
Returns the option to round the sharp edges of bottom face and top face.
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::SheetMetal::SolidPunchBuilder::InferThickness | ( | ) |
Returns the option to infer the thickness from the target body.
Created in NX5.0.0.
License requirements : None
NXOpen::SelectFaceList* NXOpen::Features::SheetMetal::SolidPunchBuilder::PierceFaces | ( | ) |
Returns the pierce faces of the tool body.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::SheetMetal::SolidPunchBuilder::PunchRadius | ( | ) |
Returns the Radius value of the sharp edges on the top face
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::SheetMetal::SolidPunchBuilder::SetAutoCentroid | ( | bool | autoCentroid | ) |
Sets the option to create centroid automatically.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR sheet_metal_design ("SHEET METAL DESIGN")
autoCentroid | autocentroid |
void NXOpen::Features::SheetMetal::SolidPunchBuilder::SetConstantThickness | ( | bool | constantThickness | ) |
Sets the option to maintain constant thickness during thickening.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR sheet_metal_design ("SHEET METAL DESIGN")
constantThickness | constantthickness |
void NXOpen::Features::SheetMetal::SolidPunchBuilder::SetFromCsys | ( | NXOpen::CoordinateSystem * | fromCsys | ) |
Sets the csys that defines the start of transformation of the tool body.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR sheet_metal_design ("SHEET METAL DESIGN")
fromCsys | fromcsys |
void NXOpen::Features::SheetMetal::SolidPunchBuilder::SetHideTool | ( | bool | hideTool | ) |
Sets the option to hide the tool body after creating the punch.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR sheet_metal_design ("SHEET METAL DESIGN")
hideTool | hidetool |
void NXOpen::Features::SheetMetal::SolidPunchBuilder::SetIncludeRounding | ( | bool | includeRounding | ) |
Sets the option to round the sharp edges of bottom face and top face.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR sheet_metal_design ("SHEET METAL DESIGN")
includeRounding | includerounding |
void NXOpen::Features::SheetMetal::SolidPunchBuilder::SetInferThickness | ( | bool | inferThickness | ) |
Sets the option to infer the thickness from the target body.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR sheet_metal_design ("SHEET METAL DESIGN")
inferThickness | inferthickness |
void NXOpen::Features::SheetMetal::SolidPunchBuilder::SetToCsys | ( | NXOpen::CoordinateSystem * | toCsys | ) |
Sets the csys that defines the end of transformation of the tool body.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR sheet_metal_design ("SHEET METAL DESIGN")
toCsys | tocsys |
void NXOpen::Features::SheetMetal::SolidPunchBuilder::SetType | ( | NXOpen::Features::SheetMetal::SolidPunchBuilder::Types | type | ) |
Sets the type
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR sheet_metal_design ("SHEET METAL DESIGN")
type | type |
NXOpen::SelectFace* NXOpen::Features::SheetMetal::SolidPunchBuilder::TargetFace | ( | ) |
Returns the target face
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::SheetMetal::SolidPunchBuilder::Thickness | ( | ) |
Returns the thickness expression to use when the option to infer thickness is turned off.
Created in NX5.0.0.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::Features::SheetMetal::SolidPunchBuilder::ToCsys | ( | ) |
Returns the csys that defines the end of transformation of the tool body.
Created in NX5.0.0.
License requirements : None
NXOpen::SelectBody* NXOpen::Features::SheetMetal::SolidPunchBuilder::ToolBody | ( | ) |
Returns the tool body
Created in NX5.0.0.
License requirements : None
NXOpen::Features::SheetMetal::SolidPunchBuilder::Types NXOpen::Features::SheetMetal::SolidPunchBuilder::Type | ( | ) |
Returns the type
Created in NX5.0.0.
License requirements : None