Search Results for

    Show / Hide Table of Contents

    Class HeadImpactBPillarDetailBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    HeadImpactBPillarDetailBuilder
    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 HeadImpactBPillarDetailBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    HeadImpactBPillarDetailBuilder()

    Declaration
    protected HeadImpactBPillarDetailBuilder()

    Properties

    BP1Left

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

    BP1LeftFlag

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

    BP1Right

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

    BP1RightFlag

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

    BP2Left

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

    BP2LeftFlag

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

    BP2Right

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

    BP2RightFlag

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

    BP3Left

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

    BP3LeftFlag

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

    BP3Right

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

    BP3RightFlag

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

    BP4Left

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

    BP4LeftFlag

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

    BP4Right

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

    BP4RightFlag

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

    CreateGeometry

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

    DaylightBottomLeft

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

    DaylightBottomLeftFlag

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

    DaylightBottomRight

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

    DaylightBottomRightFlag

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

    DoorTopLeft

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

    DoorTopLeftFlag

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

    DoorTopRight

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

    DoorTopRightFlag

    Declaration
    public bool DoorTopRightFlag { 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

    PT4Left

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

    PT4LeftFlag

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

    PT4Right

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

    PT4RightFlag

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

    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