Class HumanData
Assembly: NXOpen.dll
Syntax
public class HumanData : TransientObject, IMessageSink, IDisposable
Constructors
HumanData(nint)
Declaration
protected HumanData(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AssocReferencePoint
Declaration
public bool AssocReferencePoint { get; }
Property Value
Declaration
public string FigureFile { get; }
Property Value
Gender
Declaration
public HumanData.GenderType Gender { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
ReferencePoint
Declaration
public NXObject ReferencePoint { get; }
Property Value
ReferencePointLocationType
Declaration
public HumanData.ReferencePointType ReferencePointLocationType { get; }
Property Value
StatureOption
Declaration
public HumanData.StatureType StatureOption { get; }
Property Value
StatureValue
Declaration
public double StatureValue { get; }
Property Value
WeightOption
Declaration
public HumanData.WeightType WeightOption { get; }
Property Value
WeightValue
Declaration
public double WeightValue { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Declaration
public void GetXform(out Matrix3x3 orientation, out Point3d position)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink