Esempio n. 1
0
 public IfcLine(IfcCartesianPoint pnt, IfcVector dir) : base()
 {
     Pnt = pnt;
     Dir = dir;
 }
 public IfcHatchLineDistanceSelect(IfcVector choice)
 {
     this.choice = choice;
 }
Esempio n. 3
0
 public IfcVectorOrDirection(IfcVector choice)
 {
     this.choice = choice;
 }