NX Open C++ Reference Guide
|
Represents a Weld::PlugSlot builder
To create a new instance of this class, use Weld::WeldManager::CreatePlugSlotBuilder
Default values.
More...
Public Types | |
enum | ArcProcessEnum { ArcProcessEnumGmaw, ArcProcessEnumGtaw, ArcProcessEnumGtac, ArcProcessEnumSmaw, ArcProcessEnumPaw } |
arc process for the weld feature More... | |
enum | EnumContour { EnumContourNone, EnumContourConvex, EnumContourFlush, EnumContourConcave } |
contour type More... | |
Public Member Functions | |
bool | AssignWeldPMI () |
Returns the assign weld pmi Created in NX8.0.0. | |
NXOpen::Weld::CharacteristicsBuilder * | Characteristics () |
Returns the characteristics Created in NX8.0.0. | |
NXOpen::Expression * | ContourDepth () |
Returns the contour depth Created in NX8.0.0. | |
NXOpen::Expression * | ContourHeight () |
Returns the contour height needed for cap Created in NX8.0.0. | |
NXOpen::Weld::PlugSlotBuilder::EnumContour | ContourType () |
Returns the contour type Created in NX8.0.0. | |
NXOpen::Section * | Edge1 () |
Returns the edge of the hole or slot on face1 Created in NX8.0.0. | |
NXOpen::ScCollector * | Face1 () |
Returns the face1 Created in NX8.0.0. | |
NXOpen::ScCollector * | Face2 () |
Returns the face2 Created in NX8.0.0. | |
bool | FieldWeld () |
Returns the field weld Created in NX8.0.0. | |
NXOpen::Face * | SeedFace1 () |
Returns the top face on face1 Created in NX8.0.0. | |
NXOpen::Face * | SeedFace2 () |
Returns the bottom face from which the weld will be extruded towards the top Created in NX8.0.0. | |
void | SetAssignWeldPMI (bool assignWeldPMI) |
Sets the assign weld pmi Created in NX8.0.0. | |
void | SetContourType (NXOpen::Weld::PlugSlotBuilder::EnumContour contourType) |
Sets the contour type Created in NX8.0.0. | |
void | SetFieldWeld (bool fieldWeld) |
Sets the field weld Created in NX8.0.0. | |
void | SetSeedFace1 (NXOpen::Face *seedFace1) |
Sets the top face on face1 Created in NX8.0.0. | |
void | SetSeedFace2 (NXOpen::Face *seedFace2) |
Sets the bottom face from which the weld will be extruded towards the top Created in NX8.0.0. |
Represents a Weld::PlugSlot builder
To create a new instance of this class, use Weld::WeldManager::CreatePlugSlotBuilder
Default values.
Property | Value |
---|---|
AssignWeldPMI |
0 |
ContourDepth.Value |
2.54 (millimeters part), .1 (inches part) |
ContourHeight.Value |
2.54 (millimeters part), .1 (inches part) |
ContourType |
None |
FieldWeld |
0 |
Created in NX8.0.0.
Returns the assign weld pmi
Created in NX8.0.0.
License requirements : None
Returns the characteristics
Created in NX8.0.0.
License requirements : None
Returns the contour depth
Created in NX8.0.0.
License requirements : None
Returns the contour height needed for cap
Created in NX8.0.0.
License requirements : None
Returns the contour type
Created in NX8.0.0.
License requirements : None
Returns the edge of the hole or slot on face1
Created in NX8.0.0.
License requirements : None
Returns the face1
Created in NX8.0.0.
License requirements : None
Returns the face2
Created in NX8.0.0.
License requirements : None
Returns the field weld
Created in NX8.0.0.
License requirements : None
Returns the top face on face1
Created in NX8.0.0.
License requirements : None
Returns the bottom face from which the weld will be extruded towards the top
Created in NX8.0.0.
License requirements : None
void NXOpen::Weld::PlugSlotBuilder::SetAssignWeldPMI | ( | bool | assignWeldPMI | ) |
Sets the assign weld pmi
Created in NX8.0.0.
License requirements : None
assignWeldPMI | assignweldpmi |
void NXOpen::Weld::PlugSlotBuilder::SetContourType | ( | NXOpen::Weld::PlugSlotBuilder::EnumContour | contourType | ) |
Sets the contour type
Created in NX8.0.0.
License requirements : None
contourType | contourtype |
void NXOpen::Weld::PlugSlotBuilder::SetFieldWeld | ( | bool | fieldWeld | ) |
Sets the field weld
Created in NX8.0.0.
License requirements : None
fieldWeld | fieldweld |
void NXOpen::Weld::PlugSlotBuilder::SetSeedFace1 | ( | NXOpen::Face * | seedFace1 | ) |
Sets the top face on face1
Created in NX8.0.0.
License requirements : None
seedFace1 | seedface1 |
void NXOpen::Weld::PlugSlotBuilder::SetSeedFace2 | ( | NXOpen::Face * | seedFace2 | ) |
Sets the bottom face from which the weld will be extruded towards the top
Created in NX8.0.0.
License requirements : None
seedFace2 | seedface2 |