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