NX Open C++ Reference Guide
|
Routing::StockOffsetPort class handles the relationship between a component part's port occurrence and the dumb offset port in the work part. More...
Public Member Functions | |
NXOpen::Routing::Port * | GetOffsetPort () |
Returns the Routing::StockOffsetPort in the work part that was created from the original port occurrence. | |
NXOpen::Routing::Port * | GetPortOccurrence () |
Returns the original port occurrence from which the dumb port was extracted. |
Routing::StockOffsetPort class handles the relationship between a component part's port occurrence and the dumb offset port in the work part.
The dumb port offsets based on expressions that use the stock diameter.
Use Routing::PortCollection::CreateStockOffsetPort to create an instance of this class.
Created in NX7.5.4.
Returns the Routing::StockOffsetPort in the work part that was created from the original port occurrence.
Returns the original port occurrence from which the dumb port was extracted.
Returns NULL if the occurrence is not available because it is not loaded, or not in the current reference set, etc.