예제 #1
0
파일: IfcSubedge.cs 프로젝트: vdubya/IfcDoc
 public IfcSubedge(IfcVertex __EdgeStart, IfcVertex __EdgeEnd, IfcEdge __ParentEdge)
     : base(__EdgeStart, __EdgeEnd)
 {
     this.ParentEdge = __ParentEdge;
 }
예제 #2
0
 public IfcOrientedEdge(IfcVertex __EdgeStart, IfcVertex __EdgeEnd, IfcEdge __EdgeElement, Boolean __Orientation)
     : base(__EdgeStart, __EdgeEnd)
 {
     this._EdgeElement = __EdgeElement;
     this._Orientation = __Orientation;
 }