Class FaceSetDataCollection
Inheritance
FaceSetDataCollection
Assembly: NXOpen.dll
Syntax
[Obsolete("Deprecated in NX8.5.0. This class is never used and can be safely removed")]
public class FaceSetDataCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
FaceSetDataCollection()
Declaration
protected FaceSetDataCollection()
FaceSetDataCollection(Part)
Declaration
protected FaceSetDataCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
[Obsolete("Deprecated in NX8.5.0. This class is never used and can be safely removed")]
public Tag Tag { get; }
Property Value
Methods
Create(ScCollector, bool)
Declaration
[Obsolete("Deprecated in NX8.5.0. This class is never used and can be safely removed")]
public FaceSetData Create(ScCollector mFaceCollector, bool mReverseNormalFlag)
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 FaceSetData[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink