Interface IIfcOffsetCurveByDistances
Readonly interface for IfcOffsetCurveByDistances
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcOffsetCurveByDistances : IIfcOffsetCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
OffsetValues
Declaration
IItemSet<IIfcDistanceExpression> OffsetValues { get; }
Property Value
|
Improve this Doc
View Source
Tag
Declaration
IfcLabel? Tag { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|