Search Results for

    Show / Hide Table of Contents

    Class IfcBlock

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcCsgPrimitive3D
    IfcBlock
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcCsgPrimitive3D>
    IInstantiableEntity
    IIfcBlock
    IIfcCsgPrimitive3D
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcBooleanOperand
    IIfcBooleanOperand
    IfcCsgSelect
    IIfcCsgSelect
    IContainsEntityReferences
    System.IEquatable<IfcBlock>
    IIfcBlock
    IIfcCsgPrimitive3D
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcBooleanOperand
    IIfcBooleanOperand
    IfcCsgSelect
    IIfcCsgSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    Inherited Members
    IfcCsgPrimitive3D.IIfcCsgPrimitive3D.Position
    IfcCsgPrimitive3D.Position
    IfcCsgPrimitive3D.Dim
    IfcCsgPrimitive3D.Equals(IfcCsgPrimitive3D)
    IfcCsgPrimitive3D.IIfcCsgPrimitive3D.Position
    IfcCsgPrimitive3D.IfcBooleanOperand.Dim
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    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.GeometricModelResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcBlock", 702)]
    public class IfcBlock : IfcCsgPrimitive3D, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcCsgPrimitive3D>, IInstantiableEntity, IIfcBlock, IIfcCsgPrimitive3D, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IfcCsgSelect, IIfcCsgSelect, IContainsEntityReferences, IEquatable<IfcBlock>, IIfcBlock, IIfcCsgPrimitive3D, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IfcCsgSelect, IIfcCsgSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    XLength

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

    YLength

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

    ZLength

    Declaration
    [EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
    public IfcPositiveLengthMeasure ZLength { get; set; }
    Property Value
    Type Description
    IfcPositiveLengthMeasure

    Methods

    | Improve this Doc View Source

    Equals(IfcBlock)

    Declaration
    public bool Equals(IfcBlock other)
    Parameters
    Type Name Description
    IfcBlock 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
    IfcCsgPrimitive3D.Parse(Int32, IPropertyValue, Int32[])

    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

    IIfcBlock.XLength

    Declaration
    IfcPositiveLengthMeasure IIfcBlock.XLength { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcBlock.YLength

    Declaration
    IfcPositiveLengthMeasure IIfcBlock.YLength { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcBlock.ZLength

    Declaration
    IfcPositiveLengthMeasure IIfcBlock.ZLength { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcBlock.XLength

    Declaration
    [CrossSchemaAttribute(typeof(IIfcBlock), 2)]
    IfcPositiveLengthMeasure IIfcBlock.XLength { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcBlock.YLength

    Declaration
    [CrossSchemaAttribute(typeof(IIfcBlock), 3)]
    IfcPositiveLengthMeasure IIfcBlock.YLength { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcBlock.ZLength

    Declaration
    [CrossSchemaAttribute(typeof(IIfcBlock), 4)]
    IfcPositiveLengthMeasure IIfcBlock.ZLength { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcBlock
    IIfcCsgPrimitive3D
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcBooleanOperand
    IIfcBooleanOperand
    IfcCsgSelect
    IIfcCsgSelect
    IContainsEntityReferences
    System.IEquatable<T>
    IIfcBlock
    IIfcCsgPrimitive3D
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcBooleanOperand
    IIfcBooleanOperand
    IfcCsgSelect
    IIfcCsgSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim