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