Interface IIfcVirtualGridIntersection
Readonly interface for IfcVirtualGridIntersection
Inherited Members
Namespace: Xbim.Ifc2x3.Interfaces
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcVirtualGridIntersection : IPersistEntity, IPersist
Properties
| Improve this Doc View SourceIntersectingAxes
Declaration
IItemSet<IIfcGridAxis> IntersectingAxes { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcGridAxis> |
OffsetDistances
Declaration
IItemSet<IfcLengthMeasure> OffsetDistances { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcLengthMeasure> |