Class MapFeatureTeaching
Inheritance
System.Object
System.MarshalByRefObject
MapFeatureTeaching
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 MapFeatureTeaching : Teaching, IMessageSink, IComponentBuilder
Constructors
MapFeatureTeaching()
Declaration
protected MapFeatureTeaching()
Methods
AddNewMappingRule(String)
Declaration
public void AddNewMappingRule(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
GetFeature()
Declaration
public CAMFeature GetFeature()
Returns
Type | Description |
---|---|
CAMFeature |
GetInputTypeName()
Declaration
public string GetInputTypeName()
Returns
Type | Description |
---|---|
System.String |
GetOutputTypeName()
Declaration
public string GetOutputTypeName()
Returns
Type | Description |
---|---|
System.String |
SetFeature(CAMFeature)
Declaration
public void SetFeature(CAMFeature feature)
Parameters
Type | Name | Description |
---|---|---|
CAMFeature | feature |
SetInputTypeName(String)
Declaration
public void SetInputTypeName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
SetOutputTypeName(String)
Declaration
public void SetOutputTypeName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Teach()
Declaration
public void Teach()
Implements
System.Runtime.Remoting.Messaging.IMessageSink