Class IfcSurfaceStyleRefraction
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcSurfaceStyleRefraction>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PresentationAppearanceResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcSurfaceStyleRefraction", 636)]
public class IfcSurfaceStyleRefraction : IfcPresentationItem, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IInstantiableEntity, IIfcSurfaceStyleRefraction, IIfcPresentationItem, IfcSurfaceStyleElementSelect, IIfcSurfaceStyleElementSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcSurfaceStyleRefraction>
Properties
| Improve this Doc View SourceDispersionFactor
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcReal? DispersionFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcReal> |
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 SourceEquals(IfcSurfaceStyleRefraction)
Declaration
public bool Equals(IfcSurfaceStyleRefraction other)
Parameters
Type | Name | Description |
---|---|---|
IfcSurfaceStyleRefraction | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceIIfcSurfaceStyleRefraction.DispersionFactor
Declaration
IfcReal? IIfcSurfaceStyleRefraction.DispersionFactor { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcReal> |
IIfcSurfaceStyleRefraction.RefractionIndex
Declaration
IfcReal? IIfcSurfaceStyleRefraction.RefractionIndex { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcReal> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>