|
NX Open C++ Reference Guide
|
Represents a builder for an inheritable value in of a CAM.CAMObject
Created in NX6.0.0.
More...
Public Member Functions | |
| bool | InheritanceStatus () |
| Returns the inheritance status Created in NX6.0.0. | |
| void | SetInheritanceStatus (bool isInherited) |
| Sets the inheritance status Created in NX6.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 builder for an inheritable value in of a CAM.CAMObject
Created in NX6.0.0.
| bool NXOpen::CAM::InheritableBuilder::InheritanceStatus | ( | ) |
Returns the inheritance status
Created in NX6.0.0.
License requirements : None
| void NXOpen::CAM::InheritableBuilder::SetInheritanceStatus | ( | bool | isInherited | ) |
Sets the inheritance status
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| isInherited | the inheritance status |