Class IfcStructuralLoadGroup
Inheritance
System.Object
IfcStructuralLoadGroup
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcGroup>
System.IEquatable<IfcStructuralLoadGroup>
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.StructuralAnalysisDomain
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcStructuralLoadGroup", 573)]
public class IfcStructuralLoadGroup : IfcGroup, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcGroup>, IInstantiableEntity, IIfcStructuralLoadGroup, IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcStructuralLoadGroup>, IExpressValidatable
Properties
| Improve this Doc View SourceActionSource
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 20)]
public IfcActionSourceTypeEnum ActionSource { get; set; }
Property Value
Type | Description |
---|---|
IfcActionSourceTypeEnum |
ActionType
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 19)]
public IfcActionTypeEnum ActionType { get; set; }
Property Value
Type | Description |
---|---|
IfcActionTypeEnum |
Coefficient
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 21)]
public IfcRatioMeasure? Coefficient { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcRatioMeasure> |
LoadGroupFor
Declaration
[InverseProperty("LoadedBy")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 24)]
public IEnumerable<IfcStructuralAnalysisModel> LoadGroupFor { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcStructuralAnalysisModel> |
PredefinedType
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 18)]
public IfcLoadGroupTypeEnum PredefinedType { get; set; }
Property Value
Type | Description |
---|---|
IfcLoadGroupTypeEnum |
Purpose
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 22)]
public IfcLabel? Purpose { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
SourceOfResultGroup
Declaration
[InverseProperty("ResultForLoadGroup")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 23)]
public IEnumerable<IfcStructuralResultGroup> SourceOfResultGroup { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcStructuralResultGroup> |
Methods
| Improve this Doc View SourceEquals(IfcStructuralLoadGroup)
Declaration
public bool Equals(IfcStructuralLoadGroup other)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadGroup | 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
| Improve this Doc View SourceValidate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
Overrides
| Improve this Doc View SourceValidateClause(IfcStructuralLoadGroup.IfcStructuralLoadGroupClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcStructuralLoadGroup.IfcStructuralLoadGroupClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadGroup.IfcStructuralLoadGroupClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcStructuralLoadGroup.ActionSource
Declaration
IfcActionSourceTypeEnum IIfcStructuralLoadGroup.ActionSource { get; set; }
Returns
Type | Description |
---|---|
IfcActionSourceTypeEnum |
IIfcStructuralLoadGroup.ActionType
Declaration
IfcActionTypeEnum IIfcStructuralLoadGroup.ActionType { get; set; }
Returns
Type | Description |
---|---|
IfcActionTypeEnum |
IIfcStructuralLoadGroup.Coefficient
Declaration
IfcRatioMeasure? IIfcStructuralLoadGroup.Coefficient { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcRatioMeasure> |
IIfcStructuralLoadGroup.LoadGroupFor
Declaration
IEnumerable<IIfcStructuralAnalysisModel> IIfcStructuralLoadGroup.LoadGroupFor { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcStructuralAnalysisModel> |
IIfcStructuralLoadGroup.PredefinedType
Declaration
IfcLoadGroupTypeEnum IIfcStructuralLoadGroup.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
IfcLoadGroupTypeEnum |
IIfcStructuralLoadGroup.Purpose
Declaration
IfcLabel? IIfcStructuralLoadGroup.Purpose { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcStructuralLoadGroup.SourceOfResultGroup
Declaration
IEnumerable<IIfcStructuralResultGroup> IIfcStructuralLoadGroup.SourceOfResultGroup { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcStructuralResultGroup> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>