Class IfcGrid
Inheritance
System.Object
IfcGrid
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("IfcGrid", 564)]
public class IfcGrid : IfcProduct, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IIfcGrid, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IInstantiableEntity, IIfcGrid, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcGrid>, IExpressValidatable
Properties
|
Improve this Doc
View Source
ContainedInStructure
Declaration
[InverseProperty("RelatedElements")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 17)]
public IEnumerable<IfcRelContainedInSpatialStructure> ContainedInStructure { get; }
Property Value
|
Improve this Doc
View Source
UAxes
Declaration
[IndexedProperty]
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 14)]
public IItemSet<IfcGridAxis> UAxes { get; }
Property Value
|
Improve this Doc
View Source
VAxes
Declaration
[IndexedProperty]
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 15)]
public IItemSet<IfcGridAxis> VAxes { get; }
Property Value
|
Improve this Doc
View Source
WAxes
Declaration
[IndexedProperty]
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 16)]
public IOptionalItemSet<IfcGridAxis> WAxes { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcGrid)
Declaration
public bool Equals(IfcGrid other)
Parameters
Type |
Name |
Description |
IfcGrid |
other |
|
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 override IEnumerable<ValidationResult> Validate()
Returns
Overrides
|
Improve this Doc
View Source
ValidateClause(IfcGrid.IfcGridClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcGrid.IfcGridClause 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
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcGrid.ContainedInStructure
Declaration
IEnumerable<IIfcRelContainedInSpatialStructure> IIfcGrid.ContainedInStructure { get; }
Returns
|
Improve this Doc
View Source
IIfcGrid.UAxes
Declaration
IItemSet<IIfcGridAxis> IIfcGrid.UAxes { get; }
Returns
|
Improve this Doc
View Source
IIfcGrid.VAxes
Declaration
IItemSet<IIfcGridAxis> IIfcGrid.VAxes { get; }
Returns
|
Improve this Doc
View Source
IIfcGrid.WAxes
Declaration
IItemSet<IIfcGridAxis> IIfcGrid.WAxes { get; }
Returns
|
Improve this Doc
View Source
IIfcGrid.ContainedInStructure
Declaration
IEnumerable<IIfcRelContainedInSpatialStructure> IIfcGrid.ContainedInStructure { get; }
Returns
|
Improve this Doc
View Source
IIfcGrid.PredefinedType
Declaration
[CrossSchemaAttribute(typeof(IIfcGrid), 11)]
IfcGridTypeEnum? IIfcGrid.PredefinedType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGrid.UAxes
Declaration
[CrossSchemaAttribute(typeof(IIfcGrid), 8)]
IItemSet<IIfcGridAxis> IIfcGrid.UAxes { get; }
Returns
|
Improve this Doc
View Source
IIfcGrid.VAxes
Declaration
[CrossSchemaAttribute(typeof(IIfcGrid), 9)]
IItemSet<IIfcGridAxis> IIfcGrid.VAxes { get; }
Returns
|
Improve this Doc
View Source
IIfcGrid.WAxes
Declaration
[CrossSchemaAttribute(typeof(IIfcGrid), 10)]
IItemSet<IIfcGridAxis> IIfcGrid.WAxes { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>