Class IfcRelConnectsStructuralMember
Inheritance
System.Object
IfcRelConnectsStructuralMember
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.Ifc4.dll
Syntax
[ExpressType("IfcRelConnectsStructuralMember", 321)]
public class IfcRelConnectsStructuralMember : IfcRelConnects, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcRelationship>, IEquatable<IfcRelConnects>, IInstantiableEntity, IIfcRelConnectsStructuralMember, IIfcRelConnects, IIfcRelationship, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcRelConnectsStructuralMember>
Properties
|
Improve this Doc
View Source
AdditionalConditions
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 8)]
public IfcStructuralConnectionCondition AdditionalConditions { get; set; }
Property Value
|
Improve this Doc
View Source
AppliedCondition
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcBoundaryCondition AppliedCondition { get; set; }
Property Value
|
Improve this Doc
View Source
ConditionCoordinateSystem
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 10)]
public IfcAxis2Placement3D ConditionCoordinateSystem { get; set; }
Property Value
|
Improve this Doc
View Source
RelatedStructuralConnection
Declaration
[IndexedProperty]
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcStructuralConnection RelatedStructuralConnection { get; set; }
Property Value
|
Improve this Doc
View Source
RelatingStructuralMember
Declaration
[IndexedProperty]
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcStructuralMember RelatingStructuralMember { get; set; }
Property Value
|
Improve this Doc
View Source
SupportedLength
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcLengthMeasure? SupportedLength { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcRelConnectsStructuralMember)
Declaration
public bool Equals(IfcRelConnectsStructuralMember 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
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcRelConnectsStructuralMember.AdditionalConditions
Declaration
IIfcStructuralConnectionCondition IIfcRelConnectsStructuralMember.AdditionalConditions { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRelConnectsStructuralMember.AppliedCondition
Declaration
IIfcBoundaryCondition IIfcRelConnectsStructuralMember.AppliedCondition { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRelConnectsStructuralMember.ConditionCoordinateSystem
Declaration
IIfcAxis2Placement3D IIfcRelConnectsStructuralMember.ConditionCoordinateSystem { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRelConnectsStructuralMember.RelatedStructuralConnection
Declaration
IIfcStructuralConnection IIfcRelConnectsStructuralMember.RelatedStructuralConnection { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRelConnectsStructuralMember.RelatingStructuralMember
Declaration
IIfcStructuralMember IIfcRelConnectsStructuralMember.RelatingStructuralMember { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRelConnectsStructuralMember.SupportedLength
Declaration
IfcLengthMeasure? IIfcRelConnectsStructuralMember.SupportedLength { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>