Class IfcZShapeProfileDef
Inheritance
System.Object
IfcZShapeProfileDef
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("IfcZShapeProfileDef", 528)]
public class IfcZShapeProfileDef : IfcParameterizedProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcParameterizedProfileDef>, IIfcZShapeProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcZShapeProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcZShapeProfileDef>, IExpressValidatable
Properties
|
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
EdgeRadius
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcPositiveLengthMeasure? EdgeRadius { get; set; }
Property Value
|
Improve this Doc
View Source
FilletRadius
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure? FilletRadius { get; set; }
Property Value
|
Improve this Doc
View Source
FlangeThickness
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPositiveLengthMeasure FlangeThickness { get; set; }
Property Value
|
Improve this Doc
View Source
FlangeWidth
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveLengthMeasure FlangeWidth { get; set; }
Property Value
|
Improve this Doc
View Source
WebThickness
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPositiveLengthMeasure WebThickness { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcZShapeProfileDef)
Declaration
public bool Equals(IfcZShapeProfileDef 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(IfcZShapeProfileDef.IfcZShapeProfileDefClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcZShapeProfileDef.IfcZShapeProfileDefClause 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
IIfcZShapeProfileDef.Depth
Declaration
IfcPositiveLengthMeasure IIfcZShapeProfileDef.Depth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.EdgeRadius
Declaration
IfcPositiveLengthMeasure? IIfcZShapeProfileDef.EdgeRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.FilletRadius
Declaration
IfcPositiveLengthMeasure? IIfcZShapeProfileDef.FilletRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.FlangeThickness
Declaration
IfcPositiveLengthMeasure IIfcZShapeProfileDef.FlangeThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.FlangeWidth
Declaration
IfcPositiveLengthMeasure IIfcZShapeProfileDef.FlangeWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.WebThickness
Declaration
IfcPositiveLengthMeasure IIfcZShapeProfileDef.WebThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.Depth
Declaration
[CrossSchemaAttribute(typeof(IIfcZShapeProfileDef), 4)]
IfcPositiveLengthMeasure IIfcZShapeProfileDef.Depth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.EdgeRadius
Declaration
[CrossSchemaAttribute(typeof(IIfcZShapeProfileDef), 9)]
IfcNonNegativeLengthMeasure? IIfcZShapeProfileDef.EdgeRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.FilletRadius
Declaration
[CrossSchemaAttribute(typeof(IIfcZShapeProfileDef), 8)]
IfcNonNegativeLengthMeasure? IIfcZShapeProfileDef.FilletRadius { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.FlangeThickness
Declaration
[CrossSchemaAttribute(typeof(IIfcZShapeProfileDef), 7)]
IfcPositiveLengthMeasure IIfcZShapeProfileDef.FlangeThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.FlangeWidth
Declaration
[CrossSchemaAttribute(typeof(IIfcZShapeProfileDef), 5)]
IfcPositiveLengthMeasure IIfcZShapeProfileDef.FlangeWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcZShapeProfileDef.WebThickness
Declaration
[CrossSchemaAttribute(typeof(IIfcZShapeProfileDef), 6)]
IfcPositiveLengthMeasure IIfcZShapeProfileDef.WebThickness { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>