Search Results for

    Show / Hide Table of Contents

    Class IfcOrientedEdge

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcTopologicalRepresentationItem
    IfcEdge
    IfcOrientedEdge
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcTopologicalRepresentationItem>
    System.IEquatable<IfcEdge>
    IInstantiableEntity
    IIfcOrientedEdge
    IIfcEdge
    IIfcTopologicalRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcOrientedEdge>
    IExpressValidatable
    Inherited Members
    IfcEdge.IIfcEdge.EdgeStart
    IfcEdge.IIfcEdge.EdgeEnd
    IfcEdge.Equals(IfcEdge)
    IfcTopologicalRepresentationItem.Equals(IfcTopologicalRepresentationItem)
    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.TopologyResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcOrientedEdge", 596)]
    public class IfcOrientedEdge : IfcEdge, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcTopologicalRepresentationItem>, IEquatable<IfcEdge>, IInstantiableEntity, IIfcOrientedEdge, IIfcEdge, IIfcTopologicalRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcOrientedEdge>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    EdgeElement

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

    EdgeEnd

    Declaration
    [EntityAttribute(2, EntityAttributeState.DerivedOverride, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
    public override IfcVertex EdgeEnd { get; set; }
    Property Value
    Type Description
    IfcVertex
    Overrides
    IfcEdge.EdgeEnd
    | Improve this Doc View Source

    EdgeStart

    Declaration
    [EntityAttribute(1, EntityAttributeState.DerivedOverride, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
    public override IfcVertex EdgeStart { get; set; }
    Property Value
    Type Description
    IfcVertex
    Overrides
    IfcEdge.EdgeStart
    | Improve this Doc View Source

    Orientation

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

    Methods

    | Improve this Doc View Source

    Equals(IfcOrientedEdge)

    Declaration
    public bool Equals(IfcOrientedEdge other)
    Parameters
    Type Name Description
    IfcOrientedEdge 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
    IfcEdge.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(IfcOrientedEdge.IfcOrientedEdgeClause)

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

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

    IIfcOrientedEdge.EdgeElement

    Declaration
    IIfcEdge IIfcOrientedEdge.EdgeElement { get; set; }
    Returns
    Type Description
    IIfcEdge
    | Improve this Doc View Source

    IIfcOrientedEdge.Orientation

    Declaration
    IfcBoolean IIfcOrientedEdge.Orientation { get; set; }
    Returns
    Type Description
    IfcBoolean

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcOrientedEdge
    IIfcEdge
    IIfcTopologicalRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim