Class IfcTendon
Inheritance
System.Object
IfcTendon
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("IfcTendon", 261)]
public class IfcTendon : IfcReinforcingElement, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IIfcDistributionElement, IEquatable<IfcElement>, IIfcBuildingElement, IEquatable<IfcBuildingElement>, IEquatable<IfcBuildingElementComponent>, IEquatable<IfcReinforcingElement>, IIfcTendon, IIfcReinforcingElement, IIfcElementComponent, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IInstantiableEntity, IIfcTendon, IIfcReinforcingElement, IIfcBuildingElementComponent, IIfcBuildingElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcTendon>, IExpressValidatable
Properties
|
Improve this Doc
View Source
AnchorageSlip
Declaration
[EntityAttribute(16, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 34)]
public IfcPositiveLengthMeasure? AnchorageSlip { get; set; }
Property Value
|
Improve this Doc
View Source
CrossSectionArea
Declaration
[EntityAttribute(12, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 30)]
public IfcAreaMeasure CrossSectionArea { get; set; }
Property Value
|
Improve this Doc
View Source
FrictionCoefficient
Declaration
[EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 33)]
public IfcNormalisedRatioMeasure? FrictionCoefficient { get; set; }
Property Value
|
Improve this Doc
View Source
MinCurvatureRadius
Declaration
[EntityAttribute(17, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 35)]
public IfcPositiveLengthMeasure? MinCurvatureRadius { get; set; }
Property Value
|
Improve this Doc
View Source
NominalDiameter
Declaration
[EntityAttribute(11, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 29)]
public IfcPositiveLengthMeasure NominalDiameter { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
[EntityAttribute(10, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 28)]
public IfcTendonTypeEnum PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
PreStress
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 32)]
public IfcPressureMeasure? PreStress { get; set; }
Property Value
|
Improve this Doc
View Source
TensionForce
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 31)]
public IfcForceMeasure? TensionForce { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTendon)
Declaration
public bool Equals(IfcTendon 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
|
Improve this Doc
View Source
Validate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Overrides
|
Improve this Doc
View Source
ValidateClause(IfcTendon.IfcTendonClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcTendon.IfcTendonClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
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
IIfcTendon.AnchorageSlip
Declaration
IfcPositiveLengthMeasure? IIfcTendon.AnchorageSlip { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.CrossSectionArea
Declaration
IfcAreaMeasure IIfcTendon.CrossSectionArea { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.FrictionCoefficient
Declaration
IfcNormalisedRatioMeasure? IIfcTendon.FrictionCoefficient { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.MinCurvatureRadius
Declaration
IfcPositiveLengthMeasure? IIfcTendon.MinCurvatureRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.NominalDiameter
Declaration
IfcPositiveLengthMeasure IIfcTendon.NominalDiameter { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.PredefinedType
Declaration
IfcTendonTypeEnum IIfcTendon.PredefinedType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.PreStress
Declaration
IfcPressureMeasure? IIfcTendon.PreStress { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.TensionForce
Declaration
IfcForceMeasure? IIfcTendon.TensionForce { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.AnchorageSlip
Declaration
[CrossSchemaAttribute(typeof(IIfcTendon), 16)]
IfcPositiveLengthMeasure? IIfcTendon.AnchorageSlip { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.CrossSectionArea
Declaration
[CrossSchemaAttribute(typeof(IIfcTendon), 12)]
IfcAreaMeasure? IIfcTendon.CrossSectionArea { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.FrictionCoefficient
Declaration
[CrossSchemaAttribute(typeof(IIfcTendon), 15)]
IfcNormalisedRatioMeasure? IIfcTendon.FrictionCoefficient { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.MinCurvatureRadius
Declaration
[CrossSchemaAttribute(typeof(IIfcTendon), 17)]
IfcPositiveLengthMeasure? IIfcTendon.MinCurvatureRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.NominalDiameter
Declaration
[CrossSchemaAttribute(typeof(IIfcTendon), 11)]
IfcPositiveLengthMeasure? IIfcTendon.NominalDiameter { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.PredefinedType
Declaration
[CrossSchemaAttribute(typeof(IIfcTendon), 10)]
IfcTendonTypeEnum? IIfcTendon.PredefinedType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.PreStress
Declaration
[CrossSchemaAttribute(typeof(IIfcTendon), 14)]
IfcPressureMeasure? IIfcTendon.PreStress { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTendon.TensionForce
Declaration
[CrossSchemaAttribute(typeof(IIfcTendon), 13)]
IfcForceMeasure? IIfcTendon.TensionForce { get; set; }
Returns
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>
System.IEquatable<T>