Class IfcIShapeProfileDef
Inheritance
System.Object
IfcIShapeProfileDef
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("IfcIShapeProfileDef", 352)]
public class IfcIShapeProfileDef : IfcParameterizedProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcParameterizedProfileDef>, IInstantiableEntity, IIfcIShapeProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcIShapeProfileDef>, IExpressValidatable
Properties
|
Improve this Doc
View Source
FilletRadius
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcNonNegativeLengthMeasure? FilletRadius { get; set; }
Property Value
|
Improve this Doc
View Source
FlangeEdgeRadius
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcNonNegativeLengthMeasure? FlangeEdgeRadius { get; set; }
Property Value
|
Improve this Doc
View Source
FlangeSlope
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcPlaneAngleMeasure? FlangeSlope { get; set; }
Property Value
|
Improve this Doc
View Source
FlangeThickness
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcPositiveLengthMeasure FlangeThickness { 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
OverallWidth
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPositiveLengthMeasure OverallWidth { 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(IfcIShapeProfileDef)
Declaration
public bool Equals(IfcIShapeProfileDef 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(IfcIShapeProfileDef.IfcIShapeProfileDefClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcIShapeProfileDef.IfcIShapeProfileDefClause 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
IIfcIShapeProfileDef.FilletRadius
Declaration
IfcNonNegativeLengthMeasure? IIfcIShapeProfileDef.FilletRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcIShapeProfileDef.FlangeEdgeRadius
Declaration
IfcNonNegativeLengthMeasure? IIfcIShapeProfileDef.FlangeEdgeRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcIShapeProfileDef.FlangeSlope
Declaration
IfcPlaneAngleMeasure? IIfcIShapeProfileDef.FlangeSlope { get; set; }
Returns
|
Improve this Doc
View Source
IIfcIShapeProfileDef.FlangeThickness
Declaration
IfcPositiveLengthMeasure IIfcIShapeProfileDef.FlangeThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcIShapeProfileDef.OverallDepth
Declaration
IfcPositiveLengthMeasure IIfcIShapeProfileDef.OverallDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcIShapeProfileDef.OverallWidth
Declaration
IfcPositiveLengthMeasure IIfcIShapeProfileDef.OverallWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcIShapeProfileDef.WebThickness
Declaration
IfcPositiveLengthMeasure IIfcIShapeProfileDef.WebThickness { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>