|
NX Open C++ Reference Guide
|
Represents a boundary member set . More...
Public Types | |
| enum | ConnectMemberType { ConnectMemberTypeExtend, ConnectMemberTypeDirect } |
| the types available for connect member More... | |
Public Member Functions | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| 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::BoundarySet::CreateBoundaryMemberSet
Created in NX9.0.0.
| NXOpen::CAM::BoundaryMemberSet::ConnectMemberType NXOpen::CAM::BoundaryMemberSet::ConnectMember | ( | ) |
Returns the connect member
Created in NX9.0.0.
License requirements : None
| bool NXOpen::CAM::BoundaryMemberSet::CustomOffset | ( | ) |
Returns the flag whether this boundary has custom offset activated
Created in NX9.0.0.
License requirements : None
| double NXOpen::CAM::BoundaryMemberSet::Offset | ( | ) |
Returns the offset value
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAM::BoundaryMemberSet::SetConnectMember | ( | NXOpen::CAM::BoundaryMemberSet::ConnectMemberType | newValue | ) |
Sets the connect member
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| newValue | newvalue |
| void NXOpen::CAM::BoundaryMemberSet::SetCustomOffset | ( | bool | newValue | ) |
Sets the flag whether this boundary has custom offset activated
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| newValue | newvalue |
| void NXOpen::CAM::BoundaryMemberSet::SetOffset | ( | double | newValue | ) |
Sets the offset value
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| newValue | newvalue |