Interface IIfcVertexBasedTextureMap
Readonly interface for IfcVertexBasedTextureMap
Inherited Members
Namespace: Xbim.Ifc2x3.Interfaces
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcVertexBasedTextureMap : IPersistEntity, IPersist
Properties
| Improve this Doc View SourceTexturePoints
Declaration
IItemSet<IIfcCartesianPoint> TexturePoints { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcCartesianPoint> |
TextureVertices
Declaration
IItemSet<IIfcTextureVertex> TextureVertices { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcTextureVertex> |