Class IfcLightSourcePositional
Inheritance
System.Object
IfcLightSourcePositional
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcLightSource>
System.IEquatable<IfcLightSourcePositional>
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.PresentationOrganizationResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcLightSourcePositional", 759)]
public class IfcLightSourcePositional : IfcLightSource, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcLightSource>, IInstantiableEntity, IIfcLightSourcePositional, IIfcLightSource, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLightSourcePositional>
Properties
| Improve this Doc View SourceConstantAttenuation
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcReal ConstantAttenuation { get; set; }
Property Value
Type | Description |
---|---|
IfcReal |
DistanceAttenuation
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcReal DistanceAttenuation { get; set; }
Property Value
Type | Description |
---|---|
IfcReal |
Position
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcCartesianPoint Position { get; set; }
Property Value
Type | Description |
---|---|
IfcCartesianPoint |
QuadricAttenuation
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcReal QuadricAttenuation { get; set; }
Property Value
Type | Description |
---|---|
IfcReal |
Radius
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure Radius { get; set; }
Property Value
Type | Description |
---|---|
IfcPositiveLengthMeasure |
Methods
| Improve this Doc View SourceEquals(IfcLightSourcePositional)
Declaration
public bool Equals(IfcLightSourcePositional other)
Parameters
Type | Name | Description |
---|---|---|
IfcLightSourcePositional | 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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcLightSourcePositional.ConstantAttenuation
Declaration
IfcReal IIfcLightSourcePositional.ConstantAttenuation { get; set; }
Returns
Type | Description |
---|---|
IfcReal |
IIfcLightSourcePositional.DistanceAttenuation
Declaration
IfcReal IIfcLightSourcePositional.DistanceAttenuation { get; set; }
Returns
Type | Description |
---|---|
IfcReal |
IIfcLightSourcePositional.Position
Declaration
IIfcCartesianPoint IIfcLightSourcePositional.Position { get; set; }
Returns
Type | Description |
---|---|
IIfcCartesianPoint |
IIfcLightSourcePositional.QuadricAttenuation
Declaration
IfcReal IIfcLightSourcePositional.QuadricAttenuation { get; set; }
Returns
Type | Description |
---|---|
IfcReal |
IIfcLightSourcePositional.Radius
Declaration
IfcPositiveLengthMeasure IIfcLightSourcePositional.Radius { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>