Class CrossSectionCollection
Inheritance
CrossSectionCollection
Assembly: NXOpen.dll
Syntax
public class CrossSectionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CrossSectionCollection()
Declaration
protected CrossSectionCollection()
CrossSectionCollection(RouteManager)
Declaration
protected CrossSectionCollection(RouteManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateCrossSection(Curve[], Expression, Expression, StockStyle)
Declaration
public CrossSection CreateCrossSection(Curve[] crossCurves, Expression offset, Expression secondOffset, StockStyle style)
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
ToArray()
Declaration
public CrossSection[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink