Class IfcTextureVertexList
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcTextureVertexList>
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("IfcTextureVertexList", 1301)]
public class IfcTextureVertexList : IfcPresentationItem, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IInstantiableEntity, IIfcTextureVertexList, IIfcPresentationItem, IPersistEntity, IPersist, IEquatable<IfcTextureVertexList>
Properties
| Improve this Doc View SourceTexCoordsList
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.List, new int[]{1, 2}, new int[]{-1, 2}, 1)]
public IItemSet<IItemSet<IfcParameterValue>> TexCoordsList { get; }
Property Value
| Type | Description |
|---|---|
| IItemSet<IItemSet<IfcParameterValue>> |
Methods
| Improve this Doc View SourceEquals(IfcTextureVertexList)
Declaration
public bool Equals(IfcTextureVertexList other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcTextureVertexList | 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
Explicit Interface Implementations
| Improve this Doc View SourceIIfcTextureVertexList.TexCoordsList
Declaration
IItemSet<IItemSet<IfcParameterValue>> IIfcTextureVertexList.TexCoordsList { get; }
Returns
| Type | Description |
|---|---|
| IItemSet<IItemSet<IfcParameterValue>> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>