Class IfcShapeModel
Inheritance
System.Object
IfcShapeModel
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentation>
System.IEquatable<IfcShapeModel>
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("IfcShapeModel", 89)]
public abstract class IfcShapeModel : IfcRepresentation, INotifyPropertyChanged, IEquatable<IfcRepresentation>, IIfcShapeModel, IIfcRepresentation, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcShapeModel>, IExpressValidatable
Properties
| Improve this Doc View SourceOfShapeAspect
Declaration
[InverseProperty("ShapeRepresentations")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 8)]
public IEnumerable<IfcShapeAspect> OfShapeAspect { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcShapeAspect> |
Methods
| Improve this Doc View SourceEquals(IfcShapeModel)
Declaration
public bool Equals(IfcShapeModel other)
Parameters
Type | Name | Description |
---|---|---|
IfcShapeModel | 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(IfcShapeModel.IfcShapeModelClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcShapeModel.IfcShapeModelClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcShapeModel.IfcShapeModelClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIIfcShapeModel.OfShapeAspect
Declaration
IEnumerable<IIfcShapeAspect> IIfcShapeModel.OfShapeAspect { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcShapeAspect> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>