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