Class InterpMaterialBuilder
Inheritance
System.Object
System.MarshalByRefObject
InterpMaterialBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class InterpMaterialBuilder : TaggedObject, IMessageSink
Constructors
InterpMaterialBuilder()
Declaration
protected InterpMaterialBuilder()
Properties
Material1
Declaration
public string Material1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Material2
Declaration
public string Material2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Add(Int32, Double, Double)
Declaration
public void Add(int indexAfter, double distanceFromFoundation, double percentMaterial1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | indexAfter | |
System.Double | distanceFromFoundation | |
System.Double | percentMaterial1 |
Delete(Int32)
Declaration
public void Delete(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
GetData(Int32, out Double, out Double)
Declaration
public void GetData(int index, out double distanceFromFoundation, out double percentMaterial1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Double | distanceFromFoundation | |
System.Double | percentMaterial1 |
Modify(Int32, Double, Double)
Declaration
public void Modify(int index, double distanceFromFoundation, double percentMaterial1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Double | distanceFromFoundation | |
System.Double | percentMaterial1 |
MoveDown(Int32)
Declaration
public void MoveDown(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
MoveUp(Int32)
Declaration
public void MoveUp(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Implements
System.Runtime.Remoting.Messaging.IMessageSink