Search Results for

    Show / Hide Table of Contents

    Class HeadImpactAPillarDetailBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    HeadImpactAPillarDetailBuilder
    Implements
    IMessageSink
    IComponentBuilder
    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.Features.VehicleDesign
    Assembly: NXOpen.dll
    Syntax
    public class HeadImpactAPillarDetailBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    HeadImpactAPillarDetailBuilder()

    Declaration
    protected HeadImpactAPillarDetailBuilder()

    Properties

    AP1Left

    Declaration
    public Point AP1Left { get; set; }
    Property Value
    Type Description
    Point

    AP1LeftFlag

    Declaration
    public bool AP1LeftFlag { get; set; }
    Property Value
    Type Description
    bool

    AP1Right

    Declaration
    public Point AP1Right { get; set; }
    Property Value
    Type Description
    Point

    AP1RightFlag

    Declaration
    public bool AP1RightFlag { get; set; }
    Property Value
    Type Description
    bool

    AP2Left

    Declaration
    public Point AP2Left { get; set; }
    Property Value
    Type Description
    Point

    AP2LeftFlag

    Declaration
    public bool AP2LeftFlag { get; set; }
    Property Value
    Type Description
    bool

    AP2Offset

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

    AP2Right

    Declaration
    public Point AP2Right { get; set; }
    Property Value
    Type Description
    Point

    AP2RightFlag

    Declaration
    public bool AP2RightFlag { get; set; }
    Property Value
    Type Description
    bool

    AP3Left

    Declaration
    public Point AP3Left { get; set; }
    Property Value
    Type Description
    Point

    AP3LeftFlag

    Declaration
    public bool AP3LeftFlag { get; set; }
    Property Value
    Type Description
    bool

    AP3Right

    Declaration
    public Point AP3Right { get; set; }
    Property Value
    Type Description
    Point

    AP3RightFlag

    Declaration
    public bool AP3RightFlag { get; set; }
    Property Value
    Type Description
    bool

    CreateGeometry

    Declaration
    public bool CreateGeometry { get; set; }
    Property Value
    Type Description
    bool

    HorizontalLeftMax

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

    HorizontalLeftMin

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

    HorizontalRightMax

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

    HorizontalRightMin

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

    Line1Left

    Declaration
    public Point Line1Left { get; set; }
    Property Value
    Type Description
    Point

    Line1LeftFlag

    Declaration
    public bool Line1LeftFlag { get; set; }
    Property Value
    Type Description
    bool

    Line1Right

    Declaration
    public Point Line1Right { get; set; }
    Property Value
    Type Description
    Point

    Line1RightFlag

    Declaration
    public bool Line1RightFlag { get; set; }
    Property Value
    Type Description
    bool

    MeasurementMethod

    Declaration
    public HeadImpactAPillarDetailBuilder.MeasurementMethodType MeasurementMethod { get; set; }
    Property Value
    Type Description
    HeadImpactAPillarDetailBuilder.MeasurementMethodType

    Plane1Left

    Declaration
    public Point Plane1Left { get; set; }
    Property Value
    Type Description
    Point

    Plane1LeftFlag

    Declaration
    public bool Plane1LeftFlag { get; set; }
    Property Value
    Type Description
    bool

    Plane1Right

    Declaration
    public Point Plane1Right { get; set; }
    Property Value
    Type Description
    Point

    Plane1RightFlag

    Declaration
    public bool Plane1RightFlag { get; set; }
    Property Value
    Type Description
    bool

    Plane5Left

    Declaration
    public Point Plane5Left { get; set; }
    Property Value
    Type Description
    Point

    Plane5LeftFlag

    Declaration
    public bool Plane5LeftFlag { get; set; }
    Property Value
    Type Description
    bool

    Plane5Right

    Declaration
    public Point Plane5Right { get; set; }
    Property Value
    Type Description
    Point

    Plane5RightFlag

    Declaration
    public bool Plane5RightFlag { get; set; }
    Property Value
    Type Description
    bool

    Point1Offset

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

    Point2Offset

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

    ReqHorizontalLeftMax

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

    ReqHorizontalLeftMin

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

    ReqHorizontalRightMax

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

    ReqHorizontalRightMin

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

    ReqVerticalMax

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

    ReqVerticalMin

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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