Search Results for

    Show / Hide Table of Contents

    Class HeadImpactSideRailDetailBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    HeadImpactSideRailDetailBuilder
    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 HeadImpactSideRailDetailBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    HeadImpactSideRailDetailBuilder()

    Declaration
    protected HeadImpactSideRailDetailBuilder()

    Properties

    CreateGeometry

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

    PT11Left

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

    PT11LeftFlag

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

    PT11Right

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

    PT11RightFlag

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

    PT12Left

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

    PT12LeftFlag

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

    PT12Right

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

    PT12RightFlag

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

    PT14Left

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

    PT14LeftFlag

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

    PT14Right

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

    PT14RightFlag

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

    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

    SR1Left

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

    SR1LeftFlag

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

    SR1Offset

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

    SR1Right

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

    SR1RightFlag

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

    SR2ALeft

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

    SR2ALeftFlag

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

    SR2ARight

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

    SR2ARightFlag

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

    SR2BLeft

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

    SR2BLeftFlag

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

    SR2BRight

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

    SR2BRightFlag

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

    SR2Left

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Features.VehicleDesign.HeadImpactSideRailDetailBuilder.SR2ALeft instead.")]
    public Point SR2Left { get; set; }
    Property Value
    Type Description
    Point

    SR2LeftFlag

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Features.VehicleDesign.HeadImpactSideRailDetailBuilder.SR2ALeftFlag instead.")]
    public bool SR2LeftFlag { get; set; }
    Property Value
    Type Description
    bool

    SR2Offset

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

    SR2Right

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Features.VehicleDesign.HeadImpactSideRailDetailBuilder.SR2ARight instead.")]
    public Point SR2Right { get; set; }
    Property Value
    Type Description
    Point

    SR2RightFlag

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Features.VehicleDesign.HeadImpactSideRailDetailBuilder.SR2ARightFlag instead.")]
    public bool SR2RightFlag { get; set; }
    Property Value
    Type Description
    bool

    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