Class StockCollection
Inheritance
StockCollection
Assembly: NXOpen.dll
Syntax
public class StockCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
StockCollection()
Declaration
protected StockCollection()
StockCollection(RouteManager)
Declaration
protected StockCollection(RouteManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
AddStock(CharacteristicList, CharacteristicList, ISegment[], string)
Declaration
public void AddStock(CharacteristicList stockPart, CharacteristicList dataCharx, ISegment[] segments, string routeLevel)
Parameters
AddStock(CharacteristicList, CharacteristicList, ISegment[], string, out Stock[])
Declaration
public void AddStock(CharacteristicList stockPart, CharacteristicList dataCharx, ISegment[] segments, string routeLevel, out Stock[] stocks)
Parameters
AddStock(CharacteristicList, CharacteristicList, ISegment[], string, bool, out Stock[])
Declaration
public void AddStock(CharacteristicList stockPart, CharacteristicList dataCharx, ISegment[] segments, string routeLevel, bool isSpaceReservation, out Stock[] stocks)
Parameters
AddStock(CharacteristicList, CharacteristicList, ISegment[], string, bool, string, out Stock[])
Declaration
public void AddStock(CharacteristicList stockPart, CharacteristicList dataCharx, ISegment[] segments, string routeLevel, bool isSpaceReservation, string anchorName, out Stock[] stocks)
Parameters
ConvertToStockAsComponents(bool, ComponentName)
Declaration
public void ConvertToStockAsComponents(bool convertSpaceReservartion, ComponentName nameType)
Parameters
CreateStock(StockData, Anchor, CrossSection, ISegment[])
Declaration
public Stock[] CreateStock(StockData stockData, Anchor anchor, CrossSection crossSection, ISegment[] segments)
Parameters
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
GetComponentStock(Component)
Declaration
public Stock GetComponentStock(Component component)
Parameters
Returns
GetStockFromObject(NXObject)
Declaration
public Stock GetStockFromObject(NXObject @object)
Parameters
Returns
RemoveAllFillerStocks(ISegment[])
Declaration
public void RemoveAllFillerStocks(ISegment[] segments)
Parameters
Type |
Name |
Description |
ISegment[] |
segments |
|
RemoveStock(ISegment[])
Declaration
public void RemoveStock(ISegment[] segments)
Parameters
Type |
Name |
Description |
ISegment[] |
segments |
|
ResetReferenceStock()
Declaration
public void ResetReferenceStock()
SetAttachedStockLength(Component)
Declaration
public void SetAttachedStockLength(Component partOcc)
Parameters
SetReferenceStockFromObject(NXObject)
Declaration
public void SetReferenceStockFromObject(NXObject @object)
Parameters
ToArray()
Declaration
Returns
UpdateBundleStockForFiller(ISegment[])
Declaration
public void UpdateBundleStockForFiller(ISegment[] segments)
Parameters
Type |
Name |
Description |
ISegment[] |
segments |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink