Class IfcStructuralProfileProperties
Inheritance
System.Object
IfcStructuralProfileProperties
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("IfcStructuralProfileProperties", 683)]
public class IfcStructuralProfileProperties : IfcGeneralProfileProperties, INotifyPropertyChanged, IIfcProfileProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcProfileProperties>, IEquatable<IfcGeneralProfileProperties>, IInstantiableEntity, IIfcStructuralProfileProperties, IIfcGeneralProfileProperties, IIfcProfileProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcStructuralProfileProperties>, IExpressValidatable
Properties
|
Improve this Doc
View Source
CentreOfGravityInX
Declaration
[EntityAttribute(22, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 22)]
public IfcLengthMeasure? CentreOfGravityInX { get; set; }
Property Value
|
Improve this Doc
View Source
CentreOfGravityInY
Declaration
[EntityAttribute(23, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 23)]
public IfcLengthMeasure? CentreOfGravityInY { get; set; }
Property Value
|
Improve this Doc
View Source
MaximumSectionModulusY
Declaration
[EntityAttribute(17, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
public IfcSectionModulusMeasure? MaximumSectionModulusY { get; set; }
Property Value
|
Improve this Doc
View Source
MaximumSectionModulusZ
Declaration
[EntityAttribute(19, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 19)]
public IfcSectionModulusMeasure? MaximumSectionModulusZ { get; set; }
Property Value
|
Improve this Doc
View Source
MinimumSectionModulusY
Declaration
[EntityAttribute(18, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 18)]
public IfcSectionModulusMeasure? MinimumSectionModulusY { get; set; }
Property Value
|
Improve this Doc
View Source
MinimumSectionModulusZ
Declaration
[EntityAttribute(20, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 20)]
public IfcSectionModulusMeasure? MinimumSectionModulusZ { get; set; }
Property Value
|
Improve this Doc
View Source
MomentOfInertiaY
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcMomentOfInertiaMeasure? MomentOfInertiaY { get; set; }
Property Value
|
Improve this Doc
View Source
MomentOfInertiaYZ
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcMomentOfInertiaMeasure? MomentOfInertiaYZ { get; set; }
Property Value
|
Improve this Doc
View Source
MomentOfInertiaZ
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcMomentOfInertiaMeasure? MomentOfInertiaZ { get; set; }
Property Value
|
Improve this Doc
View Source
ShearCentreY
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 14)]
public IfcLengthMeasure? ShearCentreY { get; set; }
Property Value
|
Improve this Doc
View Source
ShearCentreZ
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcLengthMeasure? ShearCentreZ { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(16, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
public IfcAreaMeasure? ShearDeformationAreaY { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcAreaMeasure? ShearDeformationAreaZ { get; set; }
Property Value
|
Improve this Doc
View Source
TorsionalConstantX
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcMomentOfInertiaMeasure? TorsionalConstantX { get; set; }
Property Value
|
Improve this Doc
View Source
TorsionalSectionModulus
Declaration
[EntityAttribute(21, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 21)]
public IfcSectionModulusMeasure? TorsionalSectionModulus { get; set; }
Property Value
|
Improve this Doc
View Source
WarpingConstant
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcWarpingConstantMeasure? WarpingConstant { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcStructuralProfileProperties)
Declaration
public bool Equals(IfcStructuralProfileProperties 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
|
Improve this Doc
View Source
Validate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Overrides
|
Improve this Doc
View Source
ValidateClause(IfcStructuralProfileProperties.IfcStructuralProfilePropertiesClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcStructuralProfileProperties.IfcStructuralProfilePropertiesClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
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
IIfcStructuralProfileProperties.CentreOfGravityInX
Declaration
IfcLengthMeasure? IIfcStructuralProfileProperties.CentreOfGravityInX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.CentreOfGravityInY
Declaration
IfcLengthMeasure? IIfcStructuralProfileProperties.CentreOfGravityInY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.MaximumSectionModulusY
Declaration
IfcSectionModulusMeasure? IIfcStructuralProfileProperties.MaximumSectionModulusY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.MaximumSectionModulusZ
Declaration
IfcSectionModulusMeasure? IIfcStructuralProfileProperties.MaximumSectionModulusZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.MinimumSectionModulusY
Declaration
IfcSectionModulusMeasure? IIfcStructuralProfileProperties.MinimumSectionModulusY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.MinimumSectionModulusZ
Declaration
IfcSectionModulusMeasure? IIfcStructuralProfileProperties.MinimumSectionModulusZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.MomentOfInertiaY
Declaration
IfcMomentOfInertiaMeasure? IIfcStructuralProfileProperties.MomentOfInertiaY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.MomentOfInertiaYZ
Declaration
IfcMomentOfInertiaMeasure? IIfcStructuralProfileProperties.MomentOfInertiaYZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.MomentOfInertiaZ
Declaration
IfcMomentOfInertiaMeasure? IIfcStructuralProfileProperties.MomentOfInertiaZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.ShearCentreY
Declaration
IfcLengthMeasure? IIfcStructuralProfileProperties.ShearCentreY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.ShearCentreZ
Declaration
IfcLengthMeasure? IIfcStructuralProfileProperties.ShearCentreZ { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcAreaMeasure? IIfcStructuralProfileProperties.ShearDeformationAreaY { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcAreaMeasure? IIfcStructuralProfileProperties.ShearDeformationAreaZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.TorsionalConstantX
Declaration
IfcMomentOfInertiaMeasure? IIfcStructuralProfileProperties.TorsionalConstantX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.TorsionalSectionModulus
Declaration
IfcSectionModulusMeasure? IIfcStructuralProfileProperties.TorsionalSectionModulus { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralProfileProperties.WarpingConstant
Declaration
IfcWarpingConstantMeasure? IIfcStructuralProfileProperties.WarpingConstant { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>