Class IfcPoint
Inheritance
System.Object
IfcPoint
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcPoint>
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.GeometryResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcPoint", 66)]
public abstract class IfcPoint : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IIfcPoint, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcPointOrVertexPoint, IIfcPointOrVertexPoint, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcPoint>
Methods
| Improve this Doc View SourceEquals(IfcPoint)
Declaration
public bool Equals(IfcPoint other)
Parameters
Type | Name | Description |
---|---|---|
IfcPoint | 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 SourceIfcGeometricSetSelect.Dim
This is always overriden in specific non-abstract classes
Declaration
IfcDimensionCount IfcGeometricSetSelect.Dim { get; }
Returns
Type | Description |
---|---|
IfcDimensionCount |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>