Class IfcRectangleHollowProfileDef
Inheritance
System.Object
IfcRectangleHollowProfileDef
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcProfileDef>
System.IEquatable<IfcParameterizedProfileDef>
System.IEquatable<IfcRectangleProfileDef>
System.IEquatable<IfcRectangleHollowProfileDef>
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.ProfileResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcRectangleHollowProfileDef", 562)]
public class IfcRectangleHollowProfileDef : IfcRectangleProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcParameterizedProfileDef>, IEquatable<IfcRectangleProfileDef>, IInstantiableEntity, IIfcRectangleHollowProfileDef, IIfcRectangleProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcRectangleHollowProfileDef>, IExpressValidatable
Properties
| Improve this Doc View SourceInnerFilletRadius
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcNonNegativeLengthMeasure? InnerFilletRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcNonNegativeLengthMeasure> |
OuterFilletRadius
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcNonNegativeLengthMeasure? OuterFilletRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcNonNegativeLengthMeasure> |
WallThickness
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure WallThickness { get; set; }
Property Value
Type | Description |
---|---|
IfcPositiveLengthMeasure |
Methods
| Improve this Doc View SourceEquals(IfcRectangleHollowProfileDef)
Declaration
public bool Equals(IfcRectangleHollowProfileDef other)
Parameters
Type | Name | Description |
---|---|---|
IfcRectangleHollowProfileDef | 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 virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcRectangleHollowProfileDef.IfcRectangleHollowProfileDefClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcRectangleHollowProfileDef.IfcRectangleHollowProfileDefClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcRectangleHollowProfileDef.IfcRectangleHollowProfileDefClause | 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> |
IIfcRectangleHollowProfileDef.InnerFilletRadius
Declaration
IfcNonNegativeLengthMeasure? IIfcRectangleHollowProfileDef.InnerFilletRadius { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcNonNegativeLengthMeasure> |
IIfcRectangleHollowProfileDef.OuterFilletRadius
Declaration
IfcNonNegativeLengthMeasure? IIfcRectangleHollowProfileDef.OuterFilletRadius { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcNonNegativeLengthMeasure> |
IIfcRectangleHollowProfileDef.WallThickness
Declaration
IfcPositiveLengthMeasure IIfcRectangleHollowProfileDef.WallThickness { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>