Search Results for

    Show / Hide Table of Contents

    Class HumanReachZone

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    HumanReachZone
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    string reachZoneName

    GetData(out string, out MethodType, out double, out double, out double, out double, out double, out double, out string, out Human, out int, out bool)

    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
    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

    SetData(string, MethodType, double, double, double, double, double, double, string, Human, int, bool)

    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
    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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX