Ejemplo n.º 1
0
 public IfcPointOrVertexPoint(IfcPoint choice)
 {
     this.choice = choice;
 }
Ejemplo n.º 2
0
 public IfcGeometricSetSelect(IfcPoint choice)
 {
     this.choice = choice;
 }
Ejemplo n.º 3
0
 public IfcVertexPoint(IfcPoint vertexGeometry) : base()
 {
     VertexGeometry = vertexGeometry;
 }