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