Search Results for

    Show / Hide Table of Contents

    Class HeadImpactUpperRoofDetailBuilder

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

    Constructors

    HeadImpactUpperRoofDetailBuilder()

    Declaration
    protected HeadImpactUpperRoofDetailBuilder()

    Properties

    CreateGeometry

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

    D1

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

    D2

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

    PointA

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

    PointAFlag

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

    PointB

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

    PointBFlag

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

    PointC

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

    PointCFlag

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

    PointD

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

    PointDFlag

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

    PointM

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

    PointMFlag

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

    ReqVerticalMax

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

    ReqVerticalMin

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

    RoofOffset

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

    RoofRatio

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

    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