Class GeometryRecipeCollection
Inheritance
GeometryRecipeCollection
Assembly: NXOpen.dll
Syntax
public class GeometryRecipeCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
GeometryRecipeCollection()
Declaration
protected GeometryRecipeCollection()
GeometryRecipeCollection(PolygonGeometryManager)
Declaration
protected GeometryRecipeCollection(PolygonGeometryManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateFreezeGeometryBuilder(FreezeGeometryRecipe)
Declaration
public FreezeGeometryBuilder CreateFreezeGeometryBuilder(FreezeGeometryRecipe recipe)
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
FindObject(string)
Declaration
public GeometryRecipe FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public GeometryRecipe[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink