Search Results for

    Show / Hide Table of Contents

    Class IfcGeneralProfileProperties

    Inheritance
    System.Object
    PersistEntity
    IfcProfileProperties
    IfcGeneralProfileProperties
    IfcStructuralProfileProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcProfileProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcProfileProperties>
    IInstantiableEntity
    IIfcGeneralProfileProperties
    IIfcProfileProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcGeneralProfileProperties>
    IExpressValidatable
    Inherited Members
    IfcProfileProperties.IIfcProfileProperties.ProfileDefinition
    IfcProfileProperties.IIfcExtendedProperties.Name
    IfcProfileProperties.IIfcExtendedProperties.Description
    IfcProfileProperties.IIfcExtendedProperties.Properties
    IfcProfileProperties.IIfcPropertyAbstraction.HasExternalReferences
    IfcProfileProperties.IIfcProfileProperties.ProfileName
    IfcProfileProperties.IIfcProfileProperties.ProfileDefinition
    IfcProfileProperties.ProfileName
    IfcProfileProperties.ProfileDefinition
    IfcProfileProperties.Equals(IfcProfileProperties)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc2x3.ProfilePropertyResource
    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
    Type Description
    System.Nullable<IfcAreaMeasure>
    | 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
    Type Description
    System.Nullable<IfcPositiveLengthMeasure>
    | 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
    Type Description
    System.Nullable<IfcPositiveLengthMeasure>
    | 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
    Type Description
    System.Nullable<IfcPositiveLengthMeasure>
    | 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
    Type Description
    System.Nullable<IfcMassPerLengthMeasure>

    Methods

    | Improve this Doc View Source

    Equals(IfcGeneralProfileProperties)

    Declaration
    public bool Equals(IfcGeneralProfileProperties other)
    Parameters
    Type Name Description
    IfcGeneralProfileProperties other
    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
    IfcProfileProperties.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | 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
    Type Name Description
    IfcGeneralProfileProperties.IfcGeneralProfilePropertiesClause clause

    The express clause to test

    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
    Type Description
    System.Nullable<IfcAreaMeasure>
    | Improve this Doc View Source

    IIfcGeneralProfileProperties.MaximumPlateThickness

    Declaration
    IfcPositiveLengthMeasure? IIfcGeneralProfileProperties.MaximumPlateThickness { get; set; }
    Returns
    Type Description
    System.Nullable<IfcPositiveLengthMeasure>
    | Improve this Doc View Source

    IIfcGeneralProfileProperties.MinimumPlateThickness

    Declaration
    IfcPositiveLengthMeasure? IIfcGeneralProfileProperties.MinimumPlateThickness { get; set; }
    Returns
    Type Description
    System.Nullable<IfcPositiveLengthMeasure>
    | Improve this Doc View Source

    IIfcGeneralProfileProperties.Perimeter

    Declaration
    IfcPositiveLengthMeasure? IIfcGeneralProfileProperties.Perimeter { get; set; }
    Returns
    Type Description
    System.Nullable<IfcPositiveLengthMeasure>
    | Improve this Doc View Source

    IIfcGeneralProfileProperties.PhysicalWeight

    Declaration
    IfcMassPerLengthMeasure? IIfcGeneralProfileProperties.PhysicalWeight { get; set; }
    Returns
    Type Description
    System.Nullable<IfcMassPerLengthMeasure>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcProfileProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<T>
    IInstantiableEntity
    IIfcGeneralProfileProperties
    IIfcProfileProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim