Search Results for

    Show / Hide Table of Contents

    Class IfcSurfaceOfLinearExtrusion

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcSurface
    IfcSweptSurface
    IfcSurfaceOfLinearExtrusion
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcSurface>
    System.IEquatable<IfcSweptSurface>
    IInstantiableEntity
    IIfcSurfaceOfLinearExtrusion
    IIfcSweptSurface
    IIfcSurface
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcSurfaceOrFaceSurface
    IIfcSurfaceOrFaceSurface
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcSurfaceOfLinearExtrusion>
    IExpressValidatable
    Inherited Members
    IfcSweptSurface.IIfcSweptSurface.SweptCurve
    IfcSweptSurface.IIfcSweptSurface.Position
    IfcSweptSurface.SweptCurve
    IfcSweptSurface.Position
    IfcSweptSurface.Equals(IfcSweptSurface)
    IfcSweptSurface.ValidateClause(IfcSweptSurface.IfcSweptSurfaceClause)
    IfcSurface.Dim
    IfcSurface.Equals(IfcSurface)
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    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.Ifc4.GeometryResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcSurfaceOfLinearExtrusion", 256)]
    public class IfcSurfaceOfLinearExtrusion : IfcSweptSurface, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcSurface>, IEquatable<IfcSweptSurface>, IInstantiableEntity, IIfcSurfaceOfLinearExtrusion, IIfcSweptSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSurfaceOfLinearExtrusion>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Depth

    Declaration
    [EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
    public IfcLengthMeasure Depth { get; set; }
    Property Value
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    ExtrudedDirection

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
    public IfcDirection ExtrudedDirection { get; set; }
    Property Value
    Type Description
    IfcDirection
    | Improve this Doc View Source

    ExtrusionAxis

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
    public XbimVector3D ExtrusionAxis { get; }
    Property Value
    Type Description
    XbimVector3D

    Methods

    | Improve this Doc View Source

    Equals(IfcSurfaceOfLinearExtrusion)

    Declaration
    public bool Equals(IfcSurfaceOfLinearExtrusion other)
    Parameters
    Type Name Description
    IfcSurfaceOfLinearExtrusion 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
    IfcSweptSurface.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
    IfcSweptSurface.Validate()
    | Improve this Doc View Source

    ValidateClause(IfcSurfaceOfLinearExtrusion.IfcSurfaceOfLinearExtrusionClause)

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

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

    IIfcSurfaceOfLinearExtrusion.Depth

    Declaration
    IfcLengthMeasure IIfcSurfaceOfLinearExtrusion.Depth { get; set; }
    Returns
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    IIfcSurfaceOfLinearExtrusion.ExtrudedDirection

    Declaration
    IIfcDirection IIfcSurfaceOfLinearExtrusion.ExtrudedDirection { get; set; }
    Returns
    Type Description
    IIfcDirection

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcSurfaceOfLinearExtrusion
    IIfcSweptSurface
    IIfcSurface
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcSurfaceOrFaceSurface
    IIfcSurfaceOrFaceSurface
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim