Exemplo n.º 1
0
 protected IfcIndexedTextureMap(IfcSurfaceTexture[] __Maps, IfcTessellatedFaceSet __MappedTo, IfcTextureVertexList __TexCoords)
     : base(__Maps)
 {
     this.MappedTo  = __MappedTo;
     this.TexCoords = __TexCoords;
 }
Exemplo n.º 2
0
 public IfcIndexedTriangleTextureMap(IfcSurfaceTexture[] __Maps, IfcTessellatedFaceSet __MappedTo, IfcTextureVertexList __TexCoords, IfcPositiveInteger[] __TexCoordIndex)
     : base(__Maps, __MappedTo, __TexCoords)
 {
     this.TexCoordIndex = new List <IfcPositiveInteger>(__TexCoordIndex);
 }