Interface IIfcEdge
Readonly interface for IfcEdge
Inherited Members
Namespace: Xbim.Ifc4.Interfaces
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcEdge : IIfcTopologicalRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
| Improve this Doc View SourceEdgeEnd
Declaration
IIfcVertex EdgeEnd { get; set; }
Property Value
Type | Description |
---|---|
IIfcVertex |
EdgeStart
Declaration
IIfcVertex EdgeStart { get; set; }
Property Value
Type | Description |
---|---|
IIfcVertex |