Class IfcOrientedEdge
Inheritance
System.Object
IfcOrientedEdge
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcTopologicalRepresentationItem>
System.IEquatable<IfcEdge>
System.IEquatable<IfcOrientedEdge>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.TopologyResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcOrientedEdge", 596)]
public class IfcOrientedEdge : IfcEdge, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcTopologicalRepresentationItem>, IEquatable<IfcEdge>, IIfcOrientedEdge, IIfcEdge, IIfcTopologicalRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IInstantiableEntity, IIfcOrientedEdge, IIfcEdge, IIfcTopologicalRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcOrientedEdge>, IExpressValidatable
Properties
| Improve this Doc View SourceEdgeElement
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcEdge EdgeElement { get; set; }
Property Value
Type | Description |
---|---|
IfcEdge |
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
| Improve this Doc View SourceEdgeStart
Declaration
[EntityAttribute(1, EntityAttributeState.DerivedOverride, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
public override IfcVertex EdgeStart { get; set; }
Property Value
Type | Description |
---|---|
IfcVertex |
Overrides
| Improve this Doc View SourceOrientation
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public bool Orientation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceEquals(IfcOrientedEdge)
Declaration
public bool Equals(IfcOrientedEdge other)
Parameters
Type | Name | Description |
---|---|---|
IfcOrientedEdge | other |
Returns
Type | Description |
---|---|
System.Boolean |
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
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcOrientedEdge.EdgeElement
Declaration
IIfcEdge IIfcOrientedEdge.EdgeElement { get; set; }
Returns
Type | Description |
---|---|
IIfcEdge |
IIfcOrientedEdge.Orientation
Declaration
bool IIfcOrientedEdge.Orientation { get; set; }
Returns
Type | Description |
---|---|
System.Boolean |
IIfcOrientedEdge.EdgeElement
Declaration
[CrossSchemaAttribute(typeof(IIfcOrientedEdge), 3)]
IIfcEdge IIfcOrientedEdge.EdgeElement { get; set; }
Returns
Type | Description |
---|---|
IIfcEdge |
IIfcOrientedEdge.Orientation
Declaration
[CrossSchemaAttribute(typeof(IIfcOrientedEdge), 4)]
IfcBoolean IIfcOrientedEdge.Orientation { get; set; }
Returns
Type | Description |
---|---|
IfcBoolean |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>