1635 class iterator :
public std::iterator<std::forward_iterator_tag, NXOpen::Features::Feature *>
1664 return m_current == other.m_current && m_context == other.m_context;
1669 return !operator == (other);
1672 NXOPENCPP_FEATURESEXPORT value_type operator * ()
const;
1689 m_context = other.m_context;
1690 m_current = other.m_current;
1691 for (
int i = 0; i <
sizeof(m_state)/
sizeof(m_state[0]); i++)
1692 m_state[i] = other.m_state[i];
1694 NXOPENCPP_FEATURESEXPORT
void next();
1697 unsigned int m_state[8];
2085 public:
NX_DEPRECATED(
"Deprecated in NX8.0.3. Use NXOpen::Features::ShipCollection::CreateShipAttributeHolderWithFeature.")
NXOpen::
Features::
ShipDesign::ShipAttributeHolder * CreateShipAttributeHolder
2100 const
char * featureType
2313 bool createBasicDesignBuilder
2670 bool bUseMemoryPatternIndex
2678 const
char * symbolName ,
2679 bool bUseMemoryPatternIndex
2748 bool profileSketchAutotest