Interface IIfcGrid
Readonly interface for IfcGrid
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcGrid : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ContainedInStructure
Declaration
IEnumerable<IIfcRelContainedInSpatialStructure> ContainedInStructure { get; }
Property Value
|
Improve this Doc
View Source
UAxes
Declaration
IItemSet<IIfcGridAxis> UAxes { get; }
Property Value
|
Improve this Doc
View Source
VAxes
Declaration
IItemSet<IIfcGridAxis> VAxes { get; }
Property Value
|
Improve this Doc
View Source
WAxes
Declaration
IItemSet<IIfcGridAxis> WAxes { get; }
Property Value