Class IfcSurfaceStyleRefraction
Inheritance
System.Object
IfcSurfaceStyleRefraction
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcSurfaceStyleRefraction", 636)]
public class IfcSurfaceStyleRefraction : PersistEntity, INotifyPropertyChanged, IIfcSurfaceStyleRefraction, IIfcPresentationItem, IfcSurfaceStyleElementSelect, IInstantiableEntity, IIfcSurfaceStyleRefraction, IfcSurfaceStyleElementSelect, IIfcSurfaceStyleElementSelect, IIfcSurfaceStyleElementSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcSurfaceStyleRefraction>
Properties
|
Improve this Doc
View Source
DispersionFactor
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcReal? DispersionFactor { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
RefractionIndex
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcReal? RefractionIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcSurfaceStyleRefraction)
Declaration
public bool Equals(IfcSurfaceStyleRefraction other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcSurfaceStyleRefraction.DispersionFactor
Declaration
IfcReal? IIfcSurfaceStyleRefraction.DispersionFactor { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
IIfcSurfaceStyleRefraction.RefractionIndex
Declaration
IfcReal? IIfcSurfaceStyleRefraction.RefractionIndex { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
IIfcSurfaceStyleRefraction.DispersionFactor
Declaration
[CrossSchemaAttribute(typeof(IIfcSurfaceStyleRefraction), 2)]
IfcReal? IIfcSurfaceStyleRefraction.DispersionFactor { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
IIfcSurfaceStyleRefraction.RefractionIndex
Declaration
[CrossSchemaAttribute(typeof(IIfcSurfaceStyleRefraction), 1)]
IfcReal? IIfcSurfaceStyleRefraction.RefractionIndex { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>