Class IfcProductDefinitionShape
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcProductRepresentation>
System.IEquatable<IfcProductDefinitionShape>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.RepresentationResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcProductDefinitionShape", 90)]
public class IfcProductDefinitionShape : IfcProductRepresentation, INotifyPropertyChanged, IEquatable<IfcProductRepresentation>, IInstantiableEntity, IIfcProductDefinitionShape, IIfcProductRepresentation, IfcProductRepresentationSelect, IIfcProductRepresentationSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcProductDefinitionShape>, IExpressValidatable
Properties
| Improve this Doc View SourceHasShapeAspects
Declaration
[InverseProperty("PartOfProductDefinitionShape")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 5)]
public IEnumerable<IfcShapeAspect> HasShapeAspects { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcShapeAspect> |
ShapeOfProduct
Declaration
[InverseProperty("Representation")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
public IEnumerable<IfcProduct> ShapeOfProduct { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcProduct> |
Methods
| Improve this Doc View SourceEquals(IfcProductDefinitionShape)
Declaration
public bool Equals(IfcProductDefinitionShape other)
Parameters
Type | Name | Description |
---|---|---|
IfcProductDefinitionShape | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcProductDefinitionShape.IfcProductDefinitionShapeClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcProductDefinitionShape.IfcProductDefinitionShapeClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcProductDefinitionShape.IfcProductDefinitionShapeClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcProductDefinitionShape.HasShapeAspects
Declaration
IEnumerable<IIfcShapeAspect> IIfcProductDefinitionShape.HasShapeAspects { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcShapeAspect> |
IIfcProductDefinitionShape.ShapeOfProduct
Declaration
IEnumerable<IIfcProduct> IIfcProductDefinitionShape.ShapeOfProduct { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcProduct> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>