Class IfcConnectionPortGeometry
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcConnectionGeometry>
System.IEquatable<IfcConnectionPortGeometry>
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("IfcConnectionPortGeometry", 713)]
public class IfcConnectionPortGeometry : IfcConnectionGeometry, INotifyPropertyChanged, IEquatable<IfcConnectionGeometry>, IIfcConnectionGeometry, IInstantiableEntity, IIfcConnectionPortGeometry, IIfcConnectionGeometry, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcConnectionPortGeometry>
Properties
| Improve this Doc View SourceLocationAtRelatedElement
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcAxis2Placement LocationAtRelatedElement { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcAxis2Placement |
LocationAtRelatingElement
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcAxis2Placement LocationAtRelatingElement { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcAxis2Placement |
ProfileOfPort
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcProfileDef ProfileOfPort { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcProfileDef |
Methods
| Improve this Doc View SourceEquals(IfcConnectionPortGeometry)
Declaration
public bool Equals(IfcConnectionPortGeometry other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcConnectionPortGeometry | 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> |
IIfcConnectionPortGeometry.LocationAtRelatedElement
Declaration
IIfcAxis2Placement IIfcConnectionPortGeometry.LocationAtRelatedElement { get; set; }
Returns
| Type | Description |
|---|---|
| IIfcAxis2Placement |
IIfcConnectionPortGeometry.LocationAtRelatingElement
Declaration
IIfcAxis2Placement IIfcConnectionPortGeometry.LocationAtRelatingElement { get; set; }
Returns
| Type | Description |
|---|---|
| IIfcAxis2Placement |
IIfcConnectionPortGeometry.ProfileOfPort
Declaration
IIfcProfileDef IIfcConnectionPortGeometry.ProfileOfPort { get; set; }
Returns
| Type | Description |
|---|---|
| IIfcProfileDef |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>