Class IfcCraneRailFShapeProfileDef
Inheritance
System.Object
IfcCraneRailFShapeProfileDef
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcCraneRailFShapeProfileDef", 112)]
public class IfcCraneRailFShapeProfileDef : IfcParameterizedProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcParameterizedProfileDef>, IInstantiableEntity, IIfcCraneRailFShapeProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCraneRailFShapeProfileDef>
Properties
|
Improve this Doc
View Source
BaseDepth1
Declaration
[EntityAttribute(10, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcPositiveLengthMeasure BaseDepth1 { get; set; }
Property Value
|
Improve this Doc
View Source
BaseDepth2
Declaration
[EntityAttribute(11, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcPositiveLengthMeasure BaseDepth2 { get; set; }
Property Value
|
Improve this Doc
View Source
CentreOfGravityInY
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcPositiveLengthMeasure? CentreOfGravityInY { get; set; }
Property Value
|
Improve this Doc
View Source
HeadDepth2
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPositiveLengthMeasure HeadDepth2 { get; set; }
Property Value
|
Improve this Doc
View Source
HeadDepth3
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure HeadDepth3 { get; set; }
Property Value
|
Improve this Doc
View Source
HeadWidth
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveLengthMeasure HeadWidth { get; set; }
Property Value
|
Improve this Doc
View Source
OverallHeight
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPositiveLengthMeasure OverallHeight { get; set; }
Property Value
|
Improve this Doc
View Source
Radius
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPositiveLengthMeasure? Radius { get; set; }
Property Value
|
Improve this Doc
View Source
WebThickness
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcPositiveLengthMeasure WebThickness { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcCraneRailFShapeProfileDef)
Declaration
public bool Equals(IfcCraneRailFShapeProfileDef other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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 Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.BaseDepth1
Declaration
IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.BaseDepth1 { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.BaseDepth2
Declaration
IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.BaseDepth2 { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.CentreOfGravityInY
Declaration
IfcPositiveLengthMeasure? IIfcCraneRailFShapeProfileDef.CentreOfGravityInY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.HeadDepth2
Declaration
IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.HeadDepth2 { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.HeadDepth3
Declaration
IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.HeadDepth3 { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.HeadWidth
Declaration
IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.HeadWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.OverallHeight
Declaration
IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.OverallHeight { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.Radius
Declaration
IfcPositiveLengthMeasure? IIfcCraneRailFShapeProfileDef.Radius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCraneRailFShapeProfileDef.WebThickness
Declaration
IfcPositiveLengthMeasure IIfcCraneRailFShapeProfileDef.WebThickness { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>