Class PointCloudCollection
Inheritance
PointCloudCollection
Assembly: NXOpen.dll
Syntax
public class PointCloudCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PointCloudCollection()
Declaration
protected PointCloudCollection()
PointCloudCollection(BasePart)
Declaration
protected PointCloudCollection(BasePart owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreatePointCloudBuilder(PointCloud)
Declaration
public PointCloudBuilder CreatePointCloudBuilder(PointCloud referencePointCloud)
Parameters
Type |
Name |
Description |
PointCloud |
referencePointCloud |
|
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
FindObject(string)
Declaration
public PointCloud FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public PointCloud[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink