Class IfcAsymmetricIShapeProfileDef
Inheritance
System.Object
IfcAsymmetricIShapeProfileDef
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("IfcAsymmetricIShapeProfileDef", 672)]
public class IfcAsymmetricIShapeProfileDef : IfcParameterizedProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcParameterizedProfileDef>, IInstantiableEntity, IIfcAsymmetricIShapeProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcAsymmetricIShapeProfileDef>, IExpressValidatable
Properties
|
Improve this Doc
View Source
BottomFlangeEdgeRadius
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 14)]
public IfcNonNegativeLengthMeasure? BottomFlangeEdgeRadius { get; set; }
Property Value
|
Improve this Doc
View Source
BottomFlangeFilletRadius
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcNonNegativeLengthMeasure? BottomFlangeFilletRadius { get; set; }
Property Value
|
Improve this Doc
View Source
BottomFlangeSlope
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcPlaneAngleMeasure? BottomFlangeSlope { get; set; }
Property Value
|
Improve this Doc
View Source
BottomFlangeThickness
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcPositiveLengthMeasure BottomFlangeThickness { get; set; }
Property Value
|
Improve this Doc
View Source
BottomFlangeWidth
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPositiveLengthMeasure BottomFlangeWidth { get; set; }
Property Value
|
Improve this Doc
View Source
OverallDepth
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPositiveLengthMeasure OverallDepth { get; set; }
Property Value
|
Improve this Doc
View Source
TopFlangeEdgeRadius
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
public IfcNonNegativeLengthMeasure? TopFlangeEdgeRadius { get; set; }
Property Value
|
Improve this Doc
View Source
TopFlangeFilletRadius
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcNonNegativeLengthMeasure? TopFlangeFilletRadius { get; set; }
Property Value
|
Improve this Doc
View Source
TopFlangeSlope
Declaration
[EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
public IfcPlaneAngleMeasure? TopFlangeSlope { get; set; }
Property Value
|
Improve this Doc
View Source
TopFlangeThickness
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcPositiveLengthMeasure? TopFlangeThickness { get; set; }
Property Value
|
Improve this Doc
View Source
TopFlangeWidth
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcPositiveLengthMeasure TopFlangeWidth { get; set; }
Property Value
|
Improve this Doc
View Source
WebThickness
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure WebThickness { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcAsymmetricIShapeProfileDef)
Declaration
public bool Equals(IfcAsymmetricIShapeProfileDef 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 virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcAsymmetricIShapeProfileDef.IfcAsymmetricIShapeProfileDefClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcAsymmetricIShapeProfileDef.IfcAsymmetricIShapeProfileDefClause 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
IIfcAsymmetricIShapeProfileDef.BottomFlangeEdgeRadius
Declaration
IfcNonNegativeLengthMeasure? IIfcAsymmetricIShapeProfileDef.BottomFlangeEdgeRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.BottomFlangeFilletRadius
Declaration
IfcNonNegativeLengthMeasure? IIfcAsymmetricIShapeProfileDef.BottomFlangeFilletRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.BottomFlangeSlope
Declaration
IfcPlaneAngleMeasure? IIfcAsymmetricIShapeProfileDef.BottomFlangeSlope { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.BottomFlangeThickness
Declaration
IfcPositiveLengthMeasure IIfcAsymmetricIShapeProfileDef.BottomFlangeThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.BottomFlangeWidth
Declaration
IfcPositiveLengthMeasure IIfcAsymmetricIShapeProfileDef.BottomFlangeWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.OverallDepth
Declaration
IfcPositiveLengthMeasure IIfcAsymmetricIShapeProfileDef.OverallDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.TopFlangeEdgeRadius
Declaration
IfcNonNegativeLengthMeasure? IIfcAsymmetricIShapeProfileDef.TopFlangeEdgeRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.TopFlangeFilletRadius
Declaration
IfcNonNegativeLengthMeasure? IIfcAsymmetricIShapeProfileDef.TopFlangeFilletRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.TopFlangeSlope
Declaration
IfcPlaneAngleMeasure? IIfcAsymmetricIShapeProfileDef.TopFlangeSlope { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.TopFlangeThickness
Declaration
IfcPositiveLengthMeasure? IIfcAsymmetricIShapeProfileDef.TopFlangeThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.TopFlangeWidth
Declaration
IfcPositiveLengthMeasure IIfcAsymmetricIShapeProfileDef.TopFlangeWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsymmetricIShapeProfileDef.WebThickness
Declaration
IfcPositiveLengthMeasure IIfcAsymmetricIShapeProfileDef.WebThickness { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>