Search Results for

    Show / Hide Table of Contents

    Class HeadImpactAPillarDetailBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    HeadImpactAPillarDetailBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 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
    System.Boolean

    AP1Right

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

    AP1RightFlag

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

    AP2Left

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

    AP2LeftFlag

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

    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
    System.Boolean

    AP3Left

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

    AP3LeftFlag

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

    AP3Right

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

    AP3RightFlag

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

    CreateGeometry

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

    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
    System.Boolean

    Line1Right

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

    Line1RightFlag

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

    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
    System.Boolean

    Plane1Right

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

    Plane1RightFlag

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

    Plane5Left

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

    Plane5LeftFlag

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

    Plane5Right

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

    Plane5RightFlag

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

    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
    System.Boolean

    Implements

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