Search Results for

    Show / Hide Table of Contents

    Class ManikinBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ManikinBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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.Features.VehicleDesign
    Assembly: NXOpen.dll
    Syntax
    public class ManikinBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ManikinBuilder()

    Declaration
    protected ManikinBuilder()

    Properties

    AHPHeight

    Declaration
    public Expression AHPHeight { get; }
    Property Value
    Type Description
    Expression

    AHPLength

    Declaration
    public Expression AHPLength { get; }
    Property Value
    Type Description
    Expression

    AHPToSWCHeight

    Declaration
    public Expression AHPToSWCHeight { get; }
    Property Value
    Type Description
    Expression

    AHPToSWCLength

    Declaration
    public Expression AHPToSWCLength { get; }
    Property Value
    Type Description
    Expression

    AllowPostureValueOutOfRange

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

    ArmLength

    Declaration
    public Expression ArmLength { get; }
    Property Value
    Type Description
    Expression

    BackAngle

    Declaration
    public Expression BackAngle { get; }
    Property Value
    Type Description
    Expression

    Classification

    Declaration
    public ManikinBuilder.ClassificationType Classification { get; set; }
    Property Value
    Type Description
    ManikinBuilder.ClassificationType

    CurrentManikinSize

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

    DrivingPostureCheck

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

    ForearmLength

    Declaration
    public Expression ForearmLength { get; }
    Property Value
    Type Description
    Expression

    HandGripLength

    Declaration
    public Expression HandGripLength { get; }
    Property Value
    Type Description
    Expression

    HandLength

    Declaration
    public Expression HandLength { get; }
    Property Value
    Type Description
    Expression

    JointAngleReport

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

    LegLength

    Declaration
    public Expression LegLength { get; }
    Property Value
    Type Description
    Expression

    PedalPlaneAngle

    Declaration
    public Expression PedalPlaneAngle { get; }
    Property Value
    Type Description
    Expression

    Position

    Declaration
    public ManikinBuilder.PositionType Position { get; set; }
    Property Value
    Type Description
    ManikinBuilder.PositionType

    SAEPercentile

    Declaration
    public ManikinBuilder.SAEPercentileType SAEPercentile { get; set; }
    Property Value
    Type Description
    ManikinBuilder.SAEPercentileType

    SgRPHeight

    Declaration
    public Expression SgRPHeight { get; }
    Property Value
    Type Description
    Expression

    SgRPLength

    Declaration
    public Expression SgRPLength { get; }
    Property Value
    Type Description
    Expression

    SgRPWidth

    Declaration
    public Expression SgRPWidth { get; }
    Property Value
    Type Description
    Expression

    ShoulderToHipLength

    Declaration
    public Expression ShoulderToHipLength { get; }
    Property Value
    Type Description
    Expression

    Standard

    Declaration
    public ManikinBuilder.StandardType Standard { get; set; }
    Property Value
    Type Description
    ManikinBuilder.StandardType

    ThighLength

    Declaration
    public Expression ThighLength { get; }
    Property Value
    Type Description
    Expression

    TorsoLength

    Declaration
    public Expression TorsoLength { get; }
    Property Value
    Type Description
    Expression

    WheelAngle

    Declaration
    public Expression WheelAngle { get; }
    Property Value
    Type Description
    Expression

    WheelDiameter

    Declaration
    public Expression WheelDiameter { get; }
    Property Value
    Type Description
    Expression

    Methods

    OpenFromFile(String)

    Declaration
    public void OpenFromFile(string filename)
    Parameters
    Type Name Description
    System.String filename

    SaveToFile(String)

    Declaration
    public void SaveToFile(string filename)
    Parameters
    Type Name Description
    System.String filename

    Implements

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