public IfcPointOrVertexPoint(IfcPoint choice)
 {
     this.choice = choice;
 }
Exemple #2
0
 public IfcGeometricSetSelect(IfcPoint choice)
 {
     this.choice = choice;
 }
Exemple #3
0
 public IfcVertexPoint(IfcPoint vertexGeometry) : base()
 {
     VertexGeometry = vertexGeometry;
 }