Class IfcTrapeziumProfileDef
Inheritance
System.Object
IfcTrapeziumProfileDef
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcProfileDef>
System.IEquatable<IfcParameterizedProfileDef>
System.IEquatable<IfcTrapeziumProfileDef>
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.ProfileResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcTrapeziumProfileDef", 561)]
public class IfcTrapeziumProfileDef : IfcParameterizedProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcParameterizedProfileDef>, IInstantiableEntity, IIfcTrapeziumProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTrapeziumProfileDef>
Properties
| Improve this Doc View SourceBottomXDim
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPositiveLengthMeasure BottomXDim { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcPositiveLengthMeasure |
TopXDim
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPositiveLengthMeasure TopXDim { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcPositiveLengthMeasure |
TopXOffset
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcLengthMeasure TopXOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcLengthMeasure |
YDim
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure YDim { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcPositiveLengthMeasure |
Methods
| Improve this Doc View SourceEquals(IfcTrapeziumProfileDef)
Declaration
public bool Equals(IfcTrapeziumProfileDef other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcTrapeziumProfileDef | 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> |
IIfcTrapeziumProfileDef.BottomXDim
Declaration
IfcPositiveLengthMeasure IIfcTrapeziumProfileDef.BottomXDim { get; set; }
Returns
| Type | Description |
|---|---|
| IfcPositiveLengthMeasure |
IIfcTrapeziumProfileDef.TopXDim
Declaration
IfcPositiveLengthMeasure IIfcTrapeziumProfileDef.TopXDim { get; set; }
Returns
| Type | Description |
|---|---|
| IfcPositiveLengthMeasure |
IIfcTrapeziumProfileDef.TopXOffset
Declaration
IfcLengthMeasure IIfcTrapeziumProfileDef.TopXOffset { get; set; }
Returns
| Type | Description |
|---|---|
| IfcLengthMeasure |
IIfcTrapeziumProfileDef.YDim
Declaration
IfcPositiveLengthMeasure IIfcTrapeziumProfileDef.YDim { get; set; }
Returns
| Type | Description |
|---|---|
| IfcPositiveLengthMeasure |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>