Class FaceSetOffsetCollection
Inheritance
FaceSetOffsetCollection
Assembly: NXOpen.dll
Syntax
public class FaceSetOffsetCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
FaceSetOffsetCollection()
Declaration
protected FaceSetOffsetCollection()
FaceSetOffsetCollection(Part)
Declaration
protected FaceSetOffsetCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CreateEmptyFaceSet()
Declaration
public FaceSetOffset CreateEmptyFaceSet()
Returns
CreateFaceSet(string, ScCollector, bool, int)
Declaration
public FaceSetOffset CreateFaceSet(string offset, ScCollector faceCollector, bool flipValue, int index)
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 FaceSetOffset[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink