Class Feature
Inheritance
System.Object
System.MarshalByRefObject
Feature
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 Feature : NXObject, IMessageSink, IFitTo, INXObject
Constructors
Feature()
Declaration
Methods
FlipDirection()
Declaration
public void FlipDirection()
GetAttribute(String)
Declaration
public CAMAttribute GetAttribute(string attributeName)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
Returns
GetAttributeDoubleValue(String)
Declaration
public double GetAttributeDoubleValue(string attributeName)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
Returns
Type |
Description |
System.Double |
|
GetMachiningArea(DisplayableObject)
Declaration
public string GetMachiningArea(DisplayableObject tagEntit)
Parameters
Returns
Type |
Description |
System.String |
|
IsAttributeOverridden(String)
Declaration
public bool IsAttributeOverridden(string attributeName)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
Returns
Type |
Description |
System.Boolean |
|
OverrideAttributeValue(String, Point3d)
Declaration
public void OverrideAttributeValue(string attributeName, Point3d ptValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
Point3d |
ptValue |
|
OverrideAttributeValue(String, Vector3d)
Declaration
public void OverrideAttributeValue(string attributeName, Vector3d vecValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
Vector3d |
vecValue |
|
OverrideAttributeValue(String, Boolean)
Declaration
public void OverrideAttributeValue(string attributeName, bool bValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
System.Boolean |
bValue |
|
OverrideAttributeValue(String, Double)
Declaration
public void OverrideAttributeValue(string attributeName, double dValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
System.Double |
dValue |
|
OverrideAttributeValue(String, Int32)
Declaration
public void OverrideAttributeValue(string attributeName, int nValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
System.Int32 |
nValue |
|
OverrideAttributeValue(String, String)
Declaration
public void OverrideAttributeValue(string attributeName, string strValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
System.String |
strValue |
|
ResetAttributes()
Declaration
public void ResetAttributes()
ResetAttributeValue(String)
Declaration
public void ResetAttributeValue(string attributeName)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
SetAttribute(CAMAttribute)
Declaration
public void SetAttribute(CAMAttribute tagAttribute)
Parameters
SetAttributeValue(String, Boolean)
Declaration
public void SetAttributeValue(string attributeName, bool bValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
System.Boolean |
bValue |
|
SetAttributeValue(String, Double)
Declaration
public void SetAttributeValue(string attributeName, double dValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
System.Double |
dValue |
|
SetAttributeValue(String, Int32)
Declaration
public void SetAttributeValue(string attributeName, int nValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
System.Int32 |
nValue |
|
SetAttributeValue(String, String)
Declaration
public void SetAttributeValue(string attributeName, string strValue)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
System.String |
strValue |
|
SetCoordinateSystem(Point3d, Vector3d, Vector3d)
Declaration
public void SetCoordinateSystem(Point3d ptValue, Vector3d xAxis, Vector3d yAxis)
Parameters
Unlock()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink