Class HumanReachZone
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)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class HumanReachZone : TaggedObject, IMessageSink
Constructors
HumanReachZone()
Declaration
protected HumanReachZone()
Properties
Geom
Declaration
public NXObject Geom { get; }
Property Value
Type | Description |
---|---|
NXObject |
Methods
ChangeName(String)
Declaration
public void ChangeName(string reachZoneName)
Parameters
Type | Name | Description |
---|---|---|
System.String | reachZoneName |
GetData(out String, out HumanReachZone.MethodType, out Double, out Double, out Double, out Double, out Double, out Double, out String, out Human, out Int32, out Boolean)
Declaration
public void GetData(out string zoneName, out HumanReachZone.MethodType method, out double waistFlexAngleData, out double waistFlexRangeLowerData, out double waistFlexRangeUpperData, out double waistLateralAngleData, out double waistLateralRangeLowerData, out double waistLateralRangeUpperData, out string traceSiteName, out Human human, out int resolution, out bool assocReachZone)
Parameters
Type | Name | Description |
---|---|---|
System.String | zoneName | |
HumanReachZone.MethodType | method | |
System.Double | waistFlexAngleData | |
System.Double | waistFlexRangeLowerData | |
System.Double | waistFlexRangeUpperData | |
System.Double | waistLateralAngleData | |
System.Double | waistLateralRangeLowerData | |
System.Double | waistLateralRangeUpperData | |
System.String | traceSiteName | |
Human | human | |
System.Int32 | resolution | |
System.Boolean | assocReachZone |
SetData(String, HumanReachZone.MethodType, Double, Double, Double, Double, Double, Double, String, Human, Int32, Boolean)
Declaration
public void SetData(string zoneName, HumanReachZone.MethodType method, double waistFlexAngleData, double waistFlexRangeLowerData, double waistFlexRangeUpperData, double waistLateralAngleData, double waistLateralRangeLowerData, double waistLateralRangeUpperData, string traceSiteName, Human human, int resolution, bool assocReachZone)
Parameters
Type | Name | Description |
---|---|---|
System.String | zoneName | |
HumanReachZone.MethodType | method | |
System.Double | waistFlexAngleData | |
System.Double | waistFlexRangeLowerData | |
System.Double | waistFlexRangeUpperData | |
System.Double | waistLateralAngleData | |
System.Double | waistLateralRangeLowerData | |
System.Double | waistLateralRangeUpperData | |
System.String | traceSiteName | |
Human | human | |
System.Int32 | resolution | |
System.Boolean | assocReachZone |
Implements
System.Runtime.Remoting.Messaging.IMessageSink