示例#1
0
 public IfcIndexedTextureMap(List <IfcSurfaceTexture> maps, IfcTessellatedFaceSet mappedTo, IfcTextureVertexList texCoords) : base(maps)
 {
     MappedTo  = mappedTo;
     TexCoords = texCoords;
 }
 public IfcIndexedTriangleTextureMap(List <IfcSurfaceTexture> maps, IfcTessellatedFaceSet mappedTo, IfcTextureVertexList texCoords, List <List <IfcPositiveInteger> > texCoordIndex) : base(maps, mappedTo, texCoords)
 {
     TexCoordIndex = texCoordIndex;
 }