Class IfcTextureCoordinate
Inheritance
System.Object
IfcTextureCoordinate
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.PresentationDefinitionResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcTextureCoordinate", 732)]
public abstract class IfcTextureCoordinate : PersistEntity, INotifyPropertyChanged, IIfcTextureCoordinate, IIfcPresentationItem, IIfcTextureCoordinate, IPersistEntity, IPersist, IEquatable<IfcTextureCoordinate>
Properties
| Improve this Doc View SourceAnnotatedSurface
Declaration
[InverseProperty("TextureCoordinates")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{1}, 1)]
public IEnumerable<IfcAnnotationSurface> AnnotatedSurface { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcAnnotationSurface> |
Methods
| Improve this Doc View SourceEquals(IfcTextureCoordinate)
Declaration
public bool Equals(IfcTextureCoordinate other)
Parameters
Type | Name | Description |
---|---|---|
IfcTextureCoordinate | 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 SourceIIfcTextureCoordinate.AnnotatedSurface
Declaration
IEnumerable<IIfcAnnotationSurface> IIfcTextureCoordinate.AnnotatedSurface { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcAnnotationSurface> |
IIfcTextureCoordinate.Maps
Declaration
[CrossSchemaAttribute(typeof(IIfcTextureCoordinate), 1)]
IItemSet<IIfcSurfaceTexture> IIfcTextureCoordinate.Maps { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcSurfaceTexture> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>