Interface IIfcOrientedEdge
Readonly interface for IfcOrientedEdge
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcOrientedEdge : IIfcEdge, IIfcTopologicalRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
EdgeElement
Declaration
IIfcEdge EdgeElement { get; set; }
Property Value
|
Improve this Doc
View Source
Orientation
Declaration
bool Orientation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|