Class HumanHandShapeData
Inheritance
System.Object
System.MarshalByRefObject
HumanHandShapeData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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
Assembly: NXOpen.dll
Syntax
public class HumanHandShapeData : TransientObject, IMessageSink, IDisposable
Constructors
HumanHandShapeData(IntPtr)
Declaration
protected HumanHandShapeData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
HandshapeName
Declaration
public string HandshapeName { get; }
Property Value
Type | Description |
---|---|
System.String |
HandshapeValue
Declaration
public double HandshapeValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
HandType
Declaration
public HumanHandShapeData.HandOpt HandType { get; }
Property Value
Type | Description |
---|---|
HumanHandShapeData.HandOpt |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable