Search Results for

    Show / Hide Table of Contents

    Class HumanPosturePredictionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    HumanPosturePredictionBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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 HumanPosturePredictionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    HumanPosturePredictionBuilder()

    Declaration
    protected HumanPosturePredictionBuilder()

    Properties

    Age

    Declaration
    public int Age { get; set; }
    Property Value
    Type Description
    System.Int32

    BackAngleA40

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

    CarCsys

    Declaration
    public CoordinateSystem CarCsys { get; }
    Property Value
    Type Description
    CoordinateSystem

    CushionAngleA27

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

    CushionFirmness

    Declaration
    public HumanPosturePredictionBuilder.CushionFirmnessType CushionFirmness { get; set; }
    Property Value
    Type Description
    HumanPosturePredictionBuilder.CushionFirmnessType

    Garb

    Declaration
    public HumanPosturePredictionBuilder.GarbType Garb { get; set; }
    Property Value
    Type Description
    HumanPosturePredictionBuilder.GarbType

    Human

    Declaration
    public Human Human { get; set; }
    Property Value
    Type Description
    Human

    LumbarProminenceL81

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

    Name

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

    Occupant

    Declaration
    public HumanPosturePredictionBuilder.OccupantType Occupant { get; set; }
    Property Value
    Type Description
    HumanPosturePredictionBuilder.OccupantType

    PassengerDirection

    Declaration
    public int PassengerDirection { get; set; }
    Property Value
    Type Description
    System.Int32

    PassengerDirectionAngle

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

    PredictionMethod

    Declaration
    public HumanPosturePredictionBuilder.PredictionMethodType PredictionMethod { get; set; }
    Property Value
    Type Description
    HumanPosturePredictionBuilder.PredictionMethodType

    Seat

    Declaration
    public HumanPosturePredictionBuilder.SeatType Seat { get; set; }
    Property Value
    Type Description
    HumanPosturePredictionBuilder.SeatType

    SeatTrackAngleA19

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

    ShowReport

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

    TrackLowerLimitHeightTH1

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

    TrackLowerLimitLengthTL1

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

    TrackUpperLimitHeightTH2

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

    TrackUpperLimitLengthTL23

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

    Transmission

    Declaration
    public HumanPosturePredictionBuilder.TransmissionType Transmission { get; set; }
    Property Value
    Type Description
    HumanPosturePredictionBuilder.TransmissionType

    UseStl

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

    UseVehiclePackagingData

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

    VdaOccupant

    Declaration
    public int VdaOccupant { get; set; }
    Property Value
    Type Description
    System.Int32

    VdaVehicle

    Declaration
    public int VdaVehicle { get; set; }
    Property Value
    Type Description
    System.Int32

    Vehicle

    Declaration
    public HumanPosturePredictionBuilder.VehicleType Vehicle { get; set; }
    Property Value
    Type Description
    HumanPosturePredictionBuilder.VehicleType

    VehiclePackagingDataName

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

    Methods

    ComputeFootCsys(HumanData.SideType, out Point3d, out Matrix3x3)

    Declaration
    public void ComputeFootCsys(HumanData.SideType side, out Point3d position, out Matrix3x3 orientation)
    Parameters
    Type Name Description
    HumanData.SideType side
    Point3d position
    Matrix3x3 orientation

    ComputeHandCsys(out Point3d, out Matrix3x3, out Point3d, out Matrix3x3)

    Declaration
    public void ComputeHandCsys(out Point3d leftHandPosition, out Matrix3x3 leftHandOrientation, out Point3d rightHandPosition, out Matrix3x3 rightHandOrientation)
    Parameters
    Type Name Description
    Point3d leftHandPosition
    Matrix3x3 leftHandOrientation
    Point3d rightHandPosition
    Matrix3x3 rightHandOrientation

    CreateCarCsys(Point3d, Matrix3x3)

    Declaration
    public void CreateCarCsys(Point3d carCsysOrigin, Matrix3x3 carCsysMatrix)
    Parameters
    Type Name Description
    Point3d carCsysOrigin
    Matrix3x3 carCsysMatrix

    GetAhpCoordinates(out String, out String, out String)

    Declaration
    public void GetAhpCoordinates(out string pointX, out string pointY, out string pointZ)
    Parameters
    Type Name Description
    System.String pointX
    System.String pointY
    System.String pointZ

    GetAhpPoint()

    Declaration
    public Point GetAhpPoint()
    Returns
    Type Description
    Point

    GetFootDataSae(HumanData.SideType)

    Declaration
    public string GetFootDataSae(HumanData.SideType side)
    Parameters
    Type Name Description
    HumanData.SideType side
    Returns
    Type Description
    System.String

    GetHandDataSae(HumanData.SideType, out String, out String, out String, out String)

    Declaration
    public void GetHandDataSae(HumanData.SideType side, out string l11, out string h17, out string w9, out string a18)
    Parameters
    Type Name Description
    HumanData.SideType side
    System.String l11
    System.String h17
    System.String w9
    System.String a18

    GetHandFootCsys(HumanData.HandFootType, HumanData.SideType, out Point3d, out Matrix3x3)

    Declaration
    public void GetHandFootCsys(HumanData.HandFootType handFoot, HumanData.SideType side, out Point3d position, out Matrix3x3 orientation)
    Parameters
    Type Name Description
    HumanData.HandFootType handFoot
    HumanData.SideType side
    Point3d position
    Matrix3x3 orientation

    GetHandFootDataCurves(HumanData.HandFootType, HumanData.SideType)

    Declaration
    public NXObject[] GetHandFootDataCurves(HumanData.HandFootType handFoot, HumanData.SideType side)
    Parameters
    Type Name Description
    HumanData.HandFootType handFoot
    HumanData.SideType side
    Returns
    Type Description
    NXObject[]

    GetHandFootDataSolids(HumanData.HandFootType, HumanData.SideType)

    Declaration
    public Body[] GetHandFootDataSolids(HumanData.HandFootType handFoot, HumanData.SideType side)
    Parameters
    Type Name Description
    HumanData.HandFootType handFoot
    HumanData.SideType side
    Returns
    Type Description
    Body[]

    GetHandFootDataType(HumanData.HandFootType, HumanData.SideType)

    Declaration
    public HumanPosturePredictionBuilder.SteeringWheelPedalType GetHandFootDataType(HumanData.HandFootType handFoot, HumanData.SideType side)
    Parameters
    Type Name Description
    HumanData.HandFootType handFoot
    HumanData.SideType side
    Returns
    Type Description
    HumanPosturePredictionBuilder.SteeringWheelPedalType

    GetPassengerHfMirror(out Int32, out Int32, out Int32, out Int32, out Int32)

    Declaration
    public void GetPassengerHfMirror(out int leftHand, out int rightHand, out int leftFoot, out int rightFoot, out int dummy)
    Parameters
    Type Name Description
    System.Int32 leftHand
    System.Int32 rightHand
    System.Int32 leftFoot
    System.Int32 rightFoot
    System.Int32 dummy

    GetPassengerHfUseDefaults(out Int32, out Int32, out Int32, out Int32)

    Declaration
    public void GetPassengerHfUseDefaults(out int leftHand, out int rightHand, out int leftFoot, out int rightFoot)
    Parameters
    Type Name Description
    System.Int32 leftHand
    System.Int32 rightHand
    System.Int32 leftFoot
    System.Int32 rightFoot

    GetSgrpCoordinates(out String, out String, out String)

    Declaration
    public void GetSgrpCoordinates(out string pointX, out string pointY, out string pointZ)
    Parameters
    Type Name Description
    System.String pointX
    System.String pointY
    System.String pointZ

    GetSgrpPoint()

    Declaration
    public Point GetSgrpPoint()
    Returns
    Type Description
    Point

    SetAhpCoordinates(String, String, String)

    Declaration
    public void SetAhpCoordinates(string pointX, string pointY, string pointZ)
    Parameters
    Type Name Description
    System.String pointX
    System.String pointY
    System.String pointZ

    SetAhpPoint(Point)

    Declaration
    public void SetAhpPoint(Point ahpPoint)
    Parameters
    Type Name Description
    Point ahpPoint

    SetFootDataSae(HumanData.SideType, String)

    Declaration
    public void SetFootDataSae(HumanData.SideType side, string pedalAngle)
    Parameters
    Type Name Description
    HumanData.SideType side
    System.String pedalAngle

    SetHandDataSae(HumanData.SideType, String, String, String, String)

    Declaration
    public void SetHandDataSae(HumanData.SideType side, string l11, string h17, string w9, string a18)
    Parameters
    Type Name Description
    HumanData.SideType side
    System.String l11
    System.String h17
    System.String w9
    System.String a18

    SetHandFootCsys(HumanData.HandFootType, HumanData.SideType, Point3d, Matrix3x3)

    Declaration
    public void SetHandFootCsys(HumanData.HandFootType handFoot, HumanData.SideType side, Point3d position, Matrix3x3 orientation)
    Parameters
    Type Name Description
    HumanData.HandFootType handFoot
    HumanData.SideType side
    Point3d position
    Matrix3x3 orientation

    SetHandFootDataCurves(HumanData.HandFootType, HumanData.SideType, NXObject[])

    Declaration
    public void SetHandFootDataCurves(HumanData.HandFootType handFoot, HumanData.SideType side, NXObject[] curves)
    Parameters
    Type Name Description
    HumanData.HandFootType handFoot
    HumanData.SideType side
    NXObject[] curves

    SetHandFootDataSolids(HumanData.HandFootType, HumanData.SideType, Body[])

    Declaration
    public void SetHandFootDataSolids(HumanData.HandFootType handFoot, HumanData.SideType side, Body[] solids)
    Parameters
    Type Name Description
    HumanData.HandFootType handFoot
    HumanData.SideType side
    Body[] solids

    SetHandFootDataType(HumanData.HandFootType, HumanData.SideType, HumanPosturePredictionBuilder.SteeringWheelPedalType)

    Declaration
    public void SetHandFootDataType(HumanData.HandFootType handFoot, HumanData.SideType side, HumanPosturePredictionBuilder.SteeringWheelPedalType steeringWheelPedalType)
    Parameters
    Type Name Description
    HumanData.HandFootType handFoot
    HumanData.SideType side
    HumanPosturePredictionBuilder.SteeringWheelPedalType steeringWheelPedalType

    SetPassengerHfMirror(Int32, Int32, Int32, Int32, Int32)

    Declaration
    public void SetPassengerHfMirror(int leftHand, int rightHand, int leftFoot, int rightFoot, int dummy)
    Parameters
    Type Name Description
    System.Int32 leftHand
    System.Int32 rightHand
    System.Int32 leftFoot
    System.Int32 rightFoot
    System.Int32 dummy

    SetPassengerHfUseDefaults(Int32, Int32, Int32, Int32)

    Declaration
    public void SetPassengerHfUseDefaults(int leftHand, int rightHand, int leftFoot, int rightFoot)
    Parameters
    Type Name Description
    System.Int32 leftHand
    System.Int32 rightHand
    System.Int32 leftFoot
    System.Int32 rightFoot

    SetSgrpCoordinates(String, String, String)

    Declaration
    public void SetSgrpCoordinates(string pointX, string pointY, string pointZ)
    Parameters
    Type Name Description
    System.String pointX
    System.String pointY
    System.String pointZ

    SetSgrpPoint(Point)

    Declaration
    public void SetSgrpPoint(Point sgrpPoint)
    Parameters
    Type Name Description
    Point sgrpPoint

    Implements

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