Search Results for

    Show / Hide Table of Contents

    Class HeadImpactBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    HeadImpactBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 HeadImpactBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    HeadImpactBuilder()

    Declaration
    protected HeadImpactBuilder()

    Properties

    ActiveZone

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

    APillarFeature

    Declaration
    public HeadImpactAPillar APillarFeature { get; set; }
    Property Value
    Type Description
    HeadImpactAPillar

    BPillarFeature

    Declaration
    public HeadImpactBPillar BPillarFeature { get; set; }
    Property Value
    Type Description
    HeadImpactBPillar

    Calculation

    Declaration
    public HeadImpactBuilder.CalculationType Calculation { get; set; }
    Property Value
    Type Description
    HeadImpactBuilder.CalculationType

    COGFrontXOffset

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

    COGFrontZOffset

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

    COGRearXOffset

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

    COGRearZOffset

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

    FrontHeaderFeature

    Declaration
    public HeadImpactFrontHeader FrontHeaderFeature { get; set; }
    Property Value
    Type Description
    HeadImpactFrontHeader

    Loading

    Declaration
    public string Loading { get; set; }
    Property Value
    Type Description
    System.String

    RearHeaderFeature

    Declaration
    public HeadImpactRearHeader RearHeaderFeature { get; set; }
    Property Value
    Type Description
    HeadImpactRearHeader

    RequirementsControl

    Declaration
    public HeadImpactBuilder.RequirementsControlType RequirementsControl { get; set; }
    Property Value
    Type Description
    HeadImpactBuilder.RequirementsControlType

    RPillarFeature

    Declaration
    public HeadImpactRPillar RPillarFeature { get; set; }
    Property Value
    Type Description
    HeadImpactRPillar

    SideRailFeature

    Declaration
    public HeadImpactSideRail SideRailFeature { get; set; }
    Property Value
    Type Description
    HeadImpactSideRail

    Standard

    Declaration
    public string Standard { get; set; }
    Property Value
    Type Description
    System.String

    UpperRoofFeature

    Declaration
    public HeadImpactUpperRoof UpperRoofFeature { get; set; }
    Property Value
    Type Description
    HeadImpactUpperRoof

    VisualizeZone

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

    ZoneDistance

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

    Methods

    AddAdditionalPillarFeature(HeadImpactOPillar)

    Declaration
    public void AddAdditionalPillarFeature(HeadImpactOPillar feature)
    Parameters
    Type Name Description
    HeadImpactOPillar feature

    AddAdditionalRailFeature(HeadImpactOtherRail)

    Declaration
    public void AddAdditionalRailFeature(HeadImpactOtherRail feature)
    Parameters
    Type Name Description
    HeadImpactOtherRail feature

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX