Class IfcReinforcingMesh
Inheritance
System.Object
IfcReinforcingMesh
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcProduct>
System.IEquatable<IfcElement>
System.IEquatable<IfcElementComponent>
System.IEquatable<IfcReinforcingElement>
System.IEquatable<IfcReinforcingMesh>
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.StructuralElementsDomain
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcReinforcingMesh", 531)]
public class IfcReinforcingMesh : IfcReinforcingElement, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IEquatable<IfcElement>, IEquatable<IfcElementComponent>, IEquatable<IfcReinforcingElement>, IInstantiableEntity, IIfcReinforcingMesh, IIfcReinforcingElement, IIfcElementComponent, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcReinforcingMesh>, IExpressValidatable
Properties
| Improve this Doc View SourceLongitudinalBarCrossSectionArea
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 38)]
public IfcAreaMeasure? LongitudinalBarCrossSectionArea { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcAreaMeasure> |
LongitudinalBarNominalDiameter
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 36)]
public IfcPositiveLengthMeasure? LongitudinalBarNominalDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
LongitudinalBarSpacing
Declaration
[EntityAttribute(16, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 40)]
public IfcPositiveLengthMeasure? LongitudinalBarSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
MeshLength
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 34)]
public IfcPositiveLengthMeasure? MeshLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
MeshWidth
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 35)]
public IfcPositiveLengthMeasure? MeshWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
PredefinedType
Declaration
[EntityAttribute(18, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 42)]
public IfcReinforcingMeshTypeEnum? PredefinedType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcReinforcingMeshTypeEnum> |
TransverseBarCrossSectionArea
Declaration
[EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 39)]
public IfcAreaMeasure? TransverseBarCrossSectionArea { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcAreaMeasure> |
TransverseBarNominalDiameter
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 37)]
public IfcPositiveLengthMeasure? TransverseBarNominalDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
TransverseBarSpacing
Declaration
[EntityAttribute(17, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 41)]
public IfcPositiveLengthMeasure? TransverseBarSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcReinforcingMesh)
Declaration
public bool Equals(IfcReinforcingMesh other)
Parameters
Type | Name | Description |
---|---|---|
IfcReinforcingMesh | 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(IfcReinforcingMesh.IfcReinforcingMeshClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcReinforcingMesh.IfcReinforcingMeshClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcReinforcingMesh.IfcReinforcingMeshClause | 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> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcReinforcingMesh.LongitudinalBarCrossSectionArea
Declaration
IfcAreaMeasure? IIfcReinforcingMesh.LongitudinalBarCrossSectionArea { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcAreaMeasure> |
IIfcReinforcingMesh.LongitudinalBarNominalDiameter
Declaration
IfcPositiveLengthMeasure? IIfcReinforcingMesh.LongitudinalBarNominalDiameter { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcReinforcingMesh.LongitudinalBarSpacing
Declaration
IfcPositiveLengthMeasure? IIfcReinforcingMesh.LongitudinalBarSpacing { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcReinforcingMesh.MeshLength
Declaration
IfcPositiveLengthMeasure? IIfcReinforcingMesh.MeshLength { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcReinforcingMesh.MeshWidth
Declaration
IfcPositiveLengthMeasure? IIfcReinforcingMesh.MeshWidth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcReinforcingMesh.PredefinedType
Declaration
IfcReinforcingMeshTypeEnum? IIfcReinforcingMesh.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcReinforcingMeshTypeEnum> |
IIfcReinforcingMesh.TransverseBarCrossSectionArea
Declaration
IfcAreaMeasure? IIfcReinforcingMesh.TransverseBarCrossSectionArea { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcAreaMeasure> |
IIfcReinforcingMesh.TransverseBarNominalDiameter
Declaration
IfcPositiveLengthMeasure? IIfcReinforcingMesh.TransverseBarNominalDiameter { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcReinforcingMesh.TransverseBarSpacing
Declaration
IfcPositiveLengthMeasure? IIfcReinforcingMesh.TransverseBarSpacing { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>