Interface IIfcGridAxis
Readonly interface for IfcGridAxis
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcGridAxis : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
AxisCurve
Declaration
IIfcCurve AxisCurve { get; set; }
Property Value
|
Improve this Doc
View Source
AxisTag
Declaration
IfcLabel? AxisTag { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
HasIntersections
Declaration
IEnumerable<IIfcVirtualGridIntersection> HasIntersections { get; }
Property Value
|
Improve this Doc
View Source
PartOfU
Declaration
IEnumerable<IIfcGrid> PartOfU { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
PartOfV
Declaration
IEnumerable<IIfcGrid> PartOfV { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
PartOfW
Declaration
IEnumerable<IIfcGrid> PartOfW { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcGrid> |
|
|
Improve this Doc
View Source
SameSense
Declaration
IfcBoolean SameSense { get; set; }
Property Value