NX Open C++ Reference Guide
|
Represents a boundary member set . More...
Public Types | |
enum | FeedUnitTypes { FeedUnitTypesNone, FeedUnitTypesPerMinute, FeedUnitTypesPerRevolution } |
the types available for the feed rate unit More... | |
![]() | |
enum | ConnectMemberType { ConnectMemberTypeExtend, ConnectMemberTypeDirect } |
the types available for connect member More... | |
Public Member Functions | |
bool | CustomFeedRate () |
Returns the flag whether this boundary has custom feed rate activated Created in NX9.0.0. | |
bool | CustomStock () |
Returns the flag whether this boundary member has custom stock activated Created in NX9.0.0. | |
NXOpen::CAM::PostEventsCiBuilder * | EndEventsBuilder () |
Returns the end events builder Created in NX9.0.0. | |
NXOpen::CAM::BoundaryMillingMemberSet::FeedUnitTypes | FeedUnit () |
Returns the feed rate unit Created in NX9.0.0. | |
double | FeedValue () |
Returns the feed rate value Created in NX9.0.0. | |
void | SetCustomFeedRate (bool newValue) |
Sets the flag whether this boundary has custom feed rate activated Created in NX9.0.0. | |
void | SetCustomStock (bool newValue) |
Sets the flag whether this boundary member has custom stock activated Created in NX9.0.0. | |
void | SetFeedUnit (NXOpen::CAM::BoundaryMillingMemberSet::FeedUnitTypes newUnit) |
Sets the feed rate unit Created in NX9.0.0. | |
void | SetFeedValue (double newValue) |
Sets the feed rate value Created in NX9.0.0. | |
void | SetStock (double newValue) |
Sets the stock value Created in NX9.0.0. | |
NXOpen::CAM::PostEventsCiBuilder * | StartEventsBuilder () |
Returns the start events builder Created in NX9.0.0. | |
double | Stock () |
Returns the stock value Created in NX9.0.0. | |
![]() | |
NXOpen::CAM::BoundaryMemberSet::ConnectMemberType | ConnectMember () |
Returns the connect member Created in NX9.0.0. | |
bool | CustomOffset () |
Returns the flag whether this boundary has custom offset activated Created in NX9.0.0. | |
double | Offset () |
Returns the offset value Created in NX9.0.0. | |
void | SetConnectMember (NXOpen::CAM::BoundaryMemberSet::ConnectMemberType newValue) |
Sets the connect member Created in NX9.0.0. | |
void | SetCustomOffset (bool newValue) |
Sets the flag whether this boundary has custom offset activated Created in NX9.0.0. | |
void | SetOffset (double newValue) |
Sets the offset value Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a boundary member set .
To create a new instance of this class, use CAM::BoundaryMillingSet::CreateBoundaryMillingMemberSet
Created in NX9.0.0.
bool NXOpen::CAM::BoundaryMillingMemberSet::CustomFeedRate | ( | ) |
Returns the flag whether this boundary has custom feed rate activated
Created in NX9.0.0.
License requirements : None
bool NXOpen::CAM::BoundaryMillingMemberSet::CustomStock | ( | ) |
Returns the flag whether this boundary member has custom stock activated
Created in NX9.0.0.
License requirements : None
NXOpen::CAM::PostEventsCiBuilder* NXOpen::CAM::BoundaryMillingMemberSet::EndEventsBuilder | ( | ) |
Returns the end events builder
Created in NX9.0.0.
License requirements : None
NXOpen::CAM::BoundaryMillingMemberSet::FeedUnitTypes NXOpen::CAM::BoundaryMillingMemberSet::FeedUnit | ( | ) |
Returns the feed rate unit
Created in NX9.0.0.
License requirements : None
double NXOpen::CAM::BoundaryMillingMemberSet::FeedValue | ( | ) |
Returns the feed rate value
Created in NX9.0.0.
License requirements : None
void NXOpen::CAM::BoundaryMillingMemberSet::SetCustomFeedRate | ( | bool | newValue | ) |
Sets the flag whether this boundary has custom feed rate activated
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |
void NXOpen::CAM::BoundaryMillingMemberSet::SetCustomStock | ( | bool | newValue | ) |
Sets the flag whether this boundary member has custom stock activated
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |
void NXOpen::CAM::BoundaryMillingMemberSet::SetFeedUnit | ( | NXOpen::CAM::BoundaryMillingMemberSet::FeedUnitTypes | newUnit | ) |
Sets the feed rate unit
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
newUnit | newunit |
void NXOpen::CAM::BoundaryMillingMemberSet::SetFeedValue | ( | double | newValue | ) |
Sets the feed rate value
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |
void NXOpen::CAM::BoundaryMillingMemberSet::SetStock | ( | double | newValue | ) |
Sets the stock value
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |
NXOpen::CAM::PostEventsCiBuilder* NXOpen::CAM::BoundaryMillingMemberSet::StartEventsBuilder | ( | ) |
Returns the start events builder
Created in NX9.0.0.
License requirements : None
double NXOpen::CAM::BoundaryMillingMemberSet::Stock | ( | ) |
Returns the stock value
Created in NX9.0.0.
License requirements : None