Class IfcConnectionPointEccentricity
Inheritance
System.Object
IfcConnectionPointEccentricity
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcConnectionGeometry>
System.IEquatable<IfcConnectionPointGeometry>
System.IEquatable<IfcConnectionPointEccentricity>
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.GeometricConstraintResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcConnectionPointEccentricity", 405)]
public class IfcConnectionPointEccentricity : IfcConnectionPointGeometry, INotifyPropertyChanged, IEquatable<IfcConnectionGeometry>, IEquatable<IfcConnectionPointGeometry>, IInstantiableEntity, IIfcConnectionPointEccentricity, IIfcConnectionPointGeometry, IIfcConnectionGeometry, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcConnectionPointEccentricity>
Properties
| Improve this Doc View SourceEccentricityInX
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLengthMeasure? EccentricityInX { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
EccentricityInY
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLengthMeasure? EccentricityInY { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
EccentricityInZ
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcLengthMeasure? EccentricityInZ { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcConnectionPointEccentricity)
Declaration
public bool Equals(IfcConnectionPointEccentricity other)
Parameters
Type | Name | Description |
---|---|---|
IfcConnectionPointEccentricity | 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> |
IIfcConnectionPointEccentricity.EccentricityInX
Declaration
IfcLengthMeasure? IIfcConnectionPointEccentricity.EccentricityInX { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcConnectionPointEccentricity.EccentricityInY
Declaration
IfcLengthMeasure? IIfcConnectionPointEccentricity.EccentricityInY { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcConnectionPointEccentricity.EccentricityInZ
Declaration
IfcLengthMeasure? IIfcConnectionPointEccentricity.EccentricityInZ { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>