Class IfcGeneralProfileProperties
Inheritance
System.Object
IfcGeneralProfileProperties
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("IfcGeneralProfileProperties", 648)]
public class IfcGeneralProfileProperties : IfcProfileProperties, INotifyPropertyChanged, IIfcProfileProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcProfileProperties>, IInstantiableEntity, IIfcGeneralProfileProperties, IIfcProfileProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcGeneralProfileProperties>, IExpressValidatable
Properties
|
Improve this Doc
View Source
CrossSectionArea
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcAreaMeasure? CrossSectionArea { get; set; }
Property Value
|
Improve this Doc
View Source
MaximumPlateThickness
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPositiveLengthMeasure? MaximumPlateThickness { get; set; }
Property Value
|
Improve this Doc
View Source
MinimumPlateThickness
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveLengthMeasure? MinimumPlateThickness { get; set; }
Property Value
|
Improve this Doc
View Source
Perimeter
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPositiveLengthMeasure? Perimeter { get; set; }
Property Value
|
Improve this Doc
View Source
PhysicalWeight
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcMassPerLengthMeasure? PhysicalWeight { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcGeneralProfileProperties)
Declaration
public bool Equals(IfcGeneralProfileProperties 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(IfcGeneralProfileProperties.IfcGeneralProfilePropertiesClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcGeneralProfileProperties.IfcGeneralProfilePropertiesClause 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
IIfcGeneralProfileProperties.CrossSectionArea
Declaration
IfcAreaMeasure? IIfcGeneralProfileProperties.CrossSectionArea { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGeneralProfileProperties.MaximumPlateThickness
Declaration
IfcPositiveLengthMeasure? IIfcGeneralProfileProperties.MaximumPlateThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGeneralProfileProperties.MinimumPlateThickness
Declaration
IfcPositiveLengthMeasure? IIfcGeneralProfileProperties.MinimumPlateThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGeneralProfileProperties.Perimeter
Declaration
IfcPositiveLengthMeasure? IIfcGeneralProfileProperties.Perimeter { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGeneralProfileProperties.PhysicalWeight
Declaration
IfcMassPerLengthMeasure? IIfcGeneralProfileProperties.PhysicalWeight { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>