Search Results for

    Show / Hide Table of Contents

    Class HeadImpactOPillarDetailBuilder

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

    Constructors

    HeadImpactOPillarDetailBuilder()

    Declaration
    protected HeadImpactOPillarDetailBuilder()

    Properties

    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

    OP1Left

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

    OP1LeftFlag

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

    OP1Right

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

    OP1RightFlag

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

    OP2Left

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

    OP2LeftFlag

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

    OP2Right

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

    OP2RightFlag

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

    PT6Left

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

    PT6LeftFlag

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

    PT6Right

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

    PT6RightFlag

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

    ReqHorizontalLeftExact

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

    ReqHorizontalRightExact

    Declaration
    public Expression ReqHorizontalRightExact { 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