Class IfcGridPlacement
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcObjectPlacement>
System.IEquatable<IfcGridPlacement>
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.GeometricConstraintResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcGridPlacement", 439)]
public class IfcGridPlacement : IfcObjectPlacement, INotifyPropertyChanged, IEquatable<IfcObjectPlacement>, IInstantiableEntity, IIfcGridPlacement, IIfcObjectPlacement, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcGridPlacement>
Properties
| Improve this Doc View SourcePlacementLocation
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcVirtualGridIntersection PlacementLocation { get; set; }
Property Value
Type | Description |
---|---|
IfcVirtualGridIntersection |
PlacementRefDirection
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcGridPlacementDirectionSelect PlacementRefDirection { get; set; }
Property Value
Type | Description |
---|---|
IfcGridPlacementDirectionSelect |
Methods
| Improve this Doc View SourceEquals(IfcGridPlacement)
Declaration
public bool Equals(IfcGridPlacement other)
Parameters
Type | Name | Description |
---|---|---|
IfcGridPlacement | 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
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcGridPlacement.PlacementLocation
Declaration
IIfcVirtualGridIntersection IIfcGridPlacement.PlacementLocation { get; set; }
Returns
Type | Description |
---|---|
IIfcVirtualGridIntersection |
IIfcGridPlacement.PlacementRefDirection
Declaration
IIfcGridPlacementDirectionSelect IIfcGridPlacement.PlacementRefDirection { get; set; }
Returns
Type | Description |
---|---|
IIfcGridPlacementDirectionSelect |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>