Class IfcGeometricRepresentationContext
Inheritance
System.Object
IfcGeometricRepresentationContext
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.Ifc4.dll
Syntax
[ExpressType("IfcGeometricRepresentationContext", 555)]
public class IfcGeometricRepresentationContext : IfcRepresentationContext, INotifyPropertyChanged, IEquatable<IfcRepresentationContext>, IInstantiableEntity, IIfcGeometricRepresentationContext, IIfcRepresentationContext, IfcCoordinateReferenceSystemSelect, IIfcCoordinateReferenceSystemSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcGeometricRepresentationContext>, IExpressValidatable
Properties
|
Improve this Doc
View Source
CoordinateSpaceDimension
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public virtual IfcDimensionCount CoordinateSpaceDimension { get; set; }
Property Value
|
Improve this Doc
View Source
HasCoordinateOperation
Declaration
[InverseProperty("SourceCRS")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 9)]
public IEnumerable<IfcCoordinateOperation> HasCoordinateOperation { get; }
Property Value
|
Improve this Doc
View Source
HasSubContexts
Declaration
[InverseProperty("ParentContext")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcGeometricRepresentationSubContext> HasSubContexts { get; }
Property Value
|
Improve this Doc
View Source
Precision
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public virtual IfcReal? Precision { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
TrueNorth
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public virtual IfcDirection TrueNorth { get; set; }
Property Value
|
Improve this Doc
View Source
WorldCoordinateSystem
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public virtual IfcAxis2Placement WorldCoordinateSystem { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcGeometricRepresentationContext)
Declaration
public bool Equals(IfcGeometricRepresentationContext 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(IfcGeometricRepresentationContext.IfcGeometricRepresentationContextClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcGeometricRepresentationContext.IfcGeometricRepresentationContextClause 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
IIfcGeometricRepresentationContext.CoordinateSpaceDimension
Declaration
IfcDimensionCount IIfcGeometricRepresentationContext.CoordinateSpaceDimension { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGeometricRepresentationContext.HasCoordinateOperation
Declaration
IEnumerable<IIfcCoordinateOperation> IIfcGeometricRepresentationContext.HasCoordinateOperation { get; }
Returns
|
Improve this Doc
View Source
IIfcGeometricRepresentationContext.HasSubContexts
Declaration
IEnumerable<IIfcGeometricRepresentationSubContext> IIfcGeometricRepresentationContext.HasSubContexts { get; }
Returns
|
Improve this Doc
View Source
IIfcGeometricRepresentationContext.Precision
Declaration
IfcReal? IIfcGeometricRepresentationContext.Precision { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
IIfcGeometricRepresentationContext.TrueNorth
Declaration
IIfcDirection IIfcGeometricRepresentationContext.TrueNorth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcGeometricRepresentationContext.WorldCoordinateSystem
Declaration
IIfcAxis2Placement IIfcGeometricRepresentationContext.WorldCoordinateSystem { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>