Class GlazingShadeBandsBuilder
Inheritance
System.Object
System.MarshalByRefObject
GlazingShadeBandsBuilder
Inherited Members
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 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 |
---|---|
System.Boolean |
ForwardGlazing
Declaration
public bool ForwardGlazing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ForwardGlazingGeometry
Declaration
public ScCollector ForwardGlazingGeometry { get; set; }
Property Value
Type | Description |
---|---|
ScCollector |
Loading
Declaration
public string Loading { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RearGlazing
Declaration
public bool RearGlazing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|
System.Boolean |
UseViewHeight
Declaration
public bool UseViewHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewHeight
Declaration
public double ViewHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink