Class CAMObject
Inheritance
System.Object
System.MarshalByRefObject
CAMObject
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)
Assembly: NXOpen.dll
Syntax
public class CAMObject : NXObject, IMessageSink, INXObject
Constructors
CAMObject()
Declaration
Methods
AskPathExists()
Declaration
public bool AskPathExists()
Returns
Type |
Description |
System.Boolean |
|
ConvertToExplorerDialog()
Declaration
public void ConvertToExplorerDialog()
CreateEmptyPath()
Declaration
public Path CreateEmptyPath()
Returns
GetBooleanValue(String)
Declaration
public bool GetBooleanValue(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
Type |
Description |
System.Boolean |
|
GetFeedRate(String, out Double)
Declaration
public CAMObject.FeedRateUnit GetFeedRate(string title, out double value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Double |
value |
|
Returns
GetFeedRateColor(String)
Declaration
public int GetFeedRateColor(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
Type |
Description |
System.Int32 |
|
GetIntegerArrayValue(String)
Declaration
public int[] GetIntegerArrayValue(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
Type |
Description |
System.Int32[] |
|
GetIntegerValue(String)
Declaration
public int GetIntegerValue(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
Type |
Description |
System.Int32 |
|
GetObject(String)
Declaration
public NXObject GetObject(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
GetObjectArrayValue(String)
Declaration
public NXObject[] GetObjectArrayValue(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
GetPath()
Declaration
Returns
GetRealArrayValue(String)
Declaration
public double[] GetRealArrayValue(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
Type |
Description |
System.Double[] |
|
GetRealValue(String)
Declaration
public double GetRealValue(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
Type |
Description |
System.Double |
|
GetStatus()
Declaration
public CAMObject.Status GetStatus()
Returns
GetStringArrayValue(String)
Declaration
public string[] GetStringArrayValue(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
Type |
Description |
System.String[] |
|
GetStringValue(String)
Declaration
public string GetStringValue(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Returns
Type |
Description |
System.String |
|
GetWireEdmFeedRate(String, out Double)
Declaration
public int GetWireEdmFeedRate(string title, out double value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Double |
value |
|
Returns
Type |
Description |
System.Int32 |
|
Has911Attribute(CAMObject.Attr)
Declaration
public bool Has911Attribute(CAMObject.Attr attrId)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Remove911Attribute(CAMObject.Attr)
Declaration
public void Remove911Attribute(CAMObject.Attr attrId)
Parameters
RemoveAll911Attributes()
Declaration
public void RemoveAll911Attributes()
SavePath(Path)
Declaration
public void SavePath(Path theBuilder)
Parameters
Type |
Name |
Description |
Path |
theBuilder |
|
SetBooleanValue(String, Boolean)
Declaration
public void SetBooleanValue(string title, bool value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Boolean |
value |
|
SetFeedRate(String, Double, CAMObject.FeedRateUnit)
Declaration
public void SetFeedRate(string title, double value, CAMObject.FeedRateUnit unit)
Parameters
SetFeedRateColor(String, Int32)
Declaration
public void SetFeedRateColor(string title, int value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Int32 |
value |
|
SetIntegerArrayValue(String, Int32[])
Declaration
public void SetIntegerArrayValue(string title, int[] value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Int32[] |
value |
|
SetIntegerValue(String, Int32)
Declaration
public void SetIntegerValue(string title, int value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Int32 |
value |
|
SetObject(String, NXObject)
Declaration
public void SetObject(string title, NXObject value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
NXObject |
value |
|
SetObjectArrayValue(String, NXObject[])
Declaration
public void SetObjectArrayValue(string title, NXObject[] value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
NXObject[] |
value |
|
SetRealArrayValue(String, Double[])
Declaration
public void SetRealArrayValue(string title, double[] value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Double[] |
value |
|
SetRealValue(String, Double)
Declaration
public void SetRealValue(string title, double value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Double |
value |
|
SetStringArrayValue(String, String[])
Declaration
public void SetStringArrayValue(string title, string[] value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String[] |
value |
|
SetStringValue(String, String)
Declaration
public void SetStringValue(string title, string value)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
value |
|
SetWireEdmFeedRate(String, Double, Int32)
Declaration
public void SetWireEdmFeedRate(string title, double value, int side)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Double |
value |
|
System.Int32 |
side |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink