Class IfcTessellatedFaceSet
Inheritance
System.Object
IfcTessellatedFaceSet
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcTessellatedItem>
System.IEquatable<IfcTessellatedFaceSet>
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.GeometricModelResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcTessellatedFaceSet", 1299)]
public abstract class IfcTessellatedFaceSet : IfcTessellatedItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcTessellatedItem>, IIfcTessellatedFaceSet, IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTessellatedFaceSet>
Properties
| Improve this Doc View SourceCoordinates
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcCartesianPointList3D Coordinates { get; set; }
Property Value
Type | Description |
---|---|
IfcCartesianPointList3D |
Dim
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcDimensionCount Dim { get; }
Property Value
Type | Description |
---|---|
IfcDimensionCount |
HasColours
Declaration
[InverseProperty("MappedTo")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 4)]
public IEnumerable<IfcIndexedColourMap> HasColours { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcIndexedColourMap> |
HasTextures
Declaration
[InverseProperty("MappedTo")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 5)]
public IEnumerable<IfcIndexedTextureMap> HasTextures { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcIndexedTextureMap> |
Methods
| Improve this Doc View SourceEquals(IfcTessellatedFaceSet)
Declaration
public bool Equals(IfcTessellatedFaceSet other)
Parameters
Type | Name | Description |
---|---|---|
IfcTessellatedFaceSet | 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 SourceIIfcTessellatedFaceSet.Coordinates
Declaration
IIfcCartesianPointList3D IIfcTessellatedFaceSet.Coordinates { get; set; }
Returns
Type | Description |
---|---|
IIfcCartesianPointList3D |
IIfcTessellatedFaceSet.HasColours
Declaration
IEnumerable<IIfcIndexedColourMap> IIfcTessellatedFaceSet.HasColours { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcIndexedColourMap> |
IIfcTessellatedFaceSet.HasTextures
Declaration
IEnumerable<IIfcIndexedTextureMap> IIfcTessellatedFaceSet.HasTextures { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcIndexedTextureMap> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>