Search Results for

    Show / Hide Table of Contents

    Interface IIfcGeneralProfileProperties

    Readonly interface for IfcGeneralProfileProperties

    Inherited Members
    IIfcProfileProperties.ProfileName
    IIfcProfileProperties.ProfileDefinition
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcGeneralProfileProperties : IIfcProfileProperties, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    CrossSectionArea

    Declaration
    IfcAreaMeasure? CrossSectionArea { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcAreaMeasure>
    | Improve this Doc View Source

    MaximumPlateThickness

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

    MinimumPlateThickness

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

    Perimeter

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

    PhysicalWeight

    Declaration
    IfcMassPerLengthMeasure? PhysicalWeight { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcMassPerLengthMeasure>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim