Class ControlBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class ControlBase : RuntimeObject
Constructors
ControlBase(IntPtr)
Declaration
protected ControlBase(IntPtr pItem)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | pItem |
Methods
GetForce()
Declaration
public Vector3 GetForce()
Returns
Type | Description |
---|---|
Vector3 |
GetForce(Double)
Declaration
[Obsolete("Deprecated in NX9.0.1. Use the un-deprecated method with the same method name.")]
public Vector3 GetForce(double stepSize)
Parameters
Type | Name | Description |
---|---|---|
System.Double | stepSize |
Returns
Type | Description |
---|---|
Vector3 |
GetTorque()
Declaration
public Vector3 GetTorque()
Returns
Type | Description |
---|---|
Vector3 |
GetTorque(Double)
Declaration
[Obsolete("Deprecated in NX9.0.1. Use the un-deprecated method with the same method name.")]
public Vector3 GetTorque(double stepSize)
Parameters
Type | Name | Description |
---|---|---|
System.Double | stepSize |
Returns
Type | Description |
---|---|
Vector3 |