Search Results for

    Show / Hide Table of Contents

    Class HumanData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    HumanData
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 HumanData : TransientObject, IMessageSink, IDisposable

    Constructors

    HumanData(IntPtr)

    Declaration
    protected HumanData(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    AssocReferencePoint

    Declaration
    public bool AssocReferencePoint { get; }
    Property Value
    Type Description
    System.Boolean

    FigureFile

    Declaration
    public string FigureFile { get; }
    Property Value
    Type Description
    System.String

    Gender

    Declaration
    public HumanData.GenderType Gender { get; }
    Property Value
    Type Description
    HumanData.GenderType

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    ReferencePoint

    Declaration
    public NXObject ReferencePoint { get; }
    Property Value
    Type Description
    NXObject

    ReferencePointLocationType

    Declaration
    public HumanData.ReferencePointType ReferencePointLocationType { get; }
    Property Value
    Type Description
    HumanData.ReferencePointType

    StatureOption

    Declaration
    public HumanData.StatureType StatureOption { get; }
    Property Value
    Type Description
    HumanData.StatureType

    StatureValue

    Declaration
    public double StatureValue { get; }
    Property Value
    Type Description
    System.Double

    WeightOption

    Declaration
    public HumanData.WeightType WeightOption { get; }
    Property Value
    Type Description
    HumanData.WeightType

    WeightValue

    Declaration
    public double WeightValue { get; }
    Property Value
    Type Description
    System.Double

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetXform(out Matrix3x3, out Point3d)

    Declaration
    public void GetXform(out Matrix3x3 orientation, out Point3d position)
    Parameters
    Type Name Description
    Matrix3x3 orientation
    Point3d position

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX