Class RuntimeFormulaCollection
Inheritance
RuntimeFormulaCollection
Assembly: NXOpen.dll
public class RuntimeFormulaCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
Declaration
protected RuntimeFormulaCollection()
Declaration
protected RuntimeFormulaCollection(PhysicsManager owner)
Parameters
Properties
Declaration
Property Value
Methods
Declaration
public RuntimeFormulaBuilder CreateRuntimeFormulaBuilder(RuntimeFormula formula)
Parameters
Returns
Declaration
public RuntimeFormulaParameterBuilder CreateRuntimeFormulaParameterBuilder(RuntimeFormulaParameter obj)
Parameters
Returns
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
Declaration
public RuntimeFormula FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Declaration
public RuntimeFormula[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink