Class IfcConnectedFaceSet
Inheritance
System.Object
IfcConnectedFaceSet
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcTopologicalRepresentationItem>
System.IEquatable<IfcConnectedFaceSet>
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.TopologyResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcConnectedFaceSet", 160)]
public class IfcConnectedFaceSet : IfcTopologicalRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcTopologicalRepresentationItem>, IIfcConnectedFaceSet, IIfcTopologicalRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IInstantiableEntity, IIfcConnectedFaceSet, IIfcTopologicalRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcConnectedFaceSet>
Properties
| Improve this Doc View SourceCfsFaces
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 3)]
public IItemSet<IfcFace> CfsFaces { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcFace> |
Methods
| Improve this Doc View SourceEquals(IfcConnectedFaceSet)
Declaration
public bool Equals(IfcConnectedFaceSet other)
Parameters
Type | Name | Description |
---|---|---|
IfcConnectedFaceSet | 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> |
IIfcConnectedFaceSet.CfsFaces
Declaration
IItemSet<IIfcFace> IIfcConnectedFaceSet.CfsFaces { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcFace> |
IIfcConnectedFaceSet.CfsFaces
Declaration
[CrossSchemaAttribute(typeof(IIfcConnectedFaceSet), 1)]
IItemSet<IIfcFace> IIfcConnectedFaceSet.CfsFaces { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcFace> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>