NX Open C++ Reference Guide
|
Represents a Form Task builder
To create a new instance of this class, use Tooling::AutoDieCollection::CreateDieEngFormTaskBuilder
Default values.
More...
Public Member Functions | |
NXOpen::Direction * | CamDirection () |
Returns the cam direction. | |
NXOpen::Features::SelectFeature * | DieTip () |
Returns the die tip selection. | |
bool | FinishOperation () |
Returns the finish operation option. | |
std::vector< NXString > | GetDetails () |
Returns the detailed information of the feature set by user. | |
NXOpen::Point * | PointInRegion () |
Returns the point in region Created in NX8.0.0. | |
NXOpen::ScCollector * | RegionBounds () |
Returns the edge region bounds Created in NX8.0.0. | |
void | SetCamDirection (NXOpen::Direction *camDirection) |
Sets the cam direction. | |
void | SetDetails (const std::vector< NXString > &details) |
Sets the detailed information of the feature. | |
void | SetFinishOperation (bool finishOperation) |
Sets the finish operation option. | |
void | SetPointInRegion (NXOpen::Point *pointInRegion) |
Sets the point in region Created in NX8.0.0. | |
NXOpen::SelectDisplayableObjectList * | ShapeDetail () |
Returns the shape detail selection. |
Represents a Form Task builder
To create a new instance of this class, use Tooling::AutoDieCollection::CreateDieEngFormTaskBuilder
Default values.
Property | Value |
---|---|
FinishOperation |
1 |
Created in NX8.0.0.
Returns the cam direction.
Created in NX8.0.0.
License requirements : None
Returns the die tip selection.
Created in NX8.0.0.
License requirements : None
Returns the finish operation option.
Created in NX8.0.0.
License requirements : None
std::vector<NXString> NXOpen::Tooling::DieEngFormTaskBuilder::GetDetails | ( | ) |
Returns the detailed information of the feature set by user.
Returns the point in region
Created in NX8.0.0.
License requirements : None
Returns the edge region bounds
Created in NX8.0.0.
License requirements : None
void NXOpen::Tooling::DieEngFormTaskBuilder::SetCamDirection | ( | NXOpen::Direction * | camDirection | ) |
Sets the cam direction.
Created in NX8.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
camDirection | camdirection |
void NXOpen::Tooling::DieEngFormTaskBuilder::SetDetails | ( | const std::vector< NXString > & | details | ) |
Sets the detailed information of the feature.
Created in NX8.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
details | details |
void NXOpen::Tooling::DieEngFormTaskBuilder::SetFinishOperation | ( | bool | finishOperation | ) |
Sets the finish operation option.
Created in NX8.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
finishOperation | finishoperation |
void NXOpen::Tooling::DieEngFormTaskBuilder::SetPointInRegion | ( | NXOpen::Point * | pointInRegion | ) |
Sets the point in region
Created in NX8.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
pointInRegion | pointinregion |
Returns the shape detail selection.
Created in NX8.0.0.
License requirements : None