Class IfcTriangulatedFaceSet
Inheritance
System.Object
IfcTriangulatedFaceSet
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcTessellatedItem>
System.IEquatable<IfcTessellatedFaceSet>
System.IEquatable<IfcTriangulatedFaceSet>
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("IfcTriangulatedFaceSet", 1304)]
public class IfcTriangulatedFaceSet : IfcTessellatedFaceSet, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcTessellatedItem>, IEquatable<IfcTessellatedFaceSet>, IInstantiableEntity, IIfcTriangulatedFaceSet, IIfcTessellatedFaceSet, IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTriangulatedFaceSet>
Properties
| Improve this Doc View SourceClosed
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcBoolean? Closed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcBoolean> |
CoordIndex
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.List, new int[]{1, 3}, new int[]{-1, 3}, 8)]
public IItemSet<IItemSet<IfcPositiveInteger>> CoordIndex { get; }
Property Value
Type | Description |
---|---|
IItemSet<IItemSet<IfcPositiveInteger>> |
Normals
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.List, new int[]{1, 3}, new int[]{-1, 3}, 6)]
public IOptionalItemSet<IItemSet<IfcParameterValue>> Normals { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IItemSet<IfcParameterValue>> |
NumberOfTriangles
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcInteger NumberOfTriangles { get; }
Property Value
Type | Description |
---|---|
IfcInteger |
PnIndex
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 9)]
public IOptionalItemSet<IfcPositiveInteger> PnIndex { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcPositiveInteger> |
Methods
| Improve this Doc View SourceEquals(IfcTriangulatedFaceSet)
Declaration
public bool Equals(IfcTriangulatedFaceSet other)
Parameters
Type | Name | Description |
---|---|---|
IfcTriangulatedFaceSet | 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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcTriangulatedFaceSet.Closed
Declaration
IfcBoolean? IIfcTriangulatedFaceSet.Closed { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcBoolean> |
IIfcTriangulatedFaceSet.CoordIndex
Declaration
IItemSet<IItemSet<IfcPositiveInteger>> IIfcTriangulatedFaceSet.CoordIndex { get; }
Returns
Type | Description |
---|---|
IItemSet<IItemSet<IfcPositiveInteger>> |
IIfcTriangulatedFaceSet.Normals
Declaration
IItemSet<IItemSet<IfcParameterValue>> IIfcTriangulatedFaceSet.Normals { get; }
Returns
Type | Description |
---|---|
IItemSet<IItemSet<IfcParameterValue>> |
IIfcTriangulatedFaceSet.PnIndex
Declaration
IItemSet<IfcPositiveInteger> IIfcTriangulatedFaceSet.PnIndex { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcPositiveInteger> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>