Class IfcConnectionVolumeGeometry
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcConnectionGeometry>
System.IEquatable<IfcConnectionVolumeGeometry>
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.GeometricConstraintResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcConnectionVolumeGeometry", 1133)]
public class IfcConnectionVolumeGeometry : IfcConnectionGeometry, INotifyPropertyChanged, IEquatable<IfcConnectionGeometry>, IInstantiableEntity, IIfcConnectionVolumeGeometry, IIfcConnectionGeometry, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcConnectionVolumeGeometry>
Properties
| Improve this Doc View SourceVolumeOnRelatedElement
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcSolidOrShell VolumeOnRelatedElement { get; set; }
Property Value
Type | Description |
---|---|
IfcSolidOrShell |
VolumeOnRelatingElement
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcSolidOrShell VolumeOnRelatingElement { get; set; }
Property Value
Type | Description |
---|---|
IfcSolidOrShell |
Methods
| Improve this Doc View SourceEquals(IfcConnectionVolumeGeometry)
Declaration
public bool Equals(IfcConnectionVolumeGeometry other)
Parameters
Type | Name | Description |
---|---|---|
IfcConnectionVolumeGeometry | 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> |
IIfcConnectionVolumeGeometry.VolumeOnRelatedElement
Declaration
IIfcSolidOrShell IIfcConnectionVolumeGeometry.VolumeOnRelatedElement { get; set; }
Returns
Type | Description |
---|---|
IIfcSolidOrShell |
IIfcConnectionVolumeGeometry.VolumeOnRelatingElement
Declaration
IIfcSolidOrShell IIfcConnectionVolumeGeometry.VolumeOnRelatingElement { get; set; }
Returns
Type | Description |
---|---|
IIfcSolidOrShell |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>