Search Results for

    Show / Hide Table of Contents

    Class GlazingShadeBandsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    GlazingShadeBandsBuilder
    Implements
    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, 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 GlazingShadeBandsBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    GlazingShadeBandsBuilder()

    Declaration
    protected GlazingShadeBandsBuilder()

    Properties

    EyeFeature

    Declaration
    public Feature EyeFeature { get; set; }
    Property Value
    Type Description
    Feature

    Eyellipse

    Declaration
    public SelectFeature Eyellipse { get; }
    Property Value
    Type Description
    SelectFeature

    EyellipsePercentile

    Declaration
    public GlazingShadeBandsBuilder.EyePercentile EyellipsePercentile { get; set; }
    Property Value
    Type Description
    GlazingShadeBandsBuilder.EyePercentile

    FixedSideGlazing

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

    ForwardGlazing

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

    ForwardGlazingGeometry

    Declaration
    public ScCollector ForwardGlazingGeometry { get; set; }
    Property Value
    Type Description
    ScCollector

    Loading

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

    RearGlazing

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

    RearGlazingGeometry

    Declaration
    public ScCollector RearGlazingGeometry { get; set; }
    Property Value
    Type Description
    ScCollector

    SideGlazingGeometry

    Declaration
    public ScCollector SideGlazingGeometry { get; set; }
    Property Value
    Type Description
    ScCollector

    UpperPoint

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

    UseStandardLoading

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

    UseViewHeight

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

    ViewHeight

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  Use JA_GLAZING_SHADE_BANDS_BUILDER_get_ViewHeightExp instead.")]
    public double ViewHeight { get; set; }
    Property Value
    Type Description
    double

    ViewHeightExp

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX