Class GlazingShadeBandsBuilder
Inheritance
GlazingShadeBandsBuilder
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
Eyellipse
Declaration
public SelectFeature Eyellipse { get; }
Property Value
EyellipsePercentile
Declaration
public GlazingShadeBandsBuilder.EyePercentile EyellipsePercentile { get; set; }
Property Value
FixedSideGlazing
Declaration
public bool FixedSideGlazing { get; set; }
Property Value
ForwardGlazing
Declaration
public bool ForwardGlazing { get; set; }
Property Value
ForwardGlazingGeometry
Declaration
public ScCollector ForwardGlazingGeometry { get; set; }
Property Value
Loading
Declaration
public string Loading { get; set; }
Property Value
RearGlazing
Declaration
public bool RearGlazing { get; set; }
Property Value
RearGlazingGeometry
Declaration
public ScCollector RearGlazingGeometry { get; set; }
Property Value
SideGlazingGeometry
Declaration
public ScCollector SideGlazingGeometry { get; set; }
Property Value
UpperPoint
Declaration
public Point UpperPoint { get; set; }
Property Value
UseStandardLoading
Declaration
public bool UseStandardLoading { get; set; }
Property Value
UseViewHeight
Declaration
public bool UseViewHeight { get; set; }
Property Value
ViewHeight
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_GLAZING_SHADE_BANDS_BUILDER_get_ViewHeightExp instead.")]
public double ViewHeight { get; set; }
Property Value
ViewHeightExp
Declaration
public Expression ViewHeightExp { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink