예제 #1
0
파일: IfcLine.g.cs 프로젝트: vdubya/IFC-gen
 public IfcLine(IfcCartesianPoint pnt, IfcVector dir) : base()
 {
     Pnt = pnt;
     Dir = dir;
 }
 public IfcHatchLineDistanceSelect(IfcVector choice)
 {
     this.choice = choice;
 }
예제 #3
0
 public IfcVectorOrDirection(IfcVector choice)
 {
     this.choice = choice;
 }