Class IfcMaterial
Inheritance
System.Object
IfcMaterial
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("IfcMaterial", 94)]
public class IfcMaterial : PersistEntity, INotifyPropertyChanged, IIfcMaterial, IIfcMaterialDefinition, IfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IInstantiableEntity, IIfcMaterial, IfcMaterialSelect, IIfcMaterialSelect, IIfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcMaterial>
Properties
|
Improve this Doc
View Source
ClassifiedAs
Declaration
[InverseProperty("ClassifiedMaterial")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 3)]
public IEnumerable<IfcMaterialClassificationRelationship> ClassifiedAs { get; }
Property Value
|
Improve this Doc
View Source
HasRepresentation
Declaration
[InverseProperty("RepresentedMaterial")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 2)]
public IEnumerable<IfcMaterialDefinitionRepresentation> HasRepresentation { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel Name { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcMaterial)
Declaration
public bool Equals(IfcMaterial 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
IIfcMaterial.ClassifiedAs
Declaration
IEnumerable<IIfcMaterialClassificationRelationship> IIfcMaterial.ClassifiedAs { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterial.HasRepresentation
Declaration
IEnumerable<IIfcMaterialDefinitionRepresentation> IIfcMaterial.HasRepresentation { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterial.Name
Declaration
IfcLabel IIfcMaterial.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMaterial.Category
Declaration
[CrossSchemaAttribute(typeof(IIfcMaterial), 3)]
IfcLabel? IIfcMaterial.Category { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcMaterial.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcMaterial), 2)]
IfcText? IIfcMaterial.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcMaterial.HasRepresentation
Declaration
IEnumerable<IIfcMaterialDefinitionRepresentation> IIfcMaterial.HasRepresentation { get; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcMaterialRelationship> IIfcMaterial.IsRelatedWith { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterial.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcMaterial), 1)]
IfcLabel IIfcMaterial.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMaterial.RelatesTo
Declaration
IEnumerable<IIfcMaterialRelationship> IIfcMaterial.RelatesTo { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterialDefinition.AssociatedTo
Declaration
IEnumerable<IIfcRelAssociatesMaterial> IIfcMaterialDefinition.AssociatedTo { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterialDefinition.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcMaterialDefinition.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterialDefinition.HasProperties
Declaration
IEnumerable<IIfcMaterialProperties> IIfcMaterialDefinition.HasProperties { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>