Class IfcTextureCoordinateGenerator
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcTextureCoordinate>
System.IEquatable<IfcTextureCoordinateGenerator>
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("IfcTextureCoordinateGenerator", 733)]
public class IfcTextureCoordinateGenerator : IfcTextureCoordinate, INotifyPropertyChanged, IEquatable<IfcTextureCoordinate>, IIfcTextureCoordinateGenerator, IIfcTextureCoordinate, IIfcPresentationItem, IInstantiableEntity, IIfcTextureCoordinateGenerator, IIfcTextureCoordinate, IPersistEntity, IPersist, IEquatable<IfcTextureCoordinateGenerator>
Properties
| Improve this Doc View SourceMode
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel Mode { get; set; }
Property Value
Type | Description |
---|---|
IfcLabel |
Parameter
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 3)]
public IItemSet<IfcSimpleValue> Parameter { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcSimpleValue> |
Methods
| Improve this Doc View SourceEquals(IfcTextureCoordinateGenerator)
Declaration
public bool Equals(IfcTextureCoordinateGenerator other)
Parameters
Type | Name | Description |
---|---|---|
IfcTextureCoordinateGenerator | 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 SourceIIfcTextureCoordinateGenerator.Mode
Declaration
IfcLabel IIfcTextureCoordinateGenerator.Mode { get; set; }
Returns
Type | Description |
---|---|
IfcLabel |
IIfcTextureCoordinateGenerator.Parameter
Declaration
IEnumerable<IIfcSimpleValue> IIfcTextureCoordinateGenerator.Parameter { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcSimpleValue> |
IIfcTextureCoordinateGenerator.Mode
Declaration
[CrossSchemaAttribute(typeof(IIfcTextureCoordinateGenerator), 2)]
IfcLabel IIfcTextureCoordinateGenerator.Mode { get; set; }
Returns
Type | Description |
---|---|
IfcLabel |
IIfcTextureCoordinateGenerator.Parameter
Declaration
[CrossSchemaAttribute(typeof(IIfcTextureCoordinateGenerator), 3)]
IEnumerable<IfcReal> IIfcTextureCoordinateGenerator.Parameter { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcReal> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>