Class IfcGridAxis
Inheritance
System.Object
IfcGridAxis
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("IfcGridAxis", 441)]
public class IfcGridAxis : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcGridAxis, IContainsEntityReferences, IEquatable<IfcGridAxis>, IIfcGridAxis, IPersistEntity, IPersist, IExpressValidatable
Properties
|
Improve this Doc
View Source
AxisCurve
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcCurve AxisCurve { get; set; }
Property Value
|
Improve this Doc
View Source
AxisTag
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel? AxisTag { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
HasIntersections
Declaration
[InverseProperty("IntersectingAxes")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
public IEnumerable<IfcVirtualGridIntersection> HasIntersections { get; }
Property Value
|
Improve this Doc
View Source
PartOfU
Declaration
[InverseProperty("UAxes")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 6)]
public IEnumerable<IfcGrid> PartOfU { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcGrid> |
|
|
Improve this Doc
View Source
PartOfV
Declaration
[InverseProperty("VAxes")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 5)]
public IEnumerable<IfcGrid> PartOfV { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcGrid> |
|
|
Improve this Doc
View Source
PartOfW
Declaration
[InverseProperty("WAxes")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 4)]
public IEnumerable<IfcGrid> PartOfW { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcGrid> |
|
|
Improve this Doc
View Source
SameSense
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcBoolean SameSense { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcGridAxis)
Declaration
public bool Equals(IfcGridAxis 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(IfcGridAxis.IfcGridAxisClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcGridAxis.IfcGridAxisClause 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
IIfcGridAxis.AxisCurve
Declaration
IIfcCurve IIfcGridAxis.AxisCurve { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGridAxis.AxisTag
Declaration
IfcLabel? IIfcGridAxis.AxisTag { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcGridAxis.HasIntersections
Declaration
IEnumerable<IIfcVirtualGridIntersection> IIfcGridAxis.HasIntersections { get; }
Returns
|
Improve this Doc
View Source
IIfcGridAxis.PartOfU
Declaration
IEnumerable<IIfcGrid> IIfcGridAxis.PartOfU { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
IIfcGridAxis.PartOfV
Declaration
IEnumerable<IIfcGrid> IIfcGridAxis.PartOfV { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
IIfcGridAxis.PartOfW
Declaration
IEnumerable<IIfcGrid> IIfcGridAxis.PartOfW { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
IIfcGridAxis.SameSense
Declaration
IfcBoolean IIfcGridAxis.SameSense { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGridAxis.AxisCurve
Declaration
[CrossSchemaAttribute(typeof(IIfcGridAxis), 2)]
IIfcCurve IIfcGridAxis.AxisCurve { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGridAxis.AxisTag
Declaration
[CrossSchemaAttribute(typeof(IIfcGridAxis), 1)]
IfcLabel? IIfcGridAxis.AxisTag { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcGridAxis.HasIntersections
Declaration
IEnumerable<IIfcVirtualGridIntersection> IIfcGridAxis.HasIntersections { get; }
Returns
|
Improve this Doc
View Source
IIfcGridAxis.PartOfU
Declaration
IEnumerable<IIfcGrid> IIfcGridAxis.PartOfU { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
IIfcGridAxis.PartOfV
Declaration
IEnumerable<IIfcGrid> IIfcGridAxis.PartOfV { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
IIfcGridAxis.PartOfW
Declaration
IEnumerable<IIfcGrid> IIfcGridAxis.PartOfW { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
IIfcGridAxis.SameSense
Declaration
[CrossSchemaAttribute(typeof(IIfcGridAxis), 3)]
IfcBoolean IIfcGridAxis.SameSense { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>