Class IfcIndexedPolygonalFace
Inheritance
System.Object
IfcIndexedPolygonalFace
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcTessellatedItem>
System.IEquatable<IfcIndexedPolygonalFace>
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("IfcIndexedPolygonalFace", 1321)]
public class IfcIndexedPolygonalFace : IfcTessellatedItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcTessellatedItem>, IInstantiableEntity, IIfcIndexedPolygonalFace, IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcIndexedPolygonalFace>
Properties
| Improve this Doc View SourceCoordIndex
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{3}, new int[]{-1}, 3)]
public IItemSet<IfcPositiveInteger> CoordIndex { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcPositiveInteger> |
ToFaceSet
Declaration
[InverseProperty("Faces")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
public IEnumerable<IfcPolygonalFaceSet> ToFaceSet { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcPolygonalFaceSet> |
Methods
| Improve this Doc View SourceEquals(IfcIndexedPolygonalFace)
Declaration
public bool Equals(IfcIndexedPolygonalFace other)
Parameters
Type | Name | Description |
---|---|---|
IfcIndexedPolygonalFace | 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 SourceIIfcIndexedPolygonalFace.CoordIndex
Declaration
IItemSet<IfcPositiveInteger> IIfcIndexedPolygonalFace.CoordIndex { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcPositiveInteger> |
IIfcIndexedPolygonalFace.ToFaceSet
Declaration
IEnumerable<IIfcPolygonalFaceSet> IIfcIndexedPolygonalFace.ToFaceSet { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcPolygonalFaceSet> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>