Search Results for

    Show / Hide Table of Contents

    Class HeadImpactRPillarDetailBuilder

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

    Constructors

    HeadImpactRPillarDetailBuilder()

    Declaration
    protected HeadImpactRPillarDetailBuilder()

    Properties

    CreateGeometry

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

    PT7Left

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

    PT7LeftFlag

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

    PT7Right

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

    PT7RightFlag

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

    RP1Left

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

    RP1LeftFlag

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

    RP1Ratio

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

    RP1Right

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

    RP1RightFlag

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

    RP2Left

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

    RP2LeftFlag

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

    RP2Offset

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

    RP2Right

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

    RP2RightFlag

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