Interface IIfcGeometricRepresentationContext
Readonly interface for IfcGeometricRepresentationContext
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcGeometricRepresentationContext : IIfcRepresentationContext, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CoordinateSpaceDimension
Declaration
IfcDimensionCount CoordinateSpaceDimension { get; set; }
Property Value
|
Improve this Doc
View Source
HasSubContexts
Declaration
IEnumerable<IIfcGeometricRepresentationSubContext> HasSubContexts { get; }
Property Value
|
Improve this Doc
View Source
Precision
Declaration
double? Precision { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
|
Improve this Doc
View Source
TrueNorth
Declaration
IIfcDirection TrueNorth { get; set; }
Property Value
|
Improve this Doc
View Source
WorldCoordinateSystem
Declaration
IIfcAxis2Placement WorldCoordinateSystem { get; set; }
Property Value