Interface IIfcGrid
Readonly interface for IfcGrid
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcGrid : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ContainedInStructure
Declaration
IEnumerable<IIfcRelContainedInSpatialStructure> ContainedInStructure { get; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcGridTypeEnum? PredefinedType { get; set; }
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