Interface IIfcConnectionPointEccentricity
Readonly interface for IfcConnectionPointEccentricity
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcConnectionPointEccentricity : IIfcConnectionPointGeometry, IIfcConnectionGeometry, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
EccentricityInX
Declaration
IfcLengthMeasure? EccentricityInX { get; set; }
Property Value
|
Improve this Doc
View Source
EccentricityInY
Declaration
IfcLengthMeasure? EccentricityInY { get; set; }
Property Value
|
Improve this Doc
View Source
EccentricityInZ
Declaration
IfcLengthMeasure? EccentricityInZ { get; set; }
Property Value