Class IfcConnectionPointGeometry
Inheritance
System.Object
IfcConnectionPointGeometry
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcConnectionGeometry>
System.IEquatable<IfcConnectionPointGeometry>
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.GeometricConstraintResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcConnectionPointGeometry", 71)]
public class IfcConnectionPointGeometry : IfcConnectionGeometry, INotifyPropertyChanged, IEquatable<IfcConnectionGeometry>, IInstantiableEntity, IIfcConnectionPointGeometry, IIfcConnectionGeometry, IContainsEntityReferences, IEquatable<IfcConnectionPointGeometry>, IIfcConnectionPointGeometry, IIfcConnectionGeometry, IPersistEntity, IPersist
Properties
| Improve this Doc View SourcePointOnRelatedElement
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcPointOrVertexPoint PointOnRelatedElement { get; set; }
Property Value
Type | Description |
---|---|
IfcPointOrVertexPoint |
PointOnRelatingElement
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcPointOrVertexPoint PointOnRelatingElement { get; set; }
Property Value
Type | Description |
---|---|
IfcPointOrVertexPoint |
Methods
| Improve this Doc View SourceEquals(IfcConnectionPointGeometry)
Declaration
public bool Equals(IfcConnectionPointGeometry other)
Parameters
Type | Name | Description |
---|---|---|
IfcConnectionPointGeometry | 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> |
IIfcConnectionPointGeometry.PointOnRelatedElement
Declaration
IIfcPointOrVertexPoint IIfcConnectionPointGeometry.PointOnRelatedElement { get; set; }
Returns
Type | Description |
---|---|
IIfcPointOrVertexPoint |
IIfcConnectionPointGeometry.PointOnRelatingElement
Declaration
IIfcPointOrVertexPoint IIfcConnectionPointGeometry.PointOnRelatingElement { get; set; }
Returns
Type | Description |
---|---|
IIfcPointOrVertexPoint |
IIfcConnectionPointGeometry.PointOnRelatedElement
Declaration
[CrossSchemaAttribute(typeof(IIfcConnectionPointGeometry), 2)]
IIfcPointOrVertexPoint IIfcConnectionPointGeometry.PointOnRelatedElement { get; set; }
Returns
Type | Description |
---|---|
IIfcPointOrVertexPoint |
IIfcConnectionPointGeometry.PointOnRelatingElement
Declaration
[CrossSchemaAttribute(typeof(IIfcConnectionPointGeometry), 1)]
IIfcPointOrVertexPoint IIfcConnectionPointGeometry.PointOnRelatingElement { get; set; }
Returns
Type | Description |
---|---|
IIfcPointOrVertexPoint |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>