Class IfcPixelTexture
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcSurfaceTexture>
System.IEquatable<IfcPixelTexture>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PresentationAppearanceResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcPixelTexture", 728)]
public class IfcPixelTexture : IfcSurfaceTexture, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IEquatable<IfcSurfaceTexture>, IInstantiableEntity, IIfcPixelTexture, IIfcSurfaceTexture, IIfcPresentationItem, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPixelTexture>, IExpressValidatable
Properties
| Improve this Doc View SourceColourComponents
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcInteger ColourComponents { get; set; }
Property Value
Type | Description |
---|---|
IfcInteger |
Height
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcInteger Height { get; set; }
Property Value
Type | Description |
---|---|
IfcInteger |
Pixel
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 11)]
public IItemSet<IfcBinary> Pixel { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcBinary> |
Width
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcInteger Width { get; set; }
Property Value
Type | Description |
---|---|
IfcInteger |
Methods
| Improve this Doc View SourceEquals(IfcPixelTexture)
Declaration
public bool Equals(IfcPixelTexture other)
Parameters
Type | Name | Description |
---|---|---|
IfcPixelTexture | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcPixelTexture.IfcPixelTextureClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcPixelTexture.IfcPixelTextureClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcPixelTexture.IfcPixelTextureClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcPixelTexture.ColourComponents
Declaration
IfcInteger IIfcPixelTexture.ColourComponents { get; set; }
Returns
Type | Description |
---|---|
IfcInteger |
IIfcPixelTexture.Height
Declaration
IfcInteger IIfcPixelTexture.Height { get; set; }
Returns
Type | Description |
---|---|
IfcInteger |
IIfcPixelTexture.Pixel
Declaration
IItemSet<IfcBinary> IIfcPixelTexture.Pixel { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcBinary> |
IIfcPixelTexture.Width
Declaration
IfcInteger IIfcPixelTexture.Width { get; set; }
Returns
Type | Description |
---|---|
IfcInteger |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>