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.Ifc2x3.ProfileResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcRectangleHollowProfileDef", 562)]
public class IfcRectangleHollowProfileDef : IfcRectangleProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcParameterizedProfileDef>, IEquatable<IfcRectangleProfileDef>, IIfcRectangleHollowProfileDef, IIfcRectangleProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcRectangleHollowProfileDef, IIfcRectangleProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcRectangleHollowProfileDef>, IExpressValidatable
Properties
| Improve this Doc View SourceInnerFilletRadius
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPositiveLengthMeasure? InnerFilletRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
OuterFilletRadius
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure? OuterFilletRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
WallThickness
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
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
IfcPositiveLengthMeasure? IIfcRectangleHollowProfileDef.InnerFilletRadius { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcRectangleHollowProfileDef.OuterFilletRadius
Declaration
IfcPositiveLengthMeasure? IIfcRectangleHollowProfileDef.OuterFilletRadius { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcRectangleHollowProfileDef.WallThickness
Declaration
IfcPositiveLengthMeasure IIfcRectangleHollowProfileDef.WallThickness { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
IIfcRectangleHollowProfileDef.InnerFilletRadius
Declaration
[CrossSchemaAttribute(typeof(IIfcRectangleHollowProfileDef), 7)]
IfcNonNegativeLengthMeasure? IIfcRectangleHollowProfileDef.InnerFilletRadius { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcNonNegativeLengthMeasure> |
IIfcRectangleHollowProfileDef.OuterFilletRadius
Declaration
[CrossSchemaAttribute(typeof(IIfcRectangleHollowProfileDef), 8)]
IfcNonNegativeLengthMeasure? IIfcRectangleHollowProfileDef.OuterFilletRadius { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcNonNegativeLengthMeasure> |
IIfcRectangleHollowProfileDef.WallThickness
Declaration
[CrossSchemaAttribute(typeof(IIfcRectangleHollowProfileDef), 6)]
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>