Interface IIfcTextureCoordinateGenerator
Readonly interface for IfcTextureCoordinateGenerator
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTextureCoordinateGenerator : IIfcTextureCoordinate, IIfcPresentationItem, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Mode
Declaration
IfcLabel Mode { get; set; }
Property Value
|
Improve this Doc
View Source
Parameter
Declaration
IEnumerable<IfcReal> Parameter { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcReal> |
|