NX Open C++ Reference Guide
|
Represents a Edge Rip feature builder. More...
Public Member Functions | |
std::vector< NXOpen::Edge * > | GetEdges () |
Edge list of Edge Rip. | |
std::vector< NXOpen::Edge * > | GetRipEdges () |
Edges to rip. | |
NXOpen::Section * | Section () |
Returns the section used by Edge Rip Created in NX4.0.0. | |
void | SetEdges (const std::vector< NXOpen::Edge * > &edges) |
Edge list of Edge Rip | |
void | SetRipEdges (const std::vector< NXOpen::Edge * > &ripEdges) |
Edges to rip Created in NX5.0.0. | |
void | SetSection (NXOpen::Section *section) |
Sets the section used by Edge Rip Created in NX4.0.0. | |
void | SetSketch (NXOpen::Features::SketchFeature *sketch) |
Sets the Slave Sketch used by the Edge Rip, If one exists. | |
NXOpen::Features::SketchFeature * | Sketch () |
Returns the Slave Sketch used by the Edge Rip, If one exists. | |
int | ValidateBuilderData () |
Verify whether the builder data is valid for creating a Edge Rip or not. |
Represents a Edge Rip feature builder.
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateEdgeRipFeatureBuilder
Created in NX4.0.0.
std::vector<NXOpen::Edge *> NXOpen::Features::SheetMetal::EdgeRipBuilder::GetEdges | ( | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
std::vector<NXOpen::Edge *> NXOpen::Features::SheetMetal::EdgeRipBuilder::GetRipEdges | ( | ) |
Edges to rip.
Returns the section used by Edge Rip
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
void NXOpen::Features::SheetMetal::EdgeRipBuilder::SetEdges | ( | const std::vector< NXOpen::Edge * > & | edges | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
edges | Edge list |
void NXOpen::Features::SheetMetal::EdgeRipBuilder::SetRipEdges | ( | const std::vector< NXOpen::Edge * > & | ripEdges | ) |
Edges to rip
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
ripEdges | Rip Edges |
void NXOpen::Features::SheetMetal::EdgeRipBuilder::SetSection | ( | NXOpen::Section * | section | ) |
Sets the section used by Edge Rip
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
section | section |