Search Results for

    Show / Hide Table of Contents

    Class HeadImpactSideRailDetailBuilder

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

    Constructors

    HeadImpactSideRailDetailBuilder()

    Declaration
    protected HeadImpactSideRailDetailBuilder()

    Properties

    CreateGeometry

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

    PT11Left

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

    PT11LeftFlag

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

    PT11Right

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

    PT11RightFlag

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

    PT12Left

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

    PT12LeftFlag

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

    PT12Right

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

    PT12RightFlag

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

    PT14Left

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

    PT14LeftFlag

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

    PT14Right

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

    PT14RightFlag

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

    SR1Left

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

    SR1LeftFlag

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

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

    SR2ALeft

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

    SR2ALeftFlag

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

    SR2ARight

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

    SR2ARightFlag

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

    SR2BLeft

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

    SR2BLeftFlag

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

    SR2BRight

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

    SR2BRightFlag

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

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

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

    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