Search Results for

    Show / Hide Table of Contents

    Class IfcStructuralProfileProperties

    Inheritance
    System.Object
    PersistEntity
    IfcProfileProperties
    IfcGeneralProfileProperties
    IfcStructuralProfileProperties
    IfcStructuralSteelProfileProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcProfileProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcProfileProperties>
    System.IEquatable<IfcGeneralProfileProperties>
    IInstantiableEntity
    IIfcStructuralProfileProperties
    IIfcGeneralProfileProperties
    IIfcProfileProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcStructuralProfileProperties>
    IExpressValidatable
    Inherited Members
    IfcGeneralProfileProperties.IIfcGeneralProfileProperties.PhysicalWeight
    IfcGeneralProfileProperties.IIfcGeneralProfileProperties.Perimeter
    IfcGeneralProfileProperties.IIfcGeneralProfileProperties.MinimumPlateThickness
    IfcGeneralProfileProperties.IIfcGeneralProfileProperties.MaximumPlateThickness
    IfcGeneralProfileProperties.IIfcGeneralProfileProperties.CrossSectionArea
    IfcGeneralProfileProperties.PhysicalWeight
    IfcGeneralProfileProperties.Perimeter
    IfcGeneralProfileProperties.MinimumPlateThickness
    IfcGeneralProfileProperties.MaximumPlateThickness
    IfcGeneralProfileProperties.CrossSectionArea
    IfcGeneralProfileProperties.Equals(IfcGeneralProfileProperties)
    IfcGeneralProfileProperties.ValidateClause(IfcGeneralProfileProperties.IfcGeneralProfilePropertiesClause)
    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("IfcStructuralProfileProperties", 683)]
    public class IfcStructuralProfileProperties : IfcGeneralProfileProperties, INotifyPropertyChanged, IIfcProfileProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcProfileProperties>, IEquatable<IfcGeneralProfileProperties>, IInstantiableEntity, IIfcStructuralProfileProperties, IIfcGeneralProfileProperties, IIfcProfileProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcStructuralProfileProperties>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    CentreOfGravityInX

    Declaration
    [EntityAttribute(22, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 22)]
    public IfcLengthMeasure? CentreOfGravityInX { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    CentreOfGravityInY

    Declaration
    [EntityAttribute(23, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 23)]
    public IfcLengthMeasure? CentreOfGravityInY { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    MaximumSectionModulusY

    Declaration
    [EntityAttribute(17, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
    public IfcSectionModulusMeasure? MaximumSectionModulusY { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    MaximumSectionModulusZ

    Declaration
    [EntityAttribute(19, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 19)]
    public IfcSectionModulusMeasure? MaximumSectionModulusZ { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    MinimumSectionModulusY

    Declaration
    [EntityAttribute(18, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 18)]
    public IfcSectionModulusMeasure? MinimumSectionModulusY { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    MinimumSectionModulusZ

    Declaration
    [EntityAttribute(20, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 20)]
    public IfcSectionModulusMeasure? MinimumSectionModulusZ { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    MomentOfInertiaY

    Declaration
    [EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
    public IfcMomentOfInertiaMeasure? MomentOfInertiaY { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcMomentOfInertiaMeasure>
    | Improve this Doc View Source

    MomentOfInertiaYZ

    Declaration
    [EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
    public IfcMomentOfInertiaMeasure? MomentOfInertiaYZ { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcMomentOfInertiaMeasure>
    | Improve this Doc View Source

    MomentOfInertiaZ

    Declaration
    [EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
    public IfcMomentOfInertiaMeasure? MomentOfInertiaZ { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcMomentOfInertiaMeasure>
    | Improve this Doc View Source

    ShearCentreY

    Declaration
    [EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 14)]
    public IfcLengthMeasure? ShearCentreY { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    ShearCentreZ

    Declaration
    [EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
    public IfcLengthMeasure? ShearCentreZ { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    ShearDeformationAreaY

    Declaration
    [EntityAttribute(16, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
    public IfcAreaMeasure? ShearDeformationAreaY { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcAreaMeasure>
    | Improve this Doc View Source

    ShearDeformationAreaZ

    Declaration
    [EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
    public IfcAreaMeasure? ShearDeformationAreaZ { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcAreaMeasure>
    | Improve this Doc View Source

    TorsionalConstantX

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
    public IfcMomentOfInertiaMeasure? TorsionalConstantX { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcMomentOfInertiaMeasure>
    | Improve this Doc View Source

    TorsionalSectionModulus

    Declaration
    [EntityAttribute(21, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 21)]
    public IfcSectionModulusMeasure? TorsionalSectionModulus { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    WarpingConstant

    Declaration
    [EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
    public IfcWarpingConstantMeasure? WarpingConstant { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcWarpingConstantMeasure>

    Methods

    | Improve this Doc View Source

    Equals(IfcStructuralProfileProperties)

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

    Validate()

    Declaration
    public override IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    Overrides
    IfcGeneralProfileProperties.Validate()
    | Improve this Doc View Source

    ValidateClause(IfcStructuralProfileProperties.IfcStructuralProfilePropertiesClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcStructuralProfileProperties.IfcStructuralProfilePropertiesClause clause)
    Parameters
    Type Name Description
    IfcStructuralProfileProperties.IfcStructuralProfilePropertiesClause 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

    IIfcStructuralProfileProperties.CentreOfGravityInX

    Declaration
    IfcLengthMeasure? IIfcStructuralProfileProperties.CentreOfGravityInX { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.CentreOfGravityInY

    Declaration
    IfcLengthMeasure? IIfcStructuralProfileProperties.CentreOfGravityInY { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.MaximumSectionModulusY

    Declaration
    IfcSectionModulusMeasure? IIfcStructuralProfileProperties.MaximumSectionModulusY { get; set; }
    Returns
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.MaximumSectionModulusZ

    Declaration
    IfcSectionModulusMeasure? IIfcStructuralProfileProperties.MaximumSectionModulusZ { get; set; }
    Returns
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.MinimumSectionModulusY

    Declaration
    IfcSectionModulusMeasure? IIfcStructuralProfileProperties.MinimumSectionModulusY { get; set; }
    Returns
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.MinimumSectionModulusZ

    Declaration
    IfcSectionModulusMeasure? IIfcStructuralProfileProperties.MinimumSectionModulusZ { get; set; }
    Returns
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.MomentOfInertiaY

    Declaration
    IfcMomentOfInertiaMeasure? IIfcStructuralProfileProperties.MomentOfInertiaY { get; set; }
    Returns
    Type Description
    System.Nullable<IfcMomentOfInertiaMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.MomentOfInertiaYZ

    Declaration
    IfcMomentOfInertiaMeasure? IIfcStructuralProfileProperties.MomentOfInertiaYZ { get; set; }
    Returns
    Type Description
    System.Nullable<IfcMomentOfInertiaMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.MomentOfInertiaZ

    Declaration
    IfcMomentOfInertiaMeasure? IIfcStructuralProfileProperties.MomentOfInertiaZ { get; set; }
    Returns
    Type Description
    System.Nullable<IfcMomentOfInertiaMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.ShearCentreY

    Declaration
    IfcLengthMeasure? IIfcStructuralProfileProperties.ShearCentreY { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.ShearCentreZ

    Declaration
    IfcLengthMeasure? IIfcStructuralProfileProperties.ShearCentreZ { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.ShearDeformationAreaY

    Declaration
    IfcAreaMeasure? IIfcStructuralProfileProperties.ShearDeformationAreaY { get; set; }
    Returns
    Type Description
    System.Nullable<IfcAreaMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.ShearDeformationAreaZ

    Declaration
    IfcAreaMeasure? IIfcStructuralProfileProperties.ShearDeformationAreaZ { get; set; }
    Returns
    Type Description
    System.Nullable<IfcAreaMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.TorsionalConstantX

    Declaration
    IfcMomentOfInertiaMeasure? IIfcStructuralProfileProperties.TorsionalConstantX { get; set; }
    Returns
    Type Description
    System.Nullable<IfcMomentOfInertiaMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.TorsionalSectionModulus

    Declaration
    IfcSectionModulusMeasure? IIfcStructuralProfileProperties.TorsionalSectionModulus { get; set; }
    Returns
    Type Description
    System.Nullable<IfcSectionModulusMeasure>
    | Improve this Doc View Source

    IIfcStructuralProfileProperties.WarpingConstant

    Declaration
    IfcWarpingConstantMeasure? IIfcStructuralProfileProperties.WarpingConstant { get; set; }
    Returns
    Type Description
    System.Nullable<IfcWarpingConstantMeasure>

    Implements

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