Class SynchronousEdgeCollection
Inheritance
SynchronousEdgeCollection
Assembly: NXOpen.dll
Syntax
public class SynchronousEdgeCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SynchronousEdgeCollection()
Declaration
protected SynchronousEdgeCollection()
SynchronousEdgeCollection(FeatureCollection)
Declaration
protected SynchronousEdgeCollection(FeatureCollection owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateHealSurfaceBuilder(HealSurface)
Declaration
public HealSurfaceBuilder CreateHealSurfaceBuilder(HealSurface healSurface)
Parameters
Returns
CreateMoveEdgeBuilder(MoveEdge)
Declaration
public MoveEdgeBuilder CreateMoveEdgeBuilder(MoveEdge moveEdge)
Parameters
Returns
CreateOffsetEdgeBuilder(OffsetEdge)
Declaration
public OffsetEdgeBuilder CreateOffsetEdgeBuilder(OffsetEdge offsetEdge)
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 Feature[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink