Class IfcCShapeProfileDef
Inheritance
System.Object
IfcCShapeProfileDef
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("IfcCShapeProfileDef", 501)]
public class IfcCShapeProfileDef : IfcParameterizedProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcParameterizedProfileDef>, IIfcCShapeProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcCShapeProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCShapeProfileDef>, IExpressValidatable
Properties
|
Improve this Doc
View Source
CentreOfGravityInX
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcPositiveLengthMeasure? CentreOfGravityInX { get; set; }
Property Value
|
Improve this Doc
View Source
Depth
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPositiveLengthMeasure Depth { get; set; }
Property Value
|
Improve this Doc
View Source
Girth
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPositiveLengthMeasure Girth { get; set; }
Property Value
|
Improve this Doc
View Source
InternalFilletRadius
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure? InternalFilletRadius { get; set; }
Property Value
|
Improve this Doc
View Source
WallThickness
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPositiveLengthMeasure WallThickness { get; set; }
Property Value
|
Improve this Doc
View Source
Width
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveLengthMeasure Width { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcCShapeProfileDef)
Declaration
public bool Equals(IfcCShapeProfileDef 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 virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcCShapeProfileDef.IfcCShapeProfileDefClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcCShapeProfileDef.IfcCShapeProfileDefClause 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
IIfcCShapeProfileDef.CentreOfGravityInX
Declaration
IfcPositiveLengthMeasure? IIfcCShapeProfileDef.CentreOfGravityInX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.Depth
Declaration
IfcPositiveLengthMeasure IIfcCShapeProfileDef.Depth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.Girth
Declaration
IfcPositiveLengthMeasure IIfcCShapeProfileDef.Girth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.InternalFilletRadius
Declaration
IfcPositiveLengthMeasure? IIfcCShapeProfileDef.InternalFilletRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.WallThickness
Declaration
IfcPositiveLengthMeasure IIfcCShapeProfileDef.WallThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.Width
Declaration
IfcPositiveLengthMeasure IIfcCShapeProfileDef.Width { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.Depth
Declaration
[CrossSchemaAttribute(typeof(IIfcCShapeProfileDef), 4)]
IfcPositiveLengthMeasure IIfcCShapeProfileDef.Depth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.Girth
Declaration
[CrossSchemaAttribute(typeof(IIfcCShapeProfileDef), 7)]
IfcPositiveLengthMeasure IIfcCShapeProfileDef.Girth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.InternalFilletRadius
Declaration
[CrossSchemaAttribute(typeof(IIfcCShapeProfileDef), 8)]
IfcNonNegativeLengthMeasure? IIfcCShapeProfileDef.InternalFilletRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.WallThickness
Declaration
[CrossSchemaAttribute(typeof(IIfcCShapeProfileDef), 6)]
IfcPositiveLengthMeasure IIfcCShapeProfileDef.WallThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCShapeProfileDef.Width
Declaration
[CrossSchemaAttribute(typeof(IIfcCShapeProfileDef), 5)]
IfcPositiveLengthMeasure IIfcCShapeProfileDef.Width { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>